index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
ssa_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-28
1
-4
/
+4
*
Change compiler tests to have aligned code item
Mathieu Chartier
2018-01-13
1
-15
/
+15
*
Create dex subdirectory
David Sehr
2018-01-05
1
-2
/
+2
*
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-06
1
-5
/
+6
*
ART: Introduce compiler data type.
Vladimir Marko
2017-09-25
1
-1
/
+1
*
ART: Move to libbase StringPrintf
Andreas Gampe
2016-12-15
1
-2
/
+3
*
Reuse HUseListNode<>s when replacing instruction or input.
Vladimir Marko
2016-04-19
1
-1
/
+1
*
Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""
David Brazdil
2016-04-07
1
-11
/
+11
*
Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"
David Brazdil
2016-04-04
1
-11
/
+11
*
Refactor HGraphBuilder and SsaBuilder to remove HLocals
David Brazdil
2016-04-04
1
-11
/
+11
*
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-02-15
1
-7
/
+1
*
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-12-31
1
-15
/
+16
*
Revert "ART: Refactor SsaBuilder for more precise typing info"
Alex Light
2015-12-15
1
-16
/
+15
*
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-12-14
1
-15
/
+16
*
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-09-16
1
-4
/
+3
*
Be careful with predecessor/successor index.
Nicolas Geoffray
2015-06-19
1
-7
/
+7
*
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-05-11
1
-1
/
+1
*
Relax the only one back-edge restriction.
Nicolas Geoffray
2015-05-07
1
-11
/
+7
*
Fix tests now that the SSA builder is pruning more phis.
Nicolas Geoffray
2015-03-10
1
-10
/
+9
*
Opt compiler: Clean the use of `virtual` and `OVERRIDE`.
Alexandre Rames
2015-03-06
1
-4
/
+4
*
Move arenas into runtime
Mathieu Chartier
2015-02-19
1
-1
/
+1
*
Create HGraph outside Builder, print timings
David Brazdil
2015-02-04
1
-3
/
+4
*
Inlining support in optimizing.
Nicolas Geoffray
2014-12-15
1
-1
/
+1
*
Fix tests now that dead phis are removed when building SSA.
Nicolas Geoffray
2014-11-25
1
-17
/
+19
*
Make suspend checks note have side effects.
Nicolas Geoffray
2014-09-25
1
-1
/
+1
*
Fix a lint error and update a test after the phi fix.
Nicolas Geoffray
2014-09-18
1
-6
/
+6
*
Revert "Revert "Implement suspend checks in new compiler.""
Nicolas Geoffray
2014-09-16
1
-0
/
+3
*
Add a type propagation phase after building SSA.
Nicolas Geoffray
2014-06-09
1
-0
/
+7
*
Fix some bugs in graph construction/simplification methods.
Nicolas Geoffray
2014-06-09
1
-4
/
+43
*
Fix a bug in SSA construction.
Nicolas Geoffray
2014-06-04
1
-0
/
+30
*
Linearize the graph before creating live ranges.
Nicolas Geoffray
2014-05-16
1
-4
/
+5
*
Add a compilation tracing mechanism to the new compiler.
Nicolas Geoffray
2014-05-14
1
-2
/
+2
*
Add loop recognition and CFG simplifications in new compiler.
Nicolas Geoffray
2014-05-13
1
-24
/
+41
*
Build live-in, live-out and kill sets for each block.
Nicolas Geoffray
2014-05-07
1
-3
/
+3
*
Add a Transform to SSA phase to the optimizing compiler.
Nicolas Geoffray
2014-04-28
1
-0
/
+444