index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
live_ranges_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-05-11
1
-1
/
+1
*
Move the linear order to the HGraph.
Nicolas Geoffray
2015-04-15
1
-6
/
+6
*
[optimizing] Implement x86/x86_64 math intrinsics
Mark Mendell
2015-04-01
1
-6
/
+19
*
[optimizing compiler] x86 goodness
Mark Mendell
2015-03-02
1
-2
/
+2
*
Move arenas into runtime
Mathieu Chartier
2015-02-19
1
-1
/
+1
*
Create HGraph outside Builder, print timings
David Brazdil
2015-02-04
1
-2
/
+3
*
ART: Further refactor use lists
David Brazdil
2015-01-27
1
-1
/
+1
*
Optimizing: Speed up HEnvironment use removal
David Brazdil
2015-01-26
1
-1
/
+1
*
Add implicit null checks for the optimizing compiler
Calin Juravle
2015-01-16
1
-6
/
+7
*
Inlining support in optimizing.
Nicolas Geoffray
2014-12-15
1
-3
/
+1
*
Treat SSA transformation special, as we may have to bailout.
Nicolas Geoffray
2014-12-02
1
-1
/
+1
*
Fix tests now that dead phis are removed when building SSA.
Nicolas Geoffray
2014-11-25
1
-4
/
+6
*
Remove the notion of dies at entry.
Nicolas Geoffray
2014-10-21
1
-7
/
+7
*
Merge "Use Is*() helpers to shorten code in the optimizing compiler."
Roland Levillain
2014-10-13
1
-2
/
+2
|
\
|
*
Use Is*() helpers to shorten code in the optimizing compiler.
Roland Levillain
2014-10-09
1
-2
/
+2
*
|
Fix code generation of materialized conditions.
Nicolas Geoffray
2014-10-09
1
-0
/
+3
|
/
*
Add support for inputs dying at entry of instructions.
Nicolas Geoffray
2014-10-06
1
-1
/
+1
*
Improve detection of lifetime holes.
Nicolas Geoffray
2014-09-30
1
-2
/
+166
*
Make suspend checks note have side effects.
Nicolas Geoffray
2014-09-25
1
-0
/
+1
*
Revert "Revert "Implement suspend checks in new compiler.""
Nicolas Geoffray
2014-09-16
1
-0
/
+3
*
Fix valgrind errors.
Nicolas Geoffray
2014-09-11
1
-8
/
+9
*
Support fields in optimizing compiler.
Nicolas Geoffray
2014-07-14
1
-2
/
+2
*
Plug code generator into liveness analysis.
Nicolas Geoffray
2014-06-10
1
-9
/
+15
*
Fix some bugs in graph construction/simplification methods.
Nicolas Geoffray
2014-06-09
1
-7
/
+8
*
Add a linear scan register allocator to the optimizing compiler.
Nicolas Geoffray
2014-05-26
1
-72
/
+72
*
Build live ranges in preparation for register allocation.
Nicolas Geoffray
2014-05-19
1
-0
/
+263