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
/
pretty_printer.h
Age
Commit message (
Expand
)
Author
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2016-12-15
ART: Move to libbase StringPrintf
Andreas Gampe
2016-07-01
Create a typedef for HInstruction::GetInputs() return type.
Vladimir Marko
2016-06-02
Refactor handling of input records.
Vladimir Marko
2016-04-19
Use iterators "before" the use node in HUserRecord<>.
Vladimir Marko
2015-10-08
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-09-08
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-09-03
Revert "Optimizing: Tag basic block allocations with their source."
Vladimir Marko
2015-09-03
Optimizing: Tag basic block allocations with their source.
Vladimir Marko
2015-03-06
Opt compiler: Clean the use of `virtual` and `OVERRIDE`.
Alexandre Rames
2015-01-26
Optimizing: Speed up HEnvironment use removal
David Brazdil
2014-06-06
Reduce header files including header files.
Ian Rogers
2014-05-16
Linearize the graph before creating live ranges.
Nicolas Geoffray
2014-05-13
Add loop recognition and CFG simplifications in new compiler.
Nicolas Geoffray
2014-04-28
Add a Transform to SSA phase to the optimizing compiler.
Nicolas Geoffray
2014-03-18
Plug new optimizing compiler in compilation pipeline.
Nicolas Geoffray
2014-03-10
Add register support to the optimizing compiler.
Nicolas Geoffray
2014-02-26
Add conditional branches, and build dominator tree.
Nicolas Geoffray
2014-02-19
Re-apply: Initial check-in of an optimizing compiler.
Nicolas Geoffray
2014-02-19
Revert "Initial check-in of an optimizing compiler."
Nicolas Geoffray
2014-02-19
Initial check-in of an optimizing compiler.
Nicolas Geoffray