Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
e02d48fb24747f90fd893e1c3572bb3c500afced
/
compiler
/
dex
/
quick
/
mir_to_lir.h
e02d48f
Optimize x86 long arithmetic
by Mark Mendell
· 11 years ago
d61ba4b
Revert "Revert "Better support for x86 XMM registers""
by Bill Buzbee
· 11 years ago
8ff67e3
Revert "Better support for x86 XMM registers"
by Bill Buzbee
· 11 years ago
766a5e5
Better support for x86 XMM registers
by Mark Mendell
· 11 years ago
bd288c2
Add conditional move support to x86 and allow GenMinMax to use it
by Razvan A Lupusoru
· 11 years ago
090dd44
Eliminate redundant x86 compare for GenDivZeroCheck
by Razvan A Lupusoru
· 11 years ago
5816ed4
Detect special methods at the end of verification.
by Vladimir Marko
· 11 years ago
e13717e
Per-DexFile locking for inliner initialization.
by Vladimir Marko
· 11 years ago
b8a0c23
Merge "Unsafe.compareAndSwapLong() intrinsic for x86."
by Vladimir Marko
· 11 years ago
31c2aac
Rename ClobberCalleeSave to *Caller*, fix it for x86.
by Vladimir Marko
· 11 years ago
06606b9
Performance improvement for mapping table creation.
by Vladimir Marko
· 11 years ago
70b797d
Unsafe.compareAndSwapLong() intrinsic for x86.
by Vladimir Marko
· 11 years ago
1e6cb63
Delta-encoding of mapping tables.
by Vladimir Marko
· 11 years ago
3e5af82
Intrinsic Unsafe.CompareAndSwapLong() for ARM.
by Vladimir Marko
· 11 years ago
1c282e2
Refactor intrinsic CAS, prepare for 64-bit version.
by Vladimir Marko
· 11 years ago
5c96e6b
Rewrite intrinsics detection.
by Vladimir Marko
· 11 years ago
e508a20
Fix unaligned Memory peek/poke intrinsics.
by Vladimir Marko
· 11 years ago
65636e5
Add intrinsics for Memory peek/poke.
by Vladimir Marko
· 11 years ago
6bdf1ff
Add intrinsics for {Short,Int,Long}.reverseBytes().
by Vladimir Marko
· 11 years ago
0d82948
64-bit prep
by buzbee
· 11 years ago
409fe94
Quick assembler fix
by buzbee
· 11 years ago
a9a8254
Improve quick codegen for aput-object.
by Ian Rogers
· 11 years ago
c68fb20
Merge "Inflate contended lock word by suspending owner." into dalvik-dev
by Ian Rogers
· 11 years ago
d9c4fc9
Inflate contended lock word by suspending owner.
by Ian Rogers
· 11 years ago
b48819d
Compile-time tuning: assembly phase
by buzbee
· 11 years ago
d91d6d6
Introduce Signature type to avoid string comparisons.
by Ian Rogers
· 11 years ago
c729a6b
Improve promotion of double-precision regs
by buzbee
· 11 years ago
bd663de
Compile-time tuning: register/bb utilities
by buzbee
· 11 years ago
252254b
More Quick compile-time tuning: labels & branches
by buzbee
· 11 years ago
9f799db
Merge "Compile-time tuning" into dalvik-dev
by buzbee
· 11 years ago
56c7178
Compile-time tuning
by buzbee
· 11 years ago
9b297bf
Refactor CompilerDriver::Compute..FieldInfo
by Ian Rogers
· 11 years ago
11b63d1
Quick compiler: division by literal fix
by buzbee
· 11 years ago
96faf5b
Uleb128 compression of vmap and mapping table.
by Ian Rogers
· 11 years ago
468532e
Entry point clean up.
by Ian Rogers
· 11 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 11 years ago
6f485c6
Fix cpplint whitespace/indent issues
by Brian Carlstrom
· 11 years ago
9b7085a
Fix cpplint readability/braces issues
by Brian Carlstrom
· 11 years ago
df62950
Fix cpplint whitespace/parens issues
by Brian Carlstrom
· 11 years ago
0cd7ec2
Fix cpplint whitespace/blank_line issues
by Brian Carlstrom
· 11 years ago
2ce745c
Fix cpplint whitespace/braces issues
by Brian Carlstrom
· 11 years ago
fc0e321
Fix multiple inclusion guards to match new pathnames
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed (99%) from src/compiler/dex/quick/mir_to_lir.h]
51c2467
libart-compiler cleanup
by Brian Carlstrom
· 11 years ago
c9e463c
Faster instance-of for final classes.
by Ian Rogers
· 12 years ago
980d16b
Stage 2 of cast elision opt.
by Dragos Sbirlea
· 12 years ago
8d3a117
Perf tweaks to compiling and oat writing.
by Ian Rogers
· 12 years ago
e3cd2f0
Enable devirtualization for abstract and sub-class methods.
by Ian Rogers
· 12 years ago
6282dc1
MIR tidying.
by Ian Rogers
· 12 years ago
9d6589c
Merge "Compiler: continuing refactoring" into dalvik-dev
by buzbee
· 12 years ago
862a760
Compiler: continuing refactoring
by buzbee
· 12 years ago
62d6c77
Interpreter entries and instrumentation as a listener.
by Ian Rogers
· 12 years ago
b0245ae
Compiler: stop wasting cycles....
by buzbee
· 12 years ago
1fd3346
Compiler: LIR restructuring
by buzbee
· 12 years ago
395116c
Compiler: rearranging the deck chairs.
by buzbee
· 12 years ago
[Renamed (84%) from src/compiler/codegen/mir_to_lir.h]
02031b1
Quick compiler: Single .so for all targets
by buzbee
· 12 years ago
[Copied (72%) from src/compiler/codegen/method_bitcode.h]
fa57c47
Quick Compiler: Shoot the Camel
by buzbee
· 12 years ago
52a77fc
Quick Compiler function renaming
by buzbee
· 12 years ago
eaf09bc
Quick compiler: more refactoring
by buzbee
· 12 years ago
[Copied (67%) from src/compiler/codegen/optimizer.h]
efc6369
Quick compiler source reorganizatio - part 1
by buzbee
· 12 years ago
[Renamed (97%) from src/compiler/codegen/Optimizer.h]
7b9d996
Tidy up some C-isms.
by Elliott Hughes
· 13 years ago
b3bd5f0
Refactor the compilers out of libart.
by Elliott Hughes
· 13 years ago
11d1b0c
Reduce namespace pollution.
by Elliott Hughes
· 13 years ago
ce30293
Compiler cleanup
by buzbee
· 13 years ago
c0ecd65
Various optimization fixes
by buzbee
· 13 years ago
43a3642
Fix null check elimination
by buzbee
· 13 years ago
f0cde54
SSA renaming fix & invalid opcode fix
by buzbee
· 13 years ago
67bf885
Oat compiler integration snapshot.
by buzbee
· 13 years ago