Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
345f93e8533e5b5af1e567d1c9d2e21f96c69258
/
compiler
« Previous
fdc9af0
Merge "Use a flag from the verifier to know if we should compile."
by Nicolas Geoffray
· 9 years ago
4824c27
Use a flag from the verifier to know if we should compile.
by Nicolas Geoffray
· 9 years ago
0c955b1
Merge "BCE: don't assume a bounds check always gets a HArrayLength."
by Nicolas Geoffray
· 9 years ago
f652d60
[MIPS64] JNI Compiler: Sign-extend int function arguments
by Lazar Trsic
· 9 years ago
22c4edd
Merge "ART: Run GraphChecker after Builder and SsaBuilder"
by David Brazdil
· 9 years ago
2b1bc48
Merge "BCE: Narrow instead of unconditionnaly overwrite the range."
by Nicolas Geoffray
· 9 years ago
a09ff9c
BCE: Narrow instead of unconditionnaly overwrite the range.
by Nicolas Geoffray
· 9 years ago
8df886b
BCE: don't assume a bounds check always gets a HArrayLength.
by Nicolas Geoffray
· 9 years ago
69ba7b7
ART: Run GraphChecker after Builder and SsaBuilder
by David Brazdil
· 9 years ago
b809daa
Merge "ART: Stop creating a fallthrough block for Goto"
by David Brazdil
· 9 years ago
ea80942
Fix codegen_test after DCE fix.
by Nicolas Geoffray
· 9 years ago
fe65946
ART: Stop creating a fallthrough block for Goto
by David Brazdil
· 9 years ago
9dda8f2
Merge "Fix another case of un-verified dead code."
by Nicolas Geoffray
· 9 years ago
1efcc22
Fix another case of un-verified dead code.
by Nicolas Geoffray
· 9 years ago
f39e064
Minor fixes to mips64 for the arch-specific optimisation framework.
by Alexandre Rames
· 9 years ago
1f82ecc
Recompute dominator tree after DCE.
by Nicolas Geoffray
· 9 years ago
d4a02cf
Merge "Replace some run-time assertions with compile-time ones in ART."
by Roland Levillain
· 9 years ago
0022bdf
Merge "ART: Fix data loss when symbolizing oat files."
by Roland Levillain
· 9 years ago
87dc1b0
Merge "ART: Compiler generated GC map should take care of temp registers."
by Vladimir Marko
· 9 years ago
b5061a8
Merge "Do not overwrite an input register in shift operations."
by Nicolas Geoffray
· 9 years ago
a4f3581
Do not overwrite an input register in shift operations.
by Nicolas Geoffray
· 9 years ago
3a690be
ART: Fix GraphVisualizer dlopen crash
by David Brazdil
· 9 years ago
ec3a4e7
Merge "runtime: Partially implement box-lambda and unbox-lambda experimental opcodes"
by Igor Murashkin
· 9 years ago
2ee54e2
runtime: Partially implement box-lambda and unbox-lambda experimental opcodes
by Igor Murashkin
· 9 years ago
59cb521
Merge "Fix in ReferenceTypePropagation"
by Calin Juravle
· 9 years ago
c08ab29
ART: Don't do pre-linked calls to the interpreter bridge.
by Vladimir Marko
· 9 years ago
b783b40
Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""
by Nicolas Geoffray
· 9 years ago
ae37039
Merge "Use compiling class instead of outer class for access checks."
by Nicolas Geoffray
· 9 years ago
eb7b739
Opt compiler: Add disassembly to the '.cfg' output.
by Alexandre Rames
· 9 years ago
8ec0e20
Merge "ART: Simplify (Not)Equal bool vs. int to true/false"
by David Brazdil
· 9 years ago
1e9ec05
ART: Simplify (Not)Equal bool vs. int to true/false
by David Brazdil
· 9 years ago
0f0be72
Merge "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""
by Nicolas Geoffray
· 9 years ago
463580c
Revert "Use IsAssignableFrom instead of IsSubclass for robustness."
by Nicolas Geoffray
· 9 years ago
afd0641
Use compiling class instead of outer class for access checks.
by Nicolas Geoffray
· 9 years ago
e85647e
Merge "Use IsAssignableFrom instead of IsSubclass for robustness."
by Nicolas Geoffray
· 9 years ago
8cf7cbf
Merge "Fix wrong DCHECK in bounds check elimination."
by Nicolas Geoffray
· 9 years ago
aa91920
Fix String Change baseline compiler errors.
by Nicolas Geoffray
· 9 years ago
8d82a0c
Fix wrong DCHECK in bounds check elimination.
by Nicolas Geoffray
· 9 years ago
183617a
Fix in ReferenceTypePropagation
by Calin Juravle
· 9 years ago
1e73a95
Merge "Use signed encoding when using relative CFI addresses."
by David Srbecky
· 9 years ago
1706588
Use signed encoding when using relative CFI addresses.
by David Srbecky
· 9 years ago
f8da196
Fix GC map generation edge case
by Mathieu Chartier
· 9 years ago
dde9827
Fix case where block has no predecessor for StringChange.
by Jeff Hao
· 9 years ago
af268bb
Use IsAssignableFrom instead of IsSubclass for robustness.
by Nicolas Geoffray
· 9 years ago
e102f19
Merge "Fix StringChange for optimizing compiler."
by Jeff Hao
· 9 years ago
e4bb626
Merge "Quick: Handle total high/low register overlap on arm/mips."
by Vladimir Marko
· 9 years ago
87a135e
Merge "Be careful with predecessor/successor index."
by Nicolas Geoffray
· 9 years ago
8b20f88
Be careful with predecessor/successor index.
by Nicolas Geoffray
· 9 years ago
ff3fd95
Merge "Quick: Fix optimizations for empty if blocks."
by Vladimir Marko
· 9 years ago
4664889
Opt compiler: Add a description to MIP64 slow paths.
by Roland Levillain
· 9 years ago
4dda337
MIPS: Initial version of optimizing compiler for MIPS64R6.
by Alexey Frunze
· 9 years ago
71af6f7
Merge "Opt compiler: Add a description to slow paths."
by David Brazdil
· 9 years ago
8958f7f
Quick: Handle total high/low register overlap on arm/mips.
by Vladimir Marko
· 9 years ago
f11c420
Quick: Fix optimizations for empty if blocks.
by Vladimir Marko
· 9 years ago
9931f31
Opt compiler: Add a description to slow paths.
by Alexandre Rames
· 9 years ago
97d207c
Merge "Use compiling class instead of referrer for access checks."
by Nicolas Geoffray
· 9 years ago
3045174
Use compiling class instead of referrer for access checks.
by Nicolas Geoffray
· 9 years ago
d8d7b90
Merge "Do not expect 0 or 1 only when comparing a boolean."
by Nicolas Geoffray
· 9 years ago
e438757
Merge "Verifier: check an aput, even if we know it will fail."
by Nicolas Geoffray
· 9 years ago
3c4ab80
Do not expect 0 or 1 only when comparing a boolean.
by Nicolas Geoffray
· 9 years ago
66389fb
Verifier: check an aput, even if we know it will fail.
by Nicolas Geoffray
· 9 years ago
98088c4
ART: Fix data loss when symbolizing oat files.
by Zheng Xu
· 9 years ago
cad6542
Fix StringChange for optimizing compiler.
by Jeff Hao
· 9 years ago
247e977
Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda"
by Igor Murashkin
· 9 years ago
2d1a0a4
Quick: Don't expect move-exception in every catch block.
by Vladimir Marko
· 9 years ago
3d266a9
Merge "Don't check the return type in the builder."
by Nicolas Geoffray
· 9 years ago
158f35c
interpreter: Add experimental lambda opcodes for invoke/create-lambda
by Igor Murashkin
· 9 years ago
33d6903
Replace some run-time assertions with compile-time ones in ART.
by Roland Levillain
· 9 years ago
69505f8
Don't check the return type in the builder.
by Nicolas Geoffray
· 9 years ago
822c00d
Merge "Run a simplification pass before code generation."
by Nicolas Geoffray
· 9 years ago
01b6ec8
Merge "Don't special case HCurrentMethod in DCE."
by Nicolas Geoffray
· 9 years ago
92fe57f
Merge "Quick: Fix marking unused registers in DCE."
by Vladimir Marko
· 9 years ago
b2bdfce
Run a simplification pass before code generation.
by Nicolas Geoffray
· 9 years ago
46ff9b6
Merge "ART: Fix reporting initialized classes by CompilerDriver."
by Vladimir Marko
· 9 years ago
d4de42f
Merge "ART: Remove old DCHECK that trips Baseline"
by David Brazdil
· 9 years ago
3b574aa
Merge "Bailout from compilation if an invoke is malformed."
by Nicolas Geoffray
· 9 years ago
015c7e6
ART: Remove old DCHECK that trips Baseline
by David Brazdil
· 9 years ago
2e33525
Bailout from compilation if an invoke is malformed.
by Nicolas Geoffray
· 9 years ago
7b295db
Merge "Fix a bug in optimizing when the null constant has been DCE."
by Nicolas Geoffray
· 9 years ago
07785bb
ART: Fix reporting initialized classes by CompilerDriver.
by Vladimir Marko
· 9 years ago
511d408
Quick: Fix marking unused registers in DCE.
by Vladimir Marko
· 9 years ago
18e6873
Fix a bug in optimizing when the null constant has been DCE.
by Nicolas Geoffray
· 9 years ago
f78848f
Don't special case HCurrentMethod in DCE.
by Nicolas Geoffray
· 9 years ago
2ef645b
ART: Allow PackedSwitch instructions with zero targets
by David Brazdil
· 9 years ago
15875b0
Revert "ART: Allow PackedSwitch instructions with zero targets"
by David Brazdil
· 9 years ago
241f9c4
ART: Allow PackedSwitch instructions with zero targets
by David Brazdil
· 9 years ago
7cb499b
Fix bug in optimizing around instanceof.
by Nicolas Geoffray
· 9 years ago
41f9cc2
ART: Compiler generated GC map should take care of temp registers.
by Pavel Vyssotski
· 9 years ago
3cde622
Remove bogus DCHECK in BCE.
by Nicolas Geoffray
· 9 years ago
cf93a5c
Revert "Revert "ART: Implement literal pool for arm, fix branch fixup.""
by Vladimir Marko
· 9 years ago
db40ea7
Merge "Revert "ART: Implement literal pool for arm, fix branch fixup.""
by Vladimir Marko
· 9 years ago
fbeb4ae
Revert "ART: Implement literal pool for arm, fix branch fixup."
by Vladimir Marko
· 9 years ago
e4394f7
Merge "ART: Implement literal pool for arm, fix branch fixup."
by Vladimir Marko
· 9 years ago
f38caa6
ART: Implement literal pool for arm, fix branch fixup.
by Vladimir Marko
· 9 years ago
2cbeb52
Merge "Bring ReferenceTypePropagation to ArrayGet"
by Calin Juravle
· 9 years ago
6e41d81
Merge "Bring ReferenceTypePropagation to HInvoke return types"
by Calin Juravle
· 9 years ago
72a5eb5
Bring ReferenceTypePropagation to ArrayGet
by Guillaume "Vermeille" Sanchez
· 9 years ago
ae09d2d
Bring ReferenceTypePropagation to HInvoke return types
by Guillaume "Vermeille" Sanchez
· 9 years ago
c4977a5
Merge "Fix reference comparison after redundant phi elimination."
by Nicolas Geoffray
· 9 years ago
51d400d
Fix reference comparison after redundant phi elimination.
by Nicolas Geoffray
· 9 years ago
Next »