Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
a20748aceb63396c5e09366968bbc71308f745df
/
compiler
/
optimizing
/
ssa_liveness_analysis.cc
674f519
ART: Enable multi-level instruction inlining
by David Brazdil
· 9 years ago
b3e773e
ART: Implement support for instruction inlining
by David Brazdil
· 9 years ago
15bd228
Implement irreducible loop support in optimizing.
by Nicolas Geoffray
· 9 years ago
ec7802a
Add DCHECKs to ArenaVector and ScopedArenaVector.
by Vladimir Marko
· 9 years ago
2aaa4b5
Optimizing: Tag more arena allocations.
by Vladimir Marko
· 9 years ago
fa6b93c
Optimizing: Tag arena allocations in HGraph.
by Vladimir Marko
· 9 years ago
77a48ae
Revert "Revert "ART: Register allocation and runtime support for try/catch""
by David Brazdil
· 9 years ago
659562a
Revert "ART: Register allocation and runtime support for try/catch"
by David Brazdil
· 9 years ago
b022fa1
ART: Register allocation and runtime support for try/catch
by David Brazdil
· 9 years ago
6058455
Optimizing: Tag basic block allocations with their source.
by Vladimir Marko
· 9 years ago
145acc5
Revert "Optimizing: Tag basic block allocations with their source."
by Vladimir Marko
· 9 years ago
91e11c0
Optimizing: Tag basic block allocations with their source.
by Vladimir Marko
· 9 years ago
718493c
HDeoptimize should hold values live in env.
by Mingyao Yang
· 9 years ago
94015b9
Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect.""
by Nicolas Geoffray
· 9 years ago
c345f14
Revert "Use HCurrentMethod in HInvokeStaticOrDirect."
by Nicolas Geoffray
· 9 years ago
38207af
Use HCurrentMethod in HInvokeStaticOrDirect.
by Nicolas Geoffray
· 9 years ago
8272688
Tweak one hint and one split in the linear scan.
by Nicolas Geoffray
· 9 years ago
0a23d74
Add a parent environment to HEnvironment.
by Nicolas Geoffray
· 10 years ago
db216f4
Relax the only one back-edge restriction.
by Nicolas Geoffray
· 10 years ago
fbda5f3
Find better split positions in the register allocator.
by Nicolas Geoffray
· 10 years ago
5790260
Add synthesize uses at back edge.
by Nicolas Geoffray
· 10 years ago
4ed947a
Dissociate uses with environment uses.
by Nicolas Geoffray
· 10 years ago
241a486
ART: Replace expensive calls to Covers in reg alloc
by David Brazdil
· 10 years ago
0d9f17d
Move the linear order to the HGraph.
by Nicolas Geoffray
· 10 years ago
d8126be
Fix locations at environment uses.
by Nicolas Geoffray
· 10 years ago
f01d344
Implement a proper solution for temps.
by Nicolas Geoffray
· 10 years ago
46e2a39
ART: Boolean simplifier
by David Brazdil
· 10 years ago
915b9d0
Tweak liveness when instructions are used in environments.
by Nicolas Geoffray
· 10 years ago
5b8e6a5
ART: Cache last returned range in LiveInterval::Covers
by David Brazdil
· 10 years ago
da02afe
Support hints for register pairs.
by Nicolas Geoffray
· 10 years ago
c0572a4
Optimize leaf methods.
by Nicolas Geoffray
· 10 years ago
ed59619
Optimizing: Speed up HEnvironment use removal
by David Brazdil
· 10 years ago
840e546
Implement double and float support for arm in register allocator.
by Nicolas Geoffray
· 10 years ago
a8eed3a
Revert "Revert "Fix the computation of linear ordering.""
by Nicolas Geoffray
· 10 years ago
e50fa58
Revert "Fix the computation of linear ordering."
by Nicolas Geoffray
· 10 years ago
3054a90
Fix the computation of linear ordering.
by Nicolas Geoffray
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
296bd60
Some improvement to reg alloc.
by Mingyao Yang
· 10 years ago
102cbed
Implement register allocator for floating point registers.
by Nicolas Geoffray
· 10 years ago
56b9ee6
Stop converting from Location to ManagedRegister.
by Nicolas Geoffray
· 10 years ago
01ef345
Add trivial register hints to the register allocator.
by Nicolas Geoffray
· 10 years ago
8ddb00c
Improve detection of lifetime holes.
by Nicolas Geoffray
· 10 years ago
8a16d97
Fix valgrind errors.
by Nicolas Geoffray
· 10 years ago
e77493c
Make common BitVector operations inline-able.
by Ian Rogers
· 10 years ago
e503832
Support fields in optimizing compiler.
by Nicolas Geoffray
· 10 years ago
31d76b4
Plug code generator into liveness analysis.
by Nicolas Geoffray
· 10 years ago
ec7e472
Fix some bugs in graph construction/simplification methods.
by Nicolas Geoffray
· 10 years ago
a7062e0
Add a linear scan register allocator to the optimizing compiler.
by Nicolas Geoffray
· 11 years ago
a5b8fde
Rewrite BitVector index iterator.
by Vladimir Marko
· 11 years ago
ddb311f
Build live ranges in preparation for register allocation.
by Nicolas Geoffray
· 11 years ago
0d3f578
Linearize the graph before creating live ranges.
by Nicolas Geoffray
· 11 years ago
f635e63
Add a compilation tracing mechanism to the new compiler.
by Nicolas Geoffray
· 11 years ago
622d9c3
Add loop recognition and CFG simplifications in new compiler.
by Nicolas Geoffray
· 11 years ago
804d093
Build live-in, live-out and kill sets for each block.
by Nicolas Geoffray
· 11 years ago