index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
optimization.cc
Age
Commit message (
Expand
)
Author
2020-08-21
Improved LSE: Replacing loads with Phis.
Vladimir Marko
2020-08-10
ARM: Allow FP args in core regs for @CriticalNative.
Vladimir Marko
2020-07-28
More inclusive language in the runtime
David Srbecky
2020-06-17
ART: Simplify HRem to reuse existing HDiv
Evgeny Astigeevich
2020-06-08
Run LSA as a part of the LSE pass.
Vladimir Marko
2020-05-13
Move HandleCache to HGraph.
Vladimir Marko
2020-04-17
ART: Refactor SIMD slots and regs size processing.
Artem Serov
2020-02-13
Remove MIPS support from Optimizing.
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-12-06
Refactor CompilerDriver::CompileAll().
Vladimir Marko
2018-11-08
Emit bit manipulation instructions for x86 and x86_64
Shalini Salomi Bodapati
2018-09-28
Remove need for intrinsic recognizer to be a pass.
Nicolas Geoffray
2018-09-19
Remove sharpening as an optimization pass.
Nicolas Geoffray
2018-07-13
Merge "Revert "Emit vector mulitply and accumulate instructions for x86.""
Hans Boehm
2018-07-13
Revert "Emit vector mulitply and accumulate instructions for x86."
Hans Boehm
2018-07-02
Merge "Emit vector mulitply and accumulate instructions for x86."
Treehugger Robot
2018-07-02
Emit vector mulitply and accumulate instructions for x86.
Gupta Kumar, Sanjiv
2018-06-28
Remove CompilerDriver::support_boot_image_fixup_.
Vladimir Marko
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-04-30
Step 2 of 2: conditional passes.
Aart Bik
2018-01-08
Clean up CodeItemAccessors and Compact/StandardDexFile
Mathieu Chartier
2018-01-05
Create dex subdirectory
David Sehr
2017-12-22
Make CodeItem fields private
Mathieu Chartier
2017-12-08
Determine HLoadClass/String load kind early.
Vladimir Marko
2017-11-20
Refactored optimization passes setup.
Aart Bik
2017-08-11
optimizing: Refactor statistics to use OptimizingCompilerStats helper
Igor Murashkin
2015-06-24
ART: Run GraphChecker after Builder and SsaBuilder
David Brazdil
2015-04-24
ART: Dead block removal
David Brazdil
2015-02-19
Reference type propagation
Calin Juravle
2014-11-25
Fix a bug in the type analysis phase of optimizing.
Nicolas Geoffray
2014-11-19
Use HOptimization abstraction for running optimizations.
Nicolas Geoffray
2014-10-22
Tidy up logging.
Ian Rogers
2014-10-17
Revert "Revert "Introduce a class to implement optimization passes.""
Roland Levillain
2014-10-01
Revert "Introduce a class to implement optimization passes."
Nicolas Geoffray
2014-10-01
Introduce a class to implement optimization passes.
Roland Levillain