index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
optimizing_compiler.cc
Age
Commit message (
Expand
)
Author
2017-11-20
Refactored optimization passes setup.
Aart Bik
2017-11-15
Use intrinsic codegen for compiling intrinsic methods.
Vladimir Marko
2017-11-14
Remove kIsVdexEnabled.
Nicolas Geoffray
2017-11-10
Record @{Fast,Critical}Native in method's access flags.
Vladimir Marko
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-10-17
Use ScopedArenaAllocator for code generation.
Vladimir Marko
2017-10-11
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-10-09
Use ScopedArenaAllocator for register allocation.
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-05
MIPS32R2: Share address computation
Lena Djokic
2017-09-27
Enables GVN for x86 and x86_64.
Aart Bik
2017-09-27
Merge "Enables GVN for MIPS32 and MIPS64."
Treehugger Robot
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-09-21
Enables GVN for MIPS32 and MIPS64.
Lena Djokic
2017-09-20
Refactor compiled_method.h .
Vladimir Marko
2017-09-20
Refactor linker files from compiler/ to dex2oat/.
Vladimir Marko
2017-09-18
ART: Remove old code
Andreas Gampe
2017-09-18
Add debug info for link-time generated thunks.
Vladimir Marko
2017-09-08
Merge "optimizing: add block-scoped constructor fence merging pass"
Treehugger Robot
2017-09-08
optimizing: add block-scoped constructor fence merging pass
Igor Murashkin
2017-09-06
Pass stats into the loop optimization phase.
Aart Bik
2017-08-14
Merge "RFC: Generate select instruction for conditional returns."
Nicolas Geoffray
2017-08-11
Merge changes Ic119441c,I83b96b41
Treehugger Robot
2017-08-11
optimizing: Add statistics for # of constructor fences added/removed
Igor Murashkin
2017-08-11
optimizing: Refactor statistics to use OptimizingCompilerStats helper
Igor Murashkin
2017-08-10
Instrument ARM64 generated code to check the Marking Register.
Roland Levillain
2017-08-10
RFC: Generate select instruction for conditional returns.
Mads Ager
2017-08-10
Revert recent JIT code cache changes
Orion Hodson
2017-07-25
Merge "Jit Code Cache instruction pipeline flushing"
Treehugger Robot
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-24
Jit Code Cache instruction pipeline flushing
Orion Hodson
2017-07-19
Pass the logger to the JIT compiler.
Nicolas Geoffray
2017-06-07
Use ArtMethod* .bss entries for HInvokeStaticOrDirect.
Vladimir Marko
2017-05-23
Merge "Use PC-relative pointer to boot image methods."
Treehugger Robot
2017-05-22
Use PC-relative pointer to boot image methods.
Vladimir Marko
2017-05-19
Create load store analysis pass
xueliang.zhong
2017-05-08
Instruction scheduling for ARM.
xueliang.zhong
2017-04-24
ART: More header cleanup - method_verifier.h
Andreas Gampe
2017-04-10
optimizing: do not illegally remove constructor barriers after inlining
Igor Murashkin
2017-04-06
Clean up after MIPS got read barriers support
Goran Jakovljevic
2017-03-28
MIPS: Implement read barriers.
Alexey Frunze
2017-03-24
Improvements in the Inliner.
Nicolas Geoffray
2017-03-16
Delete SrcMap
Mathieu Chartier
2017-03-16
Add method info to oat files
Mathieu Chartier
2017-03-14
Revert^6 "Hash-based dex cache type array."
Vladimir Marko
2017-03-13
Revert^5 "Hash-based dex cache type array."
Vladimir Marko
2017-03-08
Merge "Invoke typed arraycopy for primitive arrays."
Nicolas Geoffray
2017-03-07
Invoke typed arraycopy for primitive arrays.
Nicolas Geoffray
2017-03-06
Pass driver to loop opt. Add new side_effects phase.
Aart Bik
2017-02-27
Implement code sinking.
Nicolas Geoffray
[next]