summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_compiler.cc
AgeCommit message (Expand)Author
2018-01-12Revert "Move quickening info logic to its own table" Nicolas Geoffray
2018-01-11Move quickening info logic to its own table Mathieu Chartier
2018-01-08Clean up CodeItemAccessors and Compact/StandardDexFile Mathieu Chartier
2018-01-05Create dex subdirectory David Sehr
2017-12-22Make CodeItem fields private Mathieu Chartier
2017-12-14Add mini-debug-info generation mode for JIT. David Srbecky
2017-11-30Revert^4 "JIT JNI stubs." Vladimir Marko
2017-11-30Revert "Revert "Revert "JIT JNI stubs.""" Nicolas Geoffray
2017-11-29Revert "Revert "JIT JNI stubs."" Vladimir Marko
2017-11-29Merge "Clean some dex2oat options." Nicolas Geoffray
2017-11-28Revert "JIT JNI stubs." Vladimir Marko
2017-11-28Clean some dex2oat options. Nicolas Geoffray
2017-11-28JIT JNI stubs. Vladimir Marko
2017-11-28ART: Minor refactoring of JNI stub compilation. Vladimir Marko
2017-11-27Fix stats reporting over 100% methods compiled. Vladimir Marko
2017-11-20Refactored optimization passes setup. Aart Bik
2017-11-15Use intrinsic codegen for compiling intrinsic methods. Vladimir Marko
2017-11-14Remove kIsVdexEnabled. Nicolas Geoffray
2017-11-10Record @{Fast,Critical}Native in method's access flags. Vladimir Marko
2017-11-02ART: Make InstructionSet an enum class and add kLast. Vladimir Marko
2017-10-17Use ScopedArenaAllocator for code generation. Vladimir Marko
2017-10-11Use ScopedArenaAllocator for building HGraph. Vladimir Marko
2017-10-09Use ScopedArenaAllocator for register allocation. Vladimir Marko
2017-10-06ART: Use ScopedArenaAllocator for pass-local data. Vladimir Marko
2017-10-05MIPS32R2: Share address computation Lena Djokic
2017-09-27Enables GVN for x86 and x86_64. Aart Bik
2017-09-27Merge "Enables GVN for MIPS32 and MIPS64." Treehugger Robot
2017-09-25ART: Introduce compiler data type. Vladimir Marko
2017-09-21Enables GVN for MIPS32 and MIPS64. Lena Djokic
2017-09-20Refactor compiled_method.h . Vladimir Marko
2017-09-20Refactor linker files from compiler/ to dex2oat/. Vladimir Marko
2017-09-18ART: Remove old code Andreas Gampe
2017-09-18Add debug info for link-time generated thunks. Vladimir Marko
2017-09-08Merge "optimizing: add block-scoped constructor fence merging pass" Treehugger Robot
2017-09-08optimizing: add block-scoped constructor fence merging pass Igor Murashkin
2017-09-06Pass stats into the loop optimization phase. Aart Bik
2017-08-14Merge "RFC: Generate select instruction for conditional returns." Nicolas Geoffray
2017-08-11Merge changes Ic119441c,I83b96b41 Treehugger Robot
2017-08-11optimizing: Add statistics for # of constructor fences added/removed Igor Murashkin
2017-08-11optimizing: Refactor statistics to use OptimizingCompilerStats helper Igor Murashkin
2017-08-10Instrument ARM64 generated code to check the Marking Register. Roland Levillain
2017-08-10RFC: Generate select instruction for conditional returns. Mads Ager
2017-08-10Revert recent JIT code cache changes Orion Hodson
2017-07-25Merge "Jit Code Cache instruction pipeline flushing" Treehugger Robot
2017-07-24ART: Include cleanup Andreas Gampe
2017-07-24Jit Code Cache instruction pipeline flushing Orion Hodson
2017-07-19Pass the logger to the JIT compiler. Nicolas Geoffray
2017-06-07Use ArtMethod* .bss entries for HInvokeStaticOrDirect. Vladimir Marko
2017-05-23Merge "Use PC-relative pointer to boot image methods." Treehugger Robot
2017-05-22Use PC-relative pointer to boot image methods. Vladimir Marko