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