index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
dex
/
ssa_transformation.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-20
/
+20
*
Move arenas into runtime
Mathieu Chartier
2015-02-19
1
-1
/
+1
*
Clean up Scoped-/ArenaAlocator array allocations.
Vladimir Marko
2015-02-13
1
-10
/
+7
*
Quick: Rewrite Phi node insertion.
Vladimir Marko
2015-02-10
1
-27
/
+16
*
ART: Some Quick cleanup
Andreas Gampe
2015-01-26
1
-1
/
+2
*
Move two members out of MIRGraph::temp_::ssa.
Vladimir Marko
2014-12-19
1
-4
/
+4
*
Clean up post-opt passes, perform only those we need.
Vladimir Marko
2014-12-19
1
-7
/
+9
*
Merge "Quick: Redefine the notion of back-egdes."
Vladimir Marko
2014-12-09
1
-6
/
+0
|
\
|
*
Quick: Redefine the notion of back-egdes.
Vladimir Marko
2014-12-09
1
-6
/
+0
*
|
Quick: Kill unreachable blocks instead of just hiding them.
Vladimir Marko
2014-12-08
1
-2
/
+2
|
/
*
Clean up MIRGraph pass temporaries.
Vladimir Marko
2014-11-21
1
-16
/
+16
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-2
/
+1
*
Quick: Improve the BBCombine pass.
Vladimir Marko
2014-10-15
1
-1
/
+2
*
Rewrite null check elimination to work on dalvik regs.
Vladimir Marko
2014-10-15
1
-2
/
+3
*
Quick: Reduce memory usage and improve compile time.
Vladimir Marko
2014-10-09
1
-8
/
+10
*
Deprecate GrowableArray, use ArenaVector instead.
Vladimir Marko
2014-09-23
1
-75
/
+35
*
ART: Make the dominator bitvectors expandable
Jean Christophe Beyler
2014-09-05
1
-3
/
+3
*
ART: Change temporaries to positive names
Razvan A Lupusoru
2014-08-26
1
-7
/
+8
*
Make common BitVector operations inline-able.
Ian Rogers
2014-08-20
1
-0
/
+1
*
ART: Hide unreachable basic blocks in the compiler
Andreas Gampe
2014-06-13
1
-0
/
+10
*
Use ScopedArenaVector instead of std::vector in SSA transformation.
Vladimir Marko
2014-06-06
1
-2
/
+6
*
ART: Setting up cleanup
Jean Christophe Beyler
2014-05-30
1
-2
/
+2
*
ART: Better SSA Allocation when recreating SSA
Jean Christophe Beyler
2014-05-27
1
-12
/
+8
*
Merge "Revert "ART: Better SSA Allocation when recreating SSA""
Bill Buzbee
2014-05-23
1
-8
/
+12
|
\
|
*
Revert "ART: Better SSA Allocation when recreating SSA"
Bill Buzbee
2014-05-23
1
-8
/
+12
*
|
Merge "ART: Better SSA Allocation when recreating SSA"
Ian Rogers
2014-05-23
1
-12
/
+8
|
\
\
|
|
/
|
*
ART: Better SSA Allocation when recreating SSA
Jean Christophe Beyler
2014-05-02
1
-12
/
+8
*
|
Rewrite BitVector index iterator.
Vladimir Marko
2014-05-23
1
-70
/
+29
*
|
ART: MIR, SSARepresentation, and BasicBlock Additional API
Jean Christophe Beyler
2014-05-22
1
-2
/
+1
*
|
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-1
/
+1
|
/
*
Move saved SSA map to ScopedArenaAllocator to save memory.
Vladimir Marko
2014-03-21
1
-2
/
+2
*
ART: API changes
Jean Christophe Beyler
2014-03-18
1
-1
/
+1
*
Class initialization check elimination.
Vladimir Marko
2014-03-17
1
-7
/
+0
*
Create a scoped arena allocator and use that for LVN.
Vladimir Marko
2014-03-06
1
-7
/
+7
*
Move arena_bit_vector.h/cc to compiler/utils.
Nicolas Geoffray
2014-02-26
1
-2
/
+3
*
Implements a BasicBlock iterator using the ArenaBitVector.
Jean Christophe Beyler
2014-02-25
1
-16
/
+5
*
Added pass framework
Jean Christophe Beyler
2014-01-13
1
-42
/
+0
*
Revert "Revert "Null check elimination improvement""
Bill Buzbee
2013-10-30
1
-0
/
+1
*
Merge "Revert "Null check elimination improvement"" into dalvik-dev
Ian Rogers
2013-10-25
1
-1
/
+0
|
\
|
*
Revert "Null check elimination improvement"
Ian Rogers
2013-10-25
1
-1
/
+0
*
|
Merge "Null check elimination improvement" into dalvik-dev
buzbee
2013-10-25
1
-0
/
+1
|
\
\
|
|
/
|
*
Null check elimination improvement
buzbee
2013-10-24
1
-0
/
+1
*
|
Refactor ArenaBitVector to create more general BitVector
Brian Carlstrom
2013-10-24
1
-2
/
+2
|
/
*
64-bit prep
buzbee
2013-10-21
1
-72
/
+69
*
Add missing references.
Sebastien Hertz
2013-10-09
1
-1
/
+1
*
Compile-time tuning
buzbee
2013-09-06
1
-10
/
+10
*
New arena memory allocator.
Mathieu Chartier
2013-08-26
1
-12
/
+9
*
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
1
-4
/
+4
*
Fix cpplint whitespace/parens issues
Brian Carlstrom
2013-07-18
1
-1
/
+1
*
Fix cpplint whitespace/blank_line issues
Brian Carlstrom
2013-07-18
1
-33
/
+64
[next]