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
/
graph_visualizer.h
Age
Commit message (
Expand
)
Author
2015-07-15
ART: Build SSA form when try/catch is present
David Brazdil
2015-06-22
Opt compiler: Add disassembly to the '.cfg' output.
Alexandre Rames
2015-04-07
ART: Print C1vis header only if visualizer enabled
David Brazdil
2015-02-04
Create HGraph outside Builder, print timings
David Brazdil
2015-01-30
Implement LICM in optimizing compiler.
Nicolas Geoffray
2014-12-17
ART: Added Checker, a pattern matching test engine
David Brazdil
2014-12-15
Inlining support in optimizing.
Nicolas Geoffray
2014-11-24
ART: Fix unused variables and functions
Andreas Gampe
2014-10-22
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-17
Revert "Revert "Introduce a class to implement optimization passes.""
Roland Levillain
2014-10-09
Tidy ELF builder.
Ian Rogers
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
2014-09-19
First optimization in new compiler: simple GVN.
Nicolas Geoffray
2014-06-12
Final CL to enable register allocation on x86.
Nicolas Geoffray
2014-05-26
Add a linear scan register allocator to the optimizing compiler.
Nicolas Geoffray
2014-05-16
Linearize the graph before creating live ranges.
Nicolas Geoffray
2014-05-14
Add a compilation tracing mechanism to the new compiler.
Nicolas Geoffray