- ab4a2f5 Forbid the use of shifts in ShifterOperand in Thumb2 by Guillaume "Vermeille" Sanchez · 10 years ago
- dc62c48 Make subs and adds alter flags when rn is an immediate by Guillaume "Vermeille" Sanchez · 10 years ago
- 8c36c1a Merge "Revert "Forbid the use of shifts in ShifterOperand in Thumb2"" by Calin Juravle · 10 years ago
- da8196d Merge "Revert "Make subs alter flags when rn is an immediate"" by Calin Juravle · 10 years ago
- 2dae78c Revert "Make subs alter flags when rn is an immediate" by Calin Juravle · 10 years ago
- b7f2be9 Revert "Forbid the use of shifts in ShifterOperand in Thumb2" by Calin Juravle · 10 years ago
- 1d2868c Merge "Make subs alter flags when rn is an immediate" by Calin Juravle · 10 years ago
- 3533c45 Merge "Forbid the use of shifts in ShifterOperand in Thumb2" by Calin Juravle · 10 years ago
- 8de00e3 Make subs alter flags when rn is an immediate by Guillaume "Vermeille" Sanchez · 10 years ago
- 3f6c7f6 [optimizing] Improve x86, x86_64 code by Mark Mendell · 10 years ago
- bada8b0 Forbid the use of shifts in ShifterOperand in Thumb2 by Guillaume "Vermeille" Sanchez · 10 years ago
- 234d69d Revert "Revert "[optimizing] Enable x86 long support."" by Nicolas Geoffray · 10 years ago
- 154552e Revert "[optimizing] Enable x86 long support." by Nicolas Geoffray · 10 years ago
- b4ba354 [optimizing] Enable x86 long support. by Nicolas Geoffray · 10 years ago
- 7cde48c Stack support for Optimizing compiler by Sebastien Hertz · 10 years ago
- e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
- a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
- 2535abe Add JIT by Mathieu Chartier · 10 years ago
- 6aa7fe6 Merge "Replace a few std::vector with ArenaVector in Mir2Lir." by Vladimir Marko · 10 years ago
- 80b96d1 Replace a few std::vector with ArenaVector in Mir2Lir. by Vladimir Marko · 10 years ago
- b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago
- 2ee8837 Merge "ART: Templatize IsInt & IsUint" by Andreas Gampe · 10 years ago
- ab1eb0d ART: Templatize IsInt & IsUint by Andreas Gampe · 10 years ago
- 7a01dc2 Dead code elimination based on GVN results. by Vladimir Marko · 10 years ago
- bce8899 Merge "Clean up Scoped-/ArenaAlocator array allocations." by Vladimir Marko · 10 years ago
- ffe8a57 Optimize double/float immediate loading on arm. by Nicolas Geoffray · 10 years ago
- e4fcc5b Clean up Scoped-/ArenaAlocator array allocations. by Vladimir Marko · 10 years ago
- aa874e0 Merge "Quick: Rewrite Phi node insertion." by Vladimir Marko · 10 years ago
- 1d6957f Merge "Improve ParallelMoveResolver to work with pairs." by Nicolas Geoffray · 10 years ago
- f7a0c4e Improve ParallelMoveResolver to work with pairs. by Nicolas Geoffray · 10 years ago
- 6a8946b Quick: Rewrite Phi node insertion. by Vladimir Marko · 10 years ago
- 391b87e Merge "ART: Arm intrinsics for Optimizing compiler" by Andreas Gampe · 10 years ago
- 2bcf9bf ART: Arm intrinsics for Optimizing compiler by Andreas Gampe · 10 years ago
- 748f140 x64 goodness. by Nicolas Geoffray · 10 years ago
- 3d1e788 Fix build by putting ATTRIBUTE_UNUSUED. by Nicolas Geoffray · 10 years ago
- 51fdf43 Fix thumb2 assembler's ShifterOperandCanHold. by Nicolas Geoffray · 10 years ago
- 7b7e524 ART: Fix assembler_thumb_test by Andreas Gampe · 10 years ago
- 513ea0c ART: Fix thumb2 utils assembler by Andreas Gampe · 10 years ago
- 1cf9528 Small optimization for recursive calls: avoid dex cache. by Nicolas Geoffray · 10 years ago
- 966c3ae Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Mark P Mendell · 10 years ago
- 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 10 years ago
- 827eedb Move code around and address growable_array comment. by Nicolas Geoffray · 10 years ago
- 76d032b Merge "Introduce a SideEffectsAnalysis class." by Nicolas Geoffray · 10 years ago
- 86dde16 Introduce a SideEffectsAnalysis class. by Nicolas Geoffray · 10 years ago
- 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 10 years ago
- 9889396 Enable core callee-save on x64. by Nicolas Geoffray · 10 years ago
- 24f2dfa [optimizing compiler] Implement inline x86 FP '%' by Mark Mendell · 10 years ago
- cd6dffe Add implicit null checks for the optimizing compiler by Calin Juravle · 10 years ago
- 0223a19 Merge "ART: Allow to compile interpret-only mips64 files" by Andreas Gampe · 10 years ago
- 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 10 years ago
- 71fb52f ART: Optimizing compiler intrinsics by Andreas Gampe · 10 years ago
- 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 10 years ago
- 65bec69 ART: Clean assembler_test disassemblies by Andreas Gampe · 10 years ago
- 8d36591 ART: Use jalr instead of jr for Mips by Andreas Gampe · 10 years ago
- 6650de2 Merge "Revert "ART: Implement hard float for X86"" by Vladimir Marko · 10 years ago
- 0f9b03c Revert "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
- 1342867 Merge "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
- 59b9cf7 ART: Implement hard float for X86 by Mark Mendell · 10 years ago
- 840e546 Implement double and float support for arm in register allocator. by Nicolas Geoffray · 10 years ago
- 140c2c7 ART: Remove unused parts of x86 assemblers by Andreas Gampe · 10 years ago
- 8558375 Merge "Fix braino in x64 assembler." by Nicolas Geoffray · 10 years ago
- edb157f ART: Mac build fix by Andreas Gampe · 10 years ago
- bed520b ART: Do not compile swap file functionality on Mac by Andreas Gampe · 10 years ago
- 5c79aec Merge "ART: Swap-space in the compiler" by Andreas Gampe · 10 years ago
- e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
- 52c4896 [optimizing compiler] Add support for volatile by Calin Juravle · 10 years ago
- 784cc5c Fix braino in x64 assembler. by Nicolas Geoffray · 10 years ago
- ac0341e Fix Thumb2 Emit16BitAddSub() to keep full immediate. by Vladimir Marko · 10 years ago
- 6048838 Merge "Revert "Don't block quick callee saved registers for optimizing."" by Nicolas Geoffray · 10 years ago
- 5b4b898 Revert "Don't block quick callee saved registers for optimizing." by Nicolas Geoffray · 10 years ago
- ca747ea Merge "Fix Thumb2 assembler to emit 16-bit add/sub SP, #imm." by Vladimir Marko · 10 years ago
- e408f8c Merge "Don't block quick callee saved registers for optimizing." by Nicolas Geoffray · 10 years ago
- 6004796 Don't block quick callee saved registers for optimizing. by Nicolas Geoffray · 10 years ago
- 5bc561c Fix Thumb2 assembler to emit 16-bit add/sub SP, #imm. by Vladimir Marko · 10 years ago
- 956af0f Remove portable. by Elliott Hughes · 10 years ago
- 4c0b61f Add support for double-to-int & double-to-long in optimizing. by Roland Levillain · 10 years ago
- 624279f Add support for float-to-long in the optimizing compiler. by Roland Levillain · 10 years ago
- 49285c5 Print memory usage in dex2oat shutdown by Mathieu Chartier · 10 years ago
- 89b5387 Merge "Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug." by Nicolas Geoffray · 10 years ago
- 3bcc8ea Don't use CanHoldArm in the code generator. by Nicolas Geoffray · 10 years ago
- 32f5b4d Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug. by Serban Constantinescu · 10 years ago
- 6d0e483 Add support for long-to-float in the optimizing compiler. by Roland Levillain · 10 years ago
- d7fa3a7 Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
- ddb7df2 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
- a9159b2 Merge "Add support for long-to-double in the optimizing compiler." by Roland Levillain · 10 years ago
- 647b9ed Add support for long-to-double in the optimizing compiler. by Roland Levillain · 10 years ago
- e8469c1 Optimizing: Use 16-bit Thumb2 PUSH/POP when possible. by Vladimir Marko · 10 years ago
- 91debbc Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
- fd86124 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
- 799f506 Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Nicolas Geoffray · 10 years ago
- cea28ec [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
- af2d530 Merge "ART: Fix unused variables and functions" by Andreas Gampe · 10 years ago
- 9f612ff ART: Fix unused variables and functions by Andreas Gampe · 10 years ago
- 321b987 Further cleanup using dex_instruction_utils.h. by Vladimir Marko · 10 years ago
- 91e9f25 Merge "[optimizing compiler] Add shifts" by Calin Juravle · 10 years ago
- 9aec02f [optimizing compiler] Add shifts by Calin Juravle · 10 years ago
- 26e7d45 Eliminate suspend checks on back-edges to return insn. by Vladimir Marko · 10 years ago
- c12da2d Merge "Rewrite GVN's field id and field type handling." by Vladimir Marko · 10 years ago
- f41b92c Fix possible array access issue by Vladimir · 10 years ago
- 22e60ea Merge "test: Fix assember_arm_test to compile on gcc" by Igor Murashkin · 10 years ago