Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
cad65427d39c8ca9849d49d049ca6d263ada938a
/
compiler
cad6542
Fix StringChange for optimizing compiler.
by Jeff Hao
· 10 years ago
247e977
Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda"
by Igor Murashkin
· 10 years ago
2d1a0a4
Quick: Don't expect move-exception in every catch block.
by Vladimir Marko
· 10 years ago
3d266a9
Merge "Don't check the return type in the builder."
by Nicolas Geoffray
· 10 years ago
158f35c
interpreter: Add experimental lambda opcodes for invoke/create-lambda
by Igor Murashkin
· 10 years ago
69505f8
Don't check the return type in the builder.
by Nicolas Geoffray
· 10 years ago
822c00d
Merge "Run a simplification pass before code generation."
by Nicolas Geoffray
· 10 years ago
01b6ec8
Merge "Don't special case HCurrentMethod in DCE."
by Nicolas Geoffray
· 10 years ago
92fe57f
Merge "Quick: Fix marking unused registers in DCE."
by Vladimir Marko
· 10 years ago
b2bdfce
Run a simplification pass before code generation.
by Nicolas Geoffray
· 10 years ago
46ff9b6
Merge "ART: Fix reporting initialized classes by CompilerDriver."
by Vladimir Marko
· 10 years ago
d4de42f
Merge "ART: Remove old DCHECK that trips Baseline"
by David Brazdil
· 10 years ago
3b574aa
Merge "Bailout from compilation if an invoke is malformed."
by Nicolas Geoffray
· 10 years ago
015c7e6
ART: Remove old DCHECK that trips Baseline
by David Brazdil
· 10 years ago
2e33525
Bailout from compilation if an invoke is malformed.
by Nicolas Geoffray
· 10 years ago
7b295db
Merge "Fix a bug in optimizing when the null constant has been DCE."
by Nicolas Geoffray
· 10 years ago
07785bb
ART: Fix reporting initialized classes by CompilerDriver.
by Vladimir Marko
· 10 years ago
511d408
Quick: Fix marking unused registers in DCE.
by Vladimir Marko
· 10 years ago
18e6873
Fix a bug in optimizing when the null constant has been DCE.
by Nicolas Geoffray
· 10 years ago
f78848f
Don't special case HCurrentMethod in DCE.
by Nicolas Geoffray
· 10 years ago
2ef645b
ART: Allow PackedSwitch instructions with zero targets
by David Brazdil
· 10 years ago
15875b0
Revert "ART: Allow PackedSwitch instructions with zero targets"
by David Brazdil
· 10 years ago
241f9c4
ART: Allow PackedSwitch instructions with zero targets
by David Brazdil
· 10 years ago
7cb499b
Fix bug in optimizing around instanceof.
by Nicolas Geoffray
· 10 years ago
3cde622
Remove bogus DCHECK in BCE.
by Nicolas Geoffray
· 10 years ago
cf93a5c
Revert "Revert "ART: Implement literal pool for arm, fix branch fixup.""
by Vladimir Marko
· 10 years ago
db40ea7
Merge "Revert "ART: Implement literal pool for arm, fix branch fixup.""
by Vladimir Marko
· 10 years ago
fbeb4ae
Revert "ART: Implement literal pool for arm, fix branch fixup."
by Vladimir Marko
· 10 years ago
e4394f7
Merge "ART: Implement literal pool for arm, fix branch fixup."
by Vladimir Marko
· 10 years ago
f38caa6
ART: Implement literal pool for arm, fix branch fixup.
by Vladimir Marko
· 10 years ago
2cbeb52
Merge "Bring ReferenceTypePropagation to ArrayGet"
by Calin Juravle
· 10 years ago
6e41d81
Merge "Bring ReferenceTypePropagation to HInvoke return types"
by Calin Juravle
· 10 years ago
72a5eb5
Bring ReferenceTypePropagation to ArrayGet
by Guillaume "Vermeille" Sanchez
· 10 years ago
ae09d2d
Bring ReferenceTypePropagation to HInvoke return types
by Guillaume "Vermeille" Sanchez
· 10 years ago
c4977a5
Merge "Fix reference comparison after redundant phi elimination."
by Nicolas Geoffray
· 10 years ago
51d400d
Fix reference comparison after redundant phi elimination.
by Nicolas Geoffray
· 10 years ago
ff924fb
Merge "Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""""
by Calin Juravle
· 10 years ago
6c0c4f2
Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""
by Calin Juravle
· 10 years ago
ec632a9
Merge "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""
by Calin Juravle
· 10 years ago
a981f9d
Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""
by Calin Juravle
· 10 years ago
a3a3c59
Optimizing: Move optimization objects to Arena.
by Vladimir Marko
· 10 years ago
1017675
Merge "Preserve class loading semantics in optimizing."
by Nicolas Geoffray
· 10 years ago
ee1264b
Merge "Revert "Bring ReferenceTypePropagation to HInvoke return types""
by Calin Juravle
· 10 years ago
958857d
Revert "Bring ReferenceTypePropagation to HInvoke return types"
by Calin Juravle
· 10 years ago
5dcdf94
Merge "Optimizing: Remove PcInfo, use the StackMapStream instead."
by Vladimir Marko
· 10 years ago
78f4fa7
Preserve class loading semantics in optimizing.
by Nicolas Geoffray
· 10 years ago
6ab9edb
Merge "Bring ReferenceTypePropagation to HInvoke return types"
by Calin Juravle
· 10 years ago
bd8c725
Optimizing: Remove PcInfo, use the StackMapStream instead.
by Vladimir Marko
· 10 years ago
d39645e
Move image intern table into image
by Mathieu Chartier
· 10 years ago
79b08e6
Merge "runtime: Minor cleanup and extra comments around interpreter"
by Igor Murashkin
· 10 years ago
c449e8b
runtime: Minor cleanup and extra comments around interpreter
by Igor Murashkin
· 10 years ago
97dabb7
Fix build breakage in dwarf_test.
by Narayan Kamath
· 10 years ago
45d68f1
ART: Fix BCE lint issue
by Andreas Gampe
· 10 years ago
3584bce
Fix premature deoptimization if the loop body isn't entered.
by Mingyao Yang
· 10 years ago
ddedddc
Bring ReferenceTypePropagation to HInvoke return types
by Guillaume "Vermeille" Sanchez
· 10 years ago
454a481
Revert "Revert "Support for inlining virtual and interface calls.""
by Nicolas Geoffray
· 10 years ago
bebf6bd
Merge "Add optimizations for instanceof/checkcast."
by Nicolas Geoffray
· 10 years ago
222862c
Add optimizations for instanceof/checkcast.
by Guillaume Sanchez
· 10 years ago
ef20f71
Add boilerplate code for architecture-specific HInstructions.
by Alexandre Rames
· 10 years ago
73d01bc
Merge "ART: Check long and double register pairs in invokes"
by Andreas Gampe
· 10 years ago
da9badb
ART: Check long and double register pairs in invokes
by Andreas Gampe
· 10 years ago
26b97f8
Merge "Add support for inlining already sharpened interface calls."
by Nicolas Geoffray
· 10 years ago
69aa601
Revert "Revert "Pass current method to HNewInstance and HNewArray.""
by Nicolas Geoffray
· 10 years ago
3507105
Add support for inlining already sharpened interface calls.
by Nicolas Geoffray
· 10 years ago
ae71a05
Fix a crash in optimizing compiler with the current method.
by Nicolas Geoffray
· 10 years ago
7c5e26b
Merge "Revert "Pass current method to HNewInstance and HNewArray.""
by Nicolas Geoffray
· 10 years ago
7b0e353
Revert "Pass current method to HNewInstance and HNewArray."
by Nicolas Geoffray
· 10 years ago
93ce352
Merge "Quick: Fix LoopRepeatingTopologicalSortIterator."
by Vladimir Marko
· 10 years ago
b0c8598
Merge "Pass current method to HNewInstance and HNewArray."
by Nicolas Geoffray
· 10 years ago
f7bd8fa
Merge "Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect."""
by Nicolas Geoffray
· 10 years ago
67c8c94
Quick: Fix LoopRepeatingTopologicalSortIterator.
by Vladimir Marko
· 10 years ago
94015b9
Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect.""
by Nicolas Geoffray
· 10 years ago
8c4cce0
Merge "Revert "Support for inlining virtual and interface calls.""
by Nicolas Geoffray
· 10 years ago
6e47586
Revert "Support for inlining virtual and interface calls."
by Nicolas Geoffray
· 10 years ago
c2c2207
Merge "Revert "Do a type check for knowing if we can inline.""
by Nicolas Geoffray
· 10 years ago
4a56aca
Revert "Do a type check for knowing if we can inline."
by Nicolas Geoffray
· 10 years ago
e21aa42
Pass current method to HNewInstance and HNewArray.
by Nicolas Geoffray
· 10 years ago
da2fd5a
Merge "If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS."
by Hiroshi Yamauchi
· 10 years ago
12bd721
If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS.
by Roland Levillain
· 10 years ago
6a1c92f
Merge "Revert "Use HCurrentMethod in HInvokeStaticOrDirect.""
by Nicolas Geoffray
· 10 years ago
c345f14
Revert "Use HCurrentMethod in HInvokeStaticOrDirect."
by Nicolas Geoffray
· 10 years ago
8a9fba9
Merge "Do a type check for knowing if we can inline."
by Nicolas Geoffray
· 10 years ago
7ce4b3d
Do a type check for knowing if we can inline.
by Nicolas Geoffray
· 10 years ago
f677ebf
Cache stack map encoding
by David Brazdil
· 10 years ago
c47908e
Merge "Support for inlining virtual and interface calls."
by Nicolas Geoffray
· 10 years ago
4c1ac20
Merge "Use HCurrentMethod in HInvokeStaticOrDirect."
by Nicolas Geoffray
· 10 years ago
1d5006c
Support for inlining virtual and interface calls.
by Nicolas Geoffray
· 10 years ago
38207af
Use HCurrentMethod in HInvokeStaticOrDirect.
by Nicolas Geoffray
· 10 years ago
e918d38
Add $noinline$ tag to make sure a method has not been inlined.
by Guillaume "Vermeille" Sanchez
· 10 years ago
2519fc4
Merge "ART: Prune FindArrayClass cache in image writer"
by Andreas Gampe
· 10 years ago
1710bf3
Merge "Tidy up spelling"
by Kenny Root
· 10 years ago
8ac7595
ART: Prune FindArrayClass cache in image writer
by Andreas Gampe
· 10 years ago
682393c
Improve the performance of long-to-double conversions on ARM.
by Roland Levillain
· 10 years ago
925e562
Allow void to get in ARM64ReturnLocation.
by Nicolas Geoffray
· 10 years ago
0d1652e
Fix compilation errors with gcc.
by Nicolas Geoffray
· 10 years ago
4e40c26
Fix lint error.
by Nicolas Geoffray
· 10 years ago
99c2abc
Merge "Factorize code for common LocationSummary of HInvoke."
by Nicolas Geoffray
· 10 years ago
fd88f16
Factorize code for common LocationSummary of HInvoke.
by Nicolas Geoffray
· 10 years ago
49e3b62
Merge "Delegate long-to-float type conversions to the runtime on ARM."
by Roland Levillain
· 10 years ago
ce9f439
Merge "CanThrow() for HArraySet may return true."
by Mingyao Yang
· 10 years ago
Next »