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
/
optimizing_unit_test.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Move dex structs into own header
Andreas Gampe
2019-01-02
1
-1
/
+1
*
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-12-27
1
-5
/
+5
*
Revert "Refactor DexFile ownership"
David Sehr
2018-07-03
1
-2
/
+4
*
Merge "ART: Fix HSelectGenerator for instructions which can throw."
Treehugger Robot
2018-07-02
1
-0
/
+72
|
\
|
*
ART: Fix HSelectGenerator for instructions which can throw.
Artem Serov
2018-06-29
1
-0
/
+72
*
|
Refactor DexFile ownership
David Sehr
2018-06-27
1
-4
/
+2
|
/
*
Separate Malloc and MemMap ArenaPools
David Sehr
2018-04-04
1
-1
/
+2
*
Change compiler tests to have aligned code item
Mathieu Chartier
2018-01-13
1
-16
/
+44
*
Clean up CodeItemAccessors and Compact/StandardDexFile
Mathieu Chartier
2018-01-08
1
-1
/
+1
*
Create dex subdirectory
David Sehr
2018-01-05
1
-3
/
+3
*
Make CodeItem fields private
Mathieu Chartier
2017-12-22
1
-1
/
+3
*
Use intrinsic codegen for compiling intrinsic methods.
Vladimir Marko
2017-11-15
1
-2
/
+2
*
cpplint: Cleanup errors
Igor Murashkin
2017-11-08
1
-1
/
+1
*
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-10-11
1
-4
/
+17
*
Use ScopedArenaAllocator for register allocation.
Vladimir Marko
2017-10-09
1
-2
/
+6
*
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-06
1
-19
/
+55
*
ART: Introduce compiler data type.
Vladimir Marko
2017-09-25
1
-2
/
+3
*
ART: Include cleanup
Andreas Gampe
2017-07-24
1
-1
/
+1
*
optimizing: do not illegally remove constructor barriers after inlining
Igor Murashkin
2017-04-10
1
-1
/
+3
*
AArch64: Add HInstruction scheduling support.
Alexandre Rames
2017-01-25
1
-0
/
+3
*
Replace StackHandleScopeCollection with VariableSizedHandleScope
Mathieu Chartier
2016-10-12
1
-1
/
+1
*
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-09-29
1
-1
/
+1
*
Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""
David Brazdil
2016-04-07
1
-2
/
+2
*
Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"
David Brazdil
2016-04-04
1
-2
/
+2
*
Refactor HGraphBuilder and SsaBuilder to remove HLocals
David Brazdil
2016-04-04
1
-2
/
+2
*
Build dominator tree before generating HInstructions
David Brazdil
2016-04-04
1
-3
/
+4
*
Remove Quick from tree.
Nicolas Geoffray
2016-03-21
1
-1
/
+0
*
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-02-15
1
-14
/
+15
*
Implement irreducible loop support in optimizing.
Nicolas Geoffray
2016-01-14
1
-1
/
+1
*
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-12-31
1
-1
/
+10
*
Revert "ART: Refactor SsaBuilder for more precise typing info"
Alex Light
2015-12-15
1
-10
/
+1
*
ART: Refactor SsaBuilder for more precise typing info
David Brazdil
2015-12-14
1
-1
/
+10
*
Optimizing: Tag arena allocations in HGraph.
Vladimir Marko
2015-09-16
1
-4
/
+2
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-29
1
-1
/
+2
*
Eliminate redundant constructor barriers when inlining.
Calin Juravle
2015-05-19
1
-1
/
+1
*
Add a parent environment to HEnvironment.
Nicolas Geoffray
2015-05-11
1
-1
/
+6
*
Create HGraph outside Builder, print timings
David Brazdil
2015-02-04
1
-3
/
+4
*
Clean up pass driver
Mathieu Chartier
2015-01-28
1
-0
/
+1
*
Fix a bug in the register allocator.
Nicolas Geoffray
2015-01-16
1
-2
/
+6
*
Bounds check elimination.
Mingyao Yang
2014-12-03
1
-0
/
+5
*
Add support for not-long on ARM64 in the optimizing compiler.
Roland Levillain
2014-11-06
1
-9
/
+9
*
Some improvement to reg alloc.
Mingyao Yang
2014-11-03
1
-1
/
+1
*
Add support for floats and doubles.
Nicolas Geoffray
2014-10-07
1
-2
/
+4
*
Initiate a dead code elimination pass in the optimizing compiler.
Roland Levillain
2014-09-17
1
-0
/
+20
*
Add CFG and SSA form checkers in the optimizing compiler.
Roland Levillain
2014-09-17
1
-0
/
+13
*
Revert "Revert "Implement suspend checks in new compiler.""
Nicolas Geoffray
2014-09-16
1
-0
/
+13
*
Add a linear scan register allocator to the optimizing compiler.
Nicolas Geoffray
2014-05-26
1
-0
/
+21
*
More code generation for the optimizing compiler.
Nicolas Geoffray
2014-03-13
1
-0
/
+3
*
Add register support to the optimizing compiler.
Nicolas Geoffray
2014-03-10
1
-0
/
+29