Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
46a4b26855ae9fcd14c6e4435f37f09ceb134f61
/
test
1d85823
Temporarily suppress 098-ddmc for the read barrier config.
by Hiroshi Yamauchi
· 10 years ago
fbda5f3
Find better split positions in the register allocator.
by Nicolas Geoffray
· 10 years ago
5d7b7f8
Update the remaining input index of phis after deleting an input.
by Nicolas Geoffray
· 10 years ago
fd5f56d
Merge "Revert "GVN final fields even with side effects.""
by Nicolas Geoffray
· 10 years ago
2af2307
Revert "GVN final fields even with side effects."
by Nicolas Geoffray
· 10 years ago
56784f8
Merge "GVN final fields even with side effects."
by Nicolas Geoffray
· 10 years ago
7817336
GVN final fields even with side effects.
by Nicolas Geoffray
· 10 years ago
0cba004
ART: Allow oat files with duplicates classes in corner case
by Andreas Gampe
· 10 years ago
ed51747
Merge "Add synthesize uses at back edge."
by Nicolas Geoffray
· 10 years ago
5790260
Add synthesize uses at back edge.
by Nicolas Geoffray
· 10 years ago
69a2804
ART: Fix loop information after dead code elimination
by David Brazdil
· 10 years ago
5c8bb7e
Bugs have been fixed, so run the tests.
by Nicolas Geoffray
· 10 years ago
b8df660
Merge "Change ddmc run-test to make new objects instead of strings."
by Jeff Hao
· 10 years ago
67aea0a
Change ddmc run-test to make new objects instead of strings.
by Jeff Hao
· 10 years ago
edede5c
Merge "Quick: Fix crash on fall-through out of method code."
by Vladimir Marko
· 10 years ago
2bee20b
Quick: Fix crash on fall-through out of method code.
by Calin Juravle
· 10 years ago
2d2f2a9
Fix constructor access check through reflection
by Sebastien Hertz
· 10 years ago
a94fb1f
Merge "Revert "Revert "[optimizing] Replace FP divide by power of 2"""
by Nicolas Geoffray
· 10 years ago
f0a3d3d
Merge "ART: Fix constructor access checking"
by Andreas Gampe
· 10 years ago
8208bdd
ART: Fix constructor access checking
by Andreas Gampe
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 11 years ago
0d22184
Revert "Revert "[optimizing] Replace FP divide by power of 2""
by Nicolas Geoffray
· 10 years ago
769c9e5
ART: Simplify Ifs with BooleanNot condition
by David Brazdil
· 10 years ago
c7508e9
ART: Fix removing a Phi with RemoveInstruction
by David Brazdil
· 10 years ago
9d750ef
BCE: don't add deoptimization if the loop has early exit.
by Mingyao Yang
· 10 years ago
f382eff
Merge "Deoptimization-based BCE for unknown loop bounds."
by Mingyao Yang
· 10 years ago
206d6fd
Deoptimization-based BCE for unknown loop bounds.
by Mingyao Yang
· 10 years ago
adf1597
Merge "Revert "[optimizing] Replace FP divide by power of 2""
by Nicolas Geoffray
· 10 years ago
067cae2
Revert "[optimizing] Replace FP divide by power of 2"
by Nicolas Geoffray
· 10 years ago
5ff903a
Merge "[optimizing] Replace FP divide by power of 2"
by Nicolas Geoffray
· 10 years ago
b15be57
ART: Test for GVN skipping
by Andreas Gampe
· 10 years ago
94329d3
ART: Duplicate-classes cleanup
by Andreas Gampe
· 10 years ago
6e655af
Merge "ART: Check for duplicate classes when loading oat files"
by Andreas Gampe
· 10 years ago
5f02c6c
Reduce the number of explicit clinit checks for static invokes.
by Roland Levillain
· 10 years ago
eb5459c
Merge "Ensure inlined static calls perform clinit checks in Optimizing."
by Roland Levillain
· 10 years ago
b9aec2c
ART: Check for duplicate classes when loading oat files
by Andreas Gampe
· 10 years ago
7bf9bc7
Merge "Minor improvements to 458-checker-instruction-simplification."
by Roland Levillain
· 10 years ago
4c0eb42
Ensure inlined static calls perform clinit checks in Optimizing.
by Roland Levillain
· 10 years ago
f16d7b3
Merge "ART: Dead block removal"
by David Brazdil
· 10 years ago
2d7352b
ART: Dead block removal
by David Brazdil
· 10 years ago
4f7fdd2
Make tests assume ANDROID_ROOT is not /system.
by Nicolas Geoffray
· 10 years ago
021190b
Merge "Fix reflection handling and test flakiness"
by Mathieu Chartier
· 10 years ago
a61894d
Fix reflection handling and test flakiness
by Mathieu Chartier
· 10 years ago
917f9ab
ART: Run BooleanSimplifier after inlining
by David Brazdil
· 10 years ago
0a025d2
Skip known broken tests for ARM back ends on ARM as second arch.
by Roland Levillain
· 10 years ago
5384919
Mul simplification should expect zero operand
by Serguei Katkov
· 10 years ago
bfdcdc1
ART: Fix re-throwing failures of non-convention errors
by Andreas Gampe
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
f7be052
Merge "[optimizing] Fix a bug in moving the null check to the user."
by Calin Juravle
· 10 years ago
641547a
[optimizing] Fix a bug in moving the null check to the user.
by Calin Juravle
· 10 years ago
5988547
Class.forName(..., ..., null) fixes
by Brian Carlstrom
· 10 years ago
fab31cd
Merge "ART: Extend run-test 068-classloader"
by Andreas Gampe
· 10 years ago
26684c0
ART: Extend run-test 068-classloader
by Andreas Gampe
· 10 years ago
0746453
Merge "ART: Update loop info of all nested loops when inlining"
by David Brazdil
· 10 years ago
7d27537
ART: Update loop info of all nested loops when inlining
by David Brazdil
· 10 years ago
4bb014f
Merge "Revert "Revert "Optimizing: Fix long-to-fp conversion on x86."""
by Roland Levillain
· 10 years ago
223f2f5
Merge "Incorrect transformation of (sub,neg) to (sub) for fp"
by Roland Levillain
· 10 years ago
b330664
[optimzing] Fix codegen bug and improve type propagation
by Calin Juravle
· 10 years ago
b0bd891
[optimizing] Replace FP divide by power of 2
by Mark Mendell
· 10 years ago
339dfc2
Incorrect transformation of (sub,neg) to (sub) for fp
by Serguei Katkov
· 10 years ago
0d13fee
ART: Simplify more bool operations
by David Brazdil
· 10 years ago
232ade0
Revert "Revert "Optimizing: Fix long-to-fp conversion on x86.""
by Roland Levillain
· 10 years ago
b2a5847
Minor improvements to 458-checker-instruction-simplification.
by Alexandre Rames
· 10 years ago
36aafd9
Merge "[optimizing] Add memory barriers in constructors when needed"
by Calin Juravle
· 10 years ago
27df758
[optimizing] Add memory barriers in constructors when needed
by Calin Juravle
· 10 years ago
2fa194b
ART: Extend list of instructions accepted as boolean inputs
by David Brazdil
· 10 years ago
e7bee3b
Merge "Remove duplicates phis created during SSA transformation"
by Calin Juravle
· 10 years ago
a4f8831
Remove duplicates phis created during SSA transformation
by Calin Juravle
· 10 years ago
59bb476
Merge "ART: Fix whitespace in test"
by David Brazdil
· 10 years ago
8aec061
Merge "Fallback to quick in case of soft verification errors"
by Calin Juravle
· 10 years ago
3d23357
ART: Fix whitespace in test
by David Brazdil
· 10 years ago
f1c6d9e
Fallback to quick in case of soft verification errors
by Calin Juravle
· 10 years ago
f4687e7
ART: Adds a regression test for an inliner issue
by David Brazdil
· 10 years ago
13b4718
ART: Remove DCHECKs for boolean type
by David Brazdil
· 10 years ago
da93333
Merge "ART: Don't duplicate null/int/long constants when inlining"
by David Brazdil
· 10 years ago
4a3faec
ART: Don't duplicate null/int/long constants when inlining
by David Brazdil
· 10 years ago
f776b92
Remove dead blocks for the blocks_ array.
by Nicolas Geoffray
· 10 years ago
66d126e
ART: Implement HBooleanNot instruction
by David Brazdil
· 10 years ago
44fe8b3
Fix test 104 for --relocate --no-patchoat
by Mathieu Chartier
· 10 years ago
1e6c489
Merge "getRuntimeStat() support (ART)."
by Hiroshi Yamauchi
· 10 years ago
5f4886a
Fix a bug in type propagation.
by Nicolas Geoffray
· 10 years ago
a1c9f01
getRuntimeStat() support (ART).
by Hiroshi Yamauchi
· 10 years ago
fc4fb0f
Merge "Revert "Fallback to quick in case of soft verification errors""
by Calin Juravle
· 10 years ago
031af41
Revert "Fallback to quick in case of soft verification errors"
by Calin Juravle
· 10 years ago
9134a1a
Merge "Fallback to quick in case of soft verification errors"
by Calin Juravle
· 10 years ago
e4e88d7
Merge "Revert "Optimizing: Fix long-to-fp conversion on x86.""
by Nicolas Geoffray
· 10 years ago
386ce40
Revert "Optimizing: Fix long-to-fp conversion on x86."
by Nicolas Geoffray
· 10 years ago
6cfece6
Merge "Optimizing: Fix long-to-fp conversion on x86."
by Roland Levillain
· 10 years ago
2d45b4d
Optimizing: Fix long-to-fp conversion on x86.
by Serguei Katkov
· 10 years ago
48ee356
ART: Ignore result for exception-case JNIEndWithReference
by Andreas Gampe
· 10 years ago
c751d37
Fallback to quick in case of soft verification errors
by Calin Juravle
· 10 years ago
188d431
Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub.
by Alexandre Rames
· 10 years ago
07d1f0d
Merge "Optimizing x86: Fix VisitArraySet for FP value"
by Roland Levillain
· 10 years ago
7441769
Fix checker tests in 458-checker-instruction-simplification.
by Alexandre Rames
· 10 years ago
55501ce
Optimizing x86: Fix VisitArraySet for FP value
by Serguei Katkov
· 10 years ago
f9a627f
Add test cases to make sure GenDivRemLit() handles 16-bit constants correctly.
by Douglas Leung
· 10 years ago
58d25fd
[optimizing] Implement more x86/x86_64 intrinsics
by Mark Mendell
· 10 years ago
b2d4768
Merge "Store OatDexFile instead of OatFile in DexFile."
by Richard Uhler
· 10 years ago
3dcd58c
Fix a bug when creating a HDeoptimization instruction.
by Nicolas Geoffray
· 10 years ago
07b3c23
Store OatDexFile instead of OatFile in DexFile.
by Richard Uhler
· 10 years ago
Next »