- 6a5ed25 Merge "Redo x86 int arithmetic" by Ian Rogers · 11 years ago
- bcec6fb Make slow paths easier to write by Dave Allison · 12 years ago
- feb2b4e Redo x86 int arithmetic by Mark Mendell · 11 years ago
- 39a5489 Merge "Improve GenConstString, GenS{get,put} for x86" by Ian Rogers · 11 years ago
- 95e3eeb Merge "x86 updates GenInlinedUnsafePut/GenInstanceofFinal" by Ian Rogers · 11 years ago
- f7a0c5e Merge "Embed array class pointers at array allocation sites." by Hiroshi Yamauchi · 11 years ago
- df8ee2e x86 updates GenInlinedUnsafePut/GenInstanceofFinal by Mark Mendell · 11 years ago
- 2730db0 Add VerfiedMethod to DexCompilationUnit. by Vladimir Marko · 11 years ago
- 766e929 Improve GenConstString, GenS{get,put} for x86 by Mark Mendell · 11 years ago
- bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 11 years ago
- 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 12 years ago
- 2bf31e6 Improve x86 long divide by Mark Mendell · 12 years ago
- 3f5b42f Merge "Optimize x86 long arithmetic" by Vladimir Marko · 12 years ago
- be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 12 years ago
- e02d48f Optimize x86 long arithmetic by Mark Mendell · 12 years ago
- d61ba4b Revert "Revert "Better support for x86 XMM registers"" by Bill Buzbee · 12 years ago
- 8ff67e3 Revert "Better support for x86 XMM registers" by Bill Buzbee · 12 years ago
- 766a5e5 Better support for x86 XMM registers by Mark Mendell · 12 years ago
- 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 12 years ago
- 31c2aac Rename ClobberCalleeSave to *Caller*, fix it for x86. by Vladimir Marko · 12 years ago
- 7020278 Support hardware divide instruction by Dave Allison · 12 years ago
- 0d82948 64-bit prep by buzbee · 12 years ago
- a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 12 years ago
- c68fb20 Merge "Inflate contended lock word by suspending owner." into dalvik-dev by Ian Rogers · 12 years ago
- d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 12 years ago
- b48819d Compile-time tuning: assembly phase by buzbee · 12 years ago
- 252254b More Quick compile-time tuning: labels & branches by buzbee · 12 years ago
- 9b297bf Refactor CompilerDriver::Compute..FieldInfo by Ian Rogers · 12 years ago
- 11b63d1 Quick compiler: division by literal fix by buzbee · 12 years ago
- ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
- 848871b Entry point clean up. by Ian Rogers · 12 years ago
- 7655f29 Portable refactorings. by Ian Rogers · 12 years ago
- 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 12 years ago
- 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
- 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 12 years ago
- df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 12 years ago
- 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 12 years ago
- 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed (99%) from src/compiler/dex/quick/gen_common.cc]
- 51c2467 libart-compiler cleanup by Brian Carlstrom · 12 years ago
- 2630985 Tweaks to check-cast codegen. by Ian Rogers · 12 years ago
- c9e463c Faster instance-of for final classes. by Ian Rogers · 12 years ago
- a700596 Unresolved types aren't assignable from Object. by Ian Rogers · 12 years ago
- fae370a Don't apply instance-of peephole when vDest == vSrc. 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
- 397c048 Don't mark instanceof as a safepoint. by Ian Rogers · 12 years ago
- 33e9566 Various GCC 3.6 and clang build fixes. 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
- 1fd3346 Compiler: LIR restructuring by buzbee · 12 years ago
- 311ca16 Compiler: Spring cleaning by buzbee · 12 years ago
- aed0716 Some comment tweaks in quick. by Ian Rogers · 12 years ago
- 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
- 89756f2 Rename OatCompilationUnit to Dex.. move to compiler. by Ian Rogers · 12 years ago
- 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 12 years ago
- 395116c Compiler: rearranging the deck chairs. by buzbee · 12 years ago[Renamed (99%) from src/compiler/codegen/gen_common.cc]
- c7d1f91 Codegen tweaks by buzbee · 12 years ago
- 987db60 Merge "Compiler cleanup: remove some old JIT leftovers." into dalvik-dev by buzbee · 12 years ago
- a5954be Compiler cleanup: remove some old JIT leftovers. by buzbee · 12 years ago
- 6a791b2 Skip card mark when storing known null reference by buzbee · 12 years ago
- 4ef3e45 Compiler constant handling rework by buzbee · 13 years ago
- 641ce03 Rename compiler_llvm CompilationUnit to LlvmCompilationUnit by Brian Carlstrom · 12 years ago
- 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
- 1eab958 Remove kExceptionPending flag from thread and codegen. by jeffhao · 13 years ago
- dc5daa0 Fix portable path. by TDYa127 · 13 years ago
- e6285f9 Compiler: Take advantage of constant propagation by buzbee · 13 years ago
- a3a82b2 Quick compiler: minor cleanup by buzbee · 13 years ago
- 02031b1 Quick compiler: Single .so for all targets by buzbee · 13 years ago
- fa57c47 Quick Compiler: Shoot the Camel by buzbee · 13 years ago
- aad9438 Quick Compiler: static, extern and inline cleanup by buzbee · 13 years ago
- 52a77fc Quick Compiler function renaming by buzbee · 13 years ago
- 1bc37c6 Continuing Quick compiler refactoring by buzbee · 13 years ago
- cbd6d44 C++'ification of Quick compiler's casts by buzbee · 13 years ago
- eaf09bc Quick compiler: more refactoring by buzbee · 13 years ago
- efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 13 years ago[Renamed from src/compiler/codegen/GenCommon.cc]
- f0504cd Quick backend: rename target-specific #defines by buzbee · 13 years ago
- a4a970a Fix overlap bug by buzbee · 13 years ago
- 0f79d72 Fix Mips/x86 compilers by buzbee · 13 years ago
- b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 13 years ago
- 30a3317 More MIPS fixes. Many run-test tests pass. by jeffhao · 13 years ago
- 4eb68ed More MIPS fixes. Fibonacci and ExceptionTest work. by jeffhao · 13 years ago
- fa147e2 Numerous fixes to MIPS. Basic oatexec works. by jeffhao · 13 years ago
- 4f8f04a Fix endianness of compiled code and stacks of stubs for MIPS. by jeffhao · 13 years ago
- 474b6da Move thread flags and state into 32bits. by Ian Rogers · 13 years ago
- 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
- 8320f38 Prune useless entries from dex to pc map by buzbee · 13 years ago
- 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 13 years ago
- 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
- 703f2cd Numerous fixes to enable PromoteRegs, though it's still broken. by jeffhao · 13 years ago
- 2a83e8f Quick compiler, fix wide bug by buzbee · 13 years ago
- f1f8636 Quick compiler - fix run-test 019 by buzbee · 13 years ago
- 44335e1 Fix arguments to throw of ArrayIndexOutOfBounds exception. by jeffhao · 13 years ago
- 6969d50 Invoke support for Quick Compiler by buzbee · 13 years ago
- e5f0122 Fixes for invoke/move-result fusing, recursion bug by buzbee · 13 years ago
- 3b3dbdd More Quick compiler mir/bb cleanup by buzbee · 13 years ago
- 15bf980 More Quick compiler restructuring by buzbee · 13 years ago
- 408ad16 Restructure to reduce MIR references by buzbee · 13 years ago
- 21e1271 Fix x86 aget-wide compilation to use loadBaseIndexedDisp. by jeffhao · 13 years ago
- 3f9ace8 Fix x86 compilation of aget-wide when src and dest regs are the same. by jeffhao · 13 years ago