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
/
ssa_liveness_analysis.cc
Age
Commit message (
Expand
)
Author
2015-10-08
Add DCHECKs to ArenaVector and ScopedArenaVector.
Vladimir Marko
2015-09-25
Optimizing: Tag more arena allocations.
Vladimir Marko
2015-09-16
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-09-15
Revert "Revert "ART: Register allocation and runtime support for try/catch""
David Brazdil
2015-09-14
Revert "ART: Register allocation and runtime support for try/catch"
David Brazdil
2015-09-14
ART: Register allocation and runtime support for try/catch
David Brazdil
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-07-27
HDeoptimize should hold values live in env.
Mingyao Yang
2015-06-08
Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect.""
Nicolas Geoffray
2015-06-04
Revert "Use HCurrentMethod in HInvokeStaticOrDirect."
Nicolas Geoffray
2015-06-04
Use HCurrentMethod in HInvokeStaticOrDirect.
Nicolas Geoffray
2015-06-01
Tweak one hint and one split in the linear scan.
Nicolas Geoffray
2015-05-11
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-05-07
Relax the only one back-edge restriction.
Nicolas Geoffray
2015-05-05
Find better split positions in the register allocator.
Nicolas Geoffray
2015-04-29
Add synthesize uses at back edge.
Nicolas Geoffray
2015-04-27
Dissociate uses with environment uses.
Nicolas Geoffray
2015-04-16
ART: Replace expensive calls to Covers in reg alloc
David Brazdil
2015-04-15
Move the linear order to the HGraph.
Nicolas Geoffray
2015-03-31
Fix locations at environment uses.
Nicolas Geoffray
2015-03-27
Implement a proper solution for temps.
Nicolas Geoffray
2015-03-24
ART: Boolean simplifier
David Brazdil
2015-03-12
Tweak liveness when instructions are used in environments.
Nicolas Geoffray
2015-03-02
ART: Cache last returned range in LiveInterval::Covers
David Brazdil
2015-02-13
Support hints for register pairs.
Nicolas Geoffray
2015-02-06
Optimize leaf methods.
Nicolas Geoffray
2015-01-26
Optimizing: Speed up HEnvironment use removal
David Brazdil
2015-01-08
Implement double and float support for arm in register allocator.
Nicolas Geoffray
2014-11-24
Revert "Revert "Fix the computation of linear ordering.""
Nicolas Geoffray
2014-11-24
Revert "Fix the computation of linear ordering."
Nicolas Geoffray
2014-11-21
Fix the computation of linear ordering.
Nicolas Geoffray
2014-11-04
ART: More warnings
Andreas Gampe
2014-11-03
Some improvement to reg alloc.
Mingyao Yang
2014-10-21
Implement register allocator for floating point registers.
Nicolas Geoffray
2014-10-09
Stop converting from Location to ManagedRegister.
Nicolas Geoffray
2014-10-07
Add trivial register hints to the register allocator.
Nicolas Geoffray
2014-09-30
Improve detection of lifetime holes.
Nicolas Geoffray
2014-09-11
Fix valgrind errors.
Nicolas Geoffray
2014-08-20
Make common BitVector operations inline-able.
Ian Rogers
2014-07-14
Support fields in optimizing compiler.
Nicolas Geoffray
2014-06-10
Plug code generator into liveness analysis.
Nicolas Geoffray
2014-06-09
Fix some bugs in graph construction/simplification methods.
Nicolas Geoffray
2014-05-26
Add a linear scan register allocator to the optimizing compiler.
Nicolas Geoffray
2014-05-23
Rewrite BitVector index iterator.
Vladimir Marko
2014-05-19
Build live ranges in preparation for register allocation.
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
2014-05-13
Add loop recognition and CFG simplifications in new compiler.
Nicolas Geoffray
[next]