- 3416601 Look at instruction set features when generating volatiles code by Calin Juravle · 11 years ago
- 8558375 Merge "Fix braino in x64 assembler." by Nicolas Geoffray · 11 years ago
- 43a725c Merge "ART: Cut filename for DumpCFG" by Andreas Gampe · 11 years ago
- 23149ac Merge "ART: Ensure FP GET/PUT doesn't use Core register" by Bill Buzbee · 11 years ago
- ba31c3c Merge "ART: New types of Checker assertions" by David Brazdil · 11 years ago
- 9a6f20e ART: New types of Checker assertions by David Brazdil · 11 years ago
- b7e4a06 ART: Refactored VisualizerPrinter visitor pattern by David Brazdil · 11 years ago
- cee97e5 ART: Cut filename for DumpCFG by Andreas Gampe · 11 years ago
- a2d0afc ART: Fix common_compiler_test assumptions by Andreas Gampe · 11 years ago
- edb157f ART: Mac build fix by Andreas Gampe · 11 years ago
- bed520b ART: Do not compile swap file functionality on Mac by Andreas Gampe · 11 years ago
- 5c79aec Merge "ART: Swap-space in the compiler" by Andreas Gampe · 11 years ago
- e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 11 years ago
- bfe400b Fix running out of temps when storing invoke-interface result. by Vladimir Marko · 11 years ago
- 1c6ea44 Move two members out of MIRGraph::temp_::ssa. by Vladimir Marko · 11 years ago
- a64d014 Merge "ART: Implement FP packed reduce for x86" by Bill Buzbee · 11 years ago
- db75f3c Merge "Clean up dead loops before suspend check elimination." by Vladimir Marko · 11 years ago
- 202eaaf Merge "Clean up post-opt passes, perform only those we need." by Vladimir Marko · 11 years ago
- 341e425 Clean up dead loops before suspend check elimination. by Vladimir Marko · 11 years ago
- c146d49 Merge "Clean up MIRGraph::CanThrow()." by Vladimir Marko · 11 years ago
- 315cc20 Clean up MIRGraph::CanThrow(). by Vladimir Marko · 11 years ago
- ffda499 Clean up post-opt passes, perform only those we need. by Vladimir Marko · 11 years ago
- 10c9cbe Fixed CanBeMoved for field access by Calin Juravle · 11 years ago
- 52c4896 [optimizing compiler] Add support for volatile by Calin Juravle · 11 years ago
- 784cc5c Fix braino in x64 assembler. by Nicolas Geoffray · 11 years ago
- ac0341e Fix Thumb2 Emit16BitAddSub() to keep full immediate. by Vladimir Marko · 11 years ago
- 6048838 Merge "Revert "Don't block quick callee saved registers for optimizing."" by Nicolas Geoffray · 11 years ago
- 5b4b898 Revert "Don't block quick callee saved registers for optimizing." by Nicolas Geoffray · 11 years ago
- ca747ea Merge "Fix Thumb2 assembler to emit 16-bit add/sub SP, #imm." by Vladimir Marko · 11 years ago
- e408f8c Merge "Don't block quick callee saved registers for optimizing." by Nicolas Geoffray · 11 years ago
- 6004796 Don't block quick callee saved registers for optimizing. by Nicolas Geoffray · 11 years ago
- 5bc561c Fix Thumb2 assembler to emit 16-bit add/sub SP, #imm. by Vladimir Marko · 11 years ago
- 452a8be Merge "When inlining, also look whether we can allocate registers." by Nicolas Geoffray · 11 years ago
- 259136f When inlining, also look whether we can allocate registers. by Nicolas Geoffray · 11 years ago
- 6c170c9 ART: Punt to the interpreter for VerifiedMethod errors by Andreas Gampe · 11 years ago
- e9231c0 Merge "Add a new imgdiag tool to diff boot.art/core.art against a process" by Igor Murashkin · 11 years ago
- 942a378 Now that GraphChecker has a state, don't re-use it. by Nicolas Geoffray · 11 years ago
- 8012102 Merge "Fix ids and remove invoke when inlining." by Nicolas Geoffray · 11 years ago
- ee690a3 ART: Added Checker, a pattern matching test engine by David Brazdil · 11 years ago
- 7c5367b Fix ids and remove invoke when inlining. by Nicolas Geoffray · 11 years ago
- 4e44c82 Revert "Small optimization for recursive calls: avoid dex cache." by Nicolas Geoffray · 11 years ago
- 390f59f Small optimization for recursive calls: avoid dex cache. by Nicolas Geoffray · 11 years ago
- 3774335 Add a new imgdiag tool to diff boot.art/core.art against a process by Igor Murashkin · 11 years ago
- e53798a Inlining support in optimizing. by Nicolas Geoffray · 11 years ago
- 8683038 ART: Do not inline elf writer debug symbols by Andreas Gampe · 11 years ago
- 37cbe23 Merge "Add more compilation stats to optimizing" by Calin Juravle · 11 years ago
- 6f5f5d0 ART: Implement FP packed reduce for x86 by Maxim Kazantsev · 11 years ago
- 6419752 Some enhancements on BCE. by Mingyao Yang · 11 years ago
- 55037f1 Merge "Remove portable." by Elliott Hughes · 11 years ago
- 956af0f Remove portable. by Elliott Hughes · 11 years ago
- dce6539 Merge "AArch64: Fix incorrect use of preceding LIR." by Vladimir Marko · 11 years ago
- eb54d85 AArch64: Fix incorrect use of preceding LIR. by Ningsheng Jian · 11 years ago
- 36b58f5 Add verifier support for dequickening by Mathieu Chartier · 11 years ago
- a262f77 ARM: Combine multiply accumulate operations. by Ningsheng Jian · 11 years ago
- b3991da Merge "Add missing iget quick for bool, byte, char, short" by Mathieu Chartier · 11 years ago
- ffc605c Add missing iget quick for bool, byte, char, short by Mathieu Chartier · 11 years ago
- 48c2b03 Add more compilation stats to optimizing by Calin Juravle · 11 years ago
- 3e69f16 Opt compiler: Add arm64 support for register allocation. by Alexandre Rames · 11 years ago
- 376b2bb Ensure stack maps are 4 byte aligned. by Nicolas Geoffray · 11 years ago
- 6bb3919 Merge "Quick: Redefine the notion of back-egdes." by Vladimir Marko · 11 years ago
- 1f5f0f9 Merge "Explicitly mask constants in shift operations." by Nicolas Geoffray · 11 years ago
- 486cc19 Explicitly mask constants in shift operations. by Nicolas Geoffray · 11 years ago
- 8b858e1 Quick: Redefine the notion of back-egdes. by Vladimir Marko · 11 years ago
- ca54134 ART: Ensure FP GET/PUT doesn't use Core register by Mark Mendell · 11 years ago
- 52222d1 Merge "Quick: Kill unreachable blocks instead of just hiding them." by Vladimir Marko · 11 years ago
- 6c964c9 Merge "Re-factor Quick ABI support" by Vladimir Marko · 11 years ago
- c4925d4 Merge "[optimizing compiler] Add REM_FLOAT and REM_DOUBLE" by Calin Juravle · 11 years ago
- d2ec87d [optimizing compiler] Add REM_FLOAT and REM_DOUBLE by Calin Juravle · 11 years ago
- cb873d8 Quick: Kill unreachable blocks instead of just hiding them. by Vladimir Marko · 11 years ago
- 717a3e4 Re-factor Quick ABI support by Serguei Katkov · 11 years ago
- b218c85 ART: Clear use count for unused VRs. by Zheng Xu · 11 years ago
- 245ee00 ART: Fix string data leak in image writer by Andreas Gampe · 11 years ago
- 15cdca8 Merge "Quick: Fix code layout pass; don't terminate too early." by Vladimir Marko · 11 years ago
- f551eff Merge "Revert "Revert "Rewrite ImageWriter's merging of String char[]s.""" by Vladimir Marko · 11 years ago
- 9af6929 Quick: Fix code layout pass; don't terminate too early. by Vladimir Marko · 11 years ago
- abb3977 Merge "Add support for double-to-int & double-to-long in optimizing." by Roland Levillain · 11 years ago
- 4c0b61f Add support for double-to-int & double-to-long in optimizing. by Roland Levillain · 11 years ago
- faeda18 Revert "Revert "Rewrite ImageWriter's merging of String char[]s."" by Vladimir Marko · 11 years ago
- 0418b5b ART: Fix linting errors by Andreas Gampe · 11 years ago
- 044ac4f Merge "Bounds check elimination." by Mingyao Yang · 11 years ago
- a21fdd0 Merge "X86_64 QBE: use RIP addressing" by Ian Rogers · 11 years ago
- e4d4d32 ART: Add SparseSwitch support to the optimizing compiler by Andreas Gampe · 11 years ago
- 27dee8b X86_64 QBE: use RIP addressing by Mark Mendell · 11 years ago
- 7c8ce29 Merge "ART: Add PackedSwitch support to the optimizing compiler" by Andreas Gampe · 11 years ago
- d881df5 ART: Add PackedSwitch support to the optimizing compiler by Andreas Gampe · 11 years ago
- 72c25a9 Temporary disable the test. by Nicolas Geoffray · 11 years ago
- 875ca0f Merge "Revert "Rewrite ImageWriter's merging of String char[]s."" by Vladimir Marko · 11 years ago
- 4c964de Revert "Rewrite ImageWriter's merging of String char[]s." by Vladimir Marko · 11 years ago
- 8964e2b Add support for float-to-double & double-to-float in optimizing. by Roland Levillain · 11 years ago
- 833e903 Merge "Add support for float-to-long in the optimizing compiler." by Roland Levillain · 11 years ago
- 624279f Add support for float-to-long in the optimizing compiler. by Roland Levillain · 11 years ago
- 3947000 Merge "Rewrite ImageWriter's merging of String char[]s." by Vladimir Marko · 11 years ago
- c73743c Rewrite ImageWriter's merging of String char[]s. by Vladimir Marko · 11 years ago
- 989210e Merge "Quick: Use fewer insns for ARM LDR/STR with large offsets." by Vladimir Marko · 11 years ago
- aed3ad7 Quick: Use fewer insns for ARM LDR/STR with large offsets. by Vladimir Marko · 11 years ago
- 4334f95 Merge "Call ProcessStrings() in ImageWriter, fix prefix check." by Vladimir Marko · 11 years ago
- ab972ef Remove method verification results right after compiling a method by Mathieu Chartier · 11 years ago
- f384f88 Bounds check elimination. by Mingyao Yang · 11 years ago
- 3389ca7 Call ProcessStrings() in ImageWriter, fix prefix check. by Vladimir Marko · 11 years ago
- ccce1c0 Merge "Implement InexpensiveConstantInt(., opcode) for ARM." by Vladimir Marko · 11 years ago