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
/
builder.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not cache RequiresConstructorBarrier() results.
Vladimir Marko
2018-11-01
1
-8
/
+4
*
Revert "Revert "Move quickening info logic to its own table""
Mathieu Chartier
2018-01-13
1
-2
/
+1
*
Revert "Move quickening info logic to its own table"
Nicolas Geoffray
2018-01-12
1
-1
/
+2
*
Move quickening info logic to its own table
Mathieu Chartier
2018-01-11
1
-2
/
+1
*
Make CodeItem fields private
Mathieu Chartier
2017-12-22
1
-17
/
+37
*
Use intrinsic codegen for compiling intrinsic methods.
Vladimir Marko
2017-11-15
1
-13
/
+71
*
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-10-11
1
-23
/
+36
*
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-10-06
1
-4
/
+3
*
ART: Introduce compiler data type.
Vladimir Marko
2017-09-25
1
-1
/
+36
*
optimizing: Refactor statistics to use OptimizingCompilerStats helper
Igor Murashkin
2017-08-11
1
-8
/
+4
*
Remove mirror:: and ArtMethod deps in utils.{h,cc}
David Sehr
2016-10-18
1
-2
/
+2
*
Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""
David Brazdil
2016-04-07
1
-2422
/
+6
*
Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"
David Brazdil
2016-04-04
1
-6
/
+2422
*
Refactor HGraphBuilder and SsaBuilder to remove HLocals
David Brazdil
2016-04-04
1
-2422
/
+6
*
Build dominator tree before generating HInstructions
David Brazdil
2016-04-04
1
-487
/
+136
*
Optimizing: Improve const-string code generation.
Vladimir Marko
2016-03-29
1
-6
/
+2
*
Merge "Optimizing: Do not insert suspend checks on back-edges."
Vladimir Marko
2016-03-24
1
-21
/
+0
|
\
|
*
Optimizing: Do not insert suspend checks on back-edges.
Vladimir Marko
2016-03-23
1
-21
/
+0
*
|
Revert "Revert "Use compiler filter to determine oat file status.""
Andreas Gampe
2016-03-23
1
-2
/
+2
|
/
*
Revert "Use compiler filter to determine oat file status."
Nicolas Geoffray
2016-03-23
1
-2
/
+2
*
Use compiler filter to determine oat file status.
Richard Uhler
2016-03-22
1
-2
/
+2
*
Optimizing: Fix register allocator validation memory usage.
Vladimir Marko
2016-03-21
1
-1
/
+2
*
Optimizing: Reduce memory usage of HInstructions.
Vladimir Marko
2016-02-26
1
-4
/
+4
*
Remove HNativeDebugInfo from start of basic blocks.
David Srbecky
2016-02-24
1
-13
/
+4
*
ART: Run SsaBuilder from HGraphBuilder
David Brazdil
2016-02-15
1
-6
/
+14
*
ART: Remove HTemporary
David Brazdil
2016-02-12
1
-60
/
+0
*
Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""
Nicolas Geoffray
2016-02-05
1
-68
/
+0
*
Optimizing compiler support for directly calling interface methods
Alex Light
2016-01-28
1
-21
/
+45
*
ART: Remove incorrect HFakeString optimization
David Brazdil
2016-01-14
1
-43
/
+5
*
ART: Create BoundType for CheckCast early
David Brazdil
2016-01-06
1
-0
/
+5
*
Generate more stack maps during native debugging.
David Srbecky
2015-12-23
1
-0
/
+61
*
Don't generate a slow path for strings in the dex cache.
Nicolas Geoffray
2015-12-10
1
-2
/
+8
*
Fix braino when resolving an invoke-super.
Nicolas Geoffray
2015-12-10
1
-1
/
+1
*
ART: Check invoke-interface earlier in verifier
Andreas Gampe
2015-12-08
1
-1
/
+1
*
Revert "Revert "Don't use the compiler driver for method resolution.""
Nicolas Geoffray
2015-12-02
1
-43
/
+107
*
Revert "Don't use the compiler driver for method resolution."
Nicolas Geoffray
2015-12-01
1
-107
/
+43
*
Don't use the compiler driver for method resolution.
Nicolas Geoffray
2015-12-01
1
-43
/
+107
*
Optimize HLoadClass when we know the class is in the cache.
Nicolas Geoffray
2015-11-24
1
-12
/
+19
*
A few more optimizations on avoiding HClinit.
Nicolas Geoffray
2015-11-24
1
-36
/
+38
*
Fix lint error.
Nicolas Geoffray
2015-11-23
1
-1
/
+1
*
Explicitly add HLoadClass/HClinitCheck for HNewInstance.
Nicolas Geoffray
2015-11-20
1
-30
/
+77
*
Revert "Revert "Enable store elimination for singleton objects.""
Mingyao Yang
2015-11-18
1
-5
/
+11
*
Merge "Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect."
Vladimir Marko
2015-11-09
1
-1
/
+3
|
\
|
*
Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect.
Vladimir Marko
2015-11-06
1
-1
/
+3
*
|
ART: Fix simplification of catch blocks in the presence of dead code
David Brazdil
2015-11-06
1
-12
/
+4
|
/
*
Revert "Enable store elimination for singleton objects."
Andreas Gampe
2015-10-29
1
-11
/
+5
*
Enable store elimination for singleton objects.
Mingyao Yang
2015-10-27
1
-5
/
+11
*
Merge "Optimizing: Determine invoke-static/-direct dispatch early."
Vladimir Marko
2015-10-27
1
-81
/
+12
|
\
|
*
Optimizing: Determine invoke-static/-direct dispatch early.
Vladimir Marko
2015-10-23
1
-81
/
+12
*
|
Revert "Revert "load store elimination.""
Mingyao Yang
2015-10-22
1
-0
/
+8
|
/
[next]