index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
codegen
/
GenCommon.cc
Age
Commit message (
Expand
)
Author
2012-10-22
More MIPS fixes. Many run-test tests pass.
jeffhao
2012-10-18
More MIPS fixes. Fibonacci and ExceptionTest work.
jeffhao
2012-10-12
Numerous fixes to MIPS. Basic oatexec works.
jeffhao
2012-10-03
Fix endianness of compiled code and stacks of stubs for MIPS.
jeffhao
2012-09-25
Move thread flags and state into 32bits.
Ian Rogers
2012-09-21
Change dex cache to be java object instead of array, add pointer to dex file ...
Mathieu Chartier
2012-09-13
Prune useless entries from dex to pc map
buzbee
2012-08-31
Remove the THROW_VERIFICATION_ERROR op and supporting code.
jeffhao
2012-08-14
Global lock levels.
Ian Rogers
2012-07-20
Numerous fixes to enable PromoteRegs, though it's still broken.
jeffhao
2012-07-16
Quick compiler, fix wide bug
buzbee
2012-07-10
Quick compiler - fix run-test 019
buzbee
2012-06-18
Fix arguments to throw of ArrayIndexOutOfBounds exception.
jeffhao
2012-06-16
Invoke support for Quick Compiler
buzbee
2012-06-15
Fixes for invoke/move-result fusing, recursion bug
buzbee
2012-06-13
More Quick compiler mir/bb cleanup
buzbee
2012-06-13
More Quick compiler restructuring
buzbee
2012-06-06
Restructure to reduce MIR references
buzbee
2012-05-25
Fix x86 aget-wide compilation to use loadBaseIndexedDisp.
jeffhao
2012-05-25
Fix x86 compilation of aget-wide when src and dest regs are the same.
jeffhao
2012-05-18
Fixed x86 compilation of filled-new-array/range.
jeffhao
2012-05-15
Fix x86 type conversions. test-art-host-oat passes.
jeffhao
2012-05-07
Fixes to x86 compilation.
jeffhao
2012-05-03
[Compiler] use Art indentation standard
Bill Buzbee
2012-04-19
Fixed x86 division and modulus and merged their entry points.
jeffhao
2012-04-17
Fix stack overflow handling.
Elliott Hughes
2012-04-11
Special case division by small constants
buzbee
2012-04-10
Use a shorter x86 CMP encoding for suspend count tests.
Elliott Hughes
2012-04-09
Check for null array assignments inline. Tidy asm macros.
Ian Rogers
2012-04-04
More X86 fixes.
Ian Rogers
2012-04-04
Implement various missing parts of the X86 compiler
Ian Rogers
2012-03-30
Minor suspend check tweak
buzbee
2012-03-29
Refactor runtime support.
Ian Rogers
2012-03-26
Fix cpplint's whitespace complaints.
Elliott Hughes
2012-03-26
Compiler intrinsics
buzbee
2012-03-22
Stop saying "clazz".
Elliott Hughes
2012-03-21
Further x86 progress and image creation.
Ian Rogers
2012-03-20
Custom codegen for small frameless methods.
buzbee
2012-03-20
Add 3rd argument register to X86.
Ian Rogers
2012-03-19
Restore card marking, minor tuning
buzbee
2012-03-18
Refactor callRuntimeHelper
Ian Rogers
2012-03-17
Loop detection, improved reg allocation
buzbee
2012-03-16
X86 invocation tidy up.
Ian Rogers
2012-03-14
Enable all JNI internal compiler tests on the host.
Ian Rogers
2012-03-14
Real fix for 064
buzbee
2012-03-13
SSA rework and support compiler temps in the frame
buzbee
2012-03-12
Method prologue and epilogues, add missing x86 functionality.
Ian Rogers
2012-03-07
Unify branch flags, pretty printer for OpKind.
Ian Rogers
2012-03-07
Fix branch bug (showed up in codegen for debug)
buzbee
2012-03-06
Move the compiler away from libdex.
Elliott Hughes
[next]