summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/x86/X86LIR.h
AgeCommit message (Expand)Author
2012-10-22More MIPS fixes. Many run-test tests pass. jeffhao
2012-09-28Split dex_pc<->native_pc mapping table Bill Buzbee
2012-09-26Use shorter opcodes on x86 for opCmpImmBranch. Ian Rogers
2012-09-13Prune useless entries from dex to pc map buzbee
2012-08-07Fix and enable inlining of some intrinsics on x86. jeffhao
2012-08-02Added thin-lock fast path for monitor-enter/exit on x86. jeffhao
2012-07-20Numerous fixes to enable PromoteRegs, though it's still broken. jeffhao
2012-07-12Fixes to enable TrackLiveTemps optimization on x86. jeffhao
2012-06-28Fixes for x86 compiler optimizations. jeffhao
2012-06-07Foundation for Quick LLVM compiler buzbee
2012-05-18More x86 fixes for floating point operations. jeffhao
2012-05-06[Compiler] Add object ref discovery buzbee
2012-05-03[Compiler] use Art indentation standard Bill Buzbee
2012-04-04Implement various missing parts of the X86 compiler Ian Rogers
2012-03-26Compiler intrinsics buzbee
2012-03-21Further x86 progress and image creation. Ian Rogers
2012-03-20Add 3rd argument register to X86. Ian Rogers
2012-03-16X86 invocation tidy up. Ian Rogers
2012-03-14Enable all JNI internal compiler tests on the host. Ian Rogers
2012-03-12Method prologue and epilogues, add missing x86 functionality. Ian Rogers
2012-03-09Stop saying "typedef struct" and "typedef enum". Elliott Hughes
2012-03-06Dummy up MOV instructions, add/tweak comments. Ian Rogers
2012-03-06Beginning of X86 encoding map and instruction size routine. Ian Rogers
2012-03-05x86 source code hack and slash buzbee
2012-03-05Start of X86 LIR description. Ian Rogers