index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "ART: Update loop info of all nested loops when inlining"
David Brazdil
2015-04-21
3
-0
/
+59
|
\
|
*
ART: Update loop info of all nested loops when inlining
David Brazdil
2015-04-21
3
-0
/
+59
*
|
Merge "Revert "Revert "Optimizing: Fix long-to-fp conversion on x86."""
Roland Levillain
2015-04-21
4
-0
/
+55
|
\
\
|
|
/
|
/
|
|
*
Revert "Revert "Optimizing: Fix long-to-fp conversion on x86.""
Roland Levillain
2015-04-20
4
-0
/
+55
*
|
Merge "Incorrect transformation of (sub,neg) to (sub) for fp"
Roland Levillain
2015-04-21
3
-0
/
+52
|
\
\
|
*
|
Incorrect transformation of (sub,neg) to (sub) for fp
Serguei Katkov
2015-04-20
3
-0
/
+52
|
|
/
*
|
[optimzing] Fix codegen bug and improve type propagation
Calin Juravle
2015-04-21
3
-0
/
+64
*
|
ART: Simplify more bool operations
David Brazdil
2015-04-20
2
-8
/
+167
*
|
Merge "[optimizing] Add memory barriers in constructors when needed"
Calin Juravle
2015-04-20
3
-0
/
+149
|
\
\
|
*
|
[optimizing] Add memory barriers in constructors when needed
Calin Juravle
2015-04-20
3
-0
/
+149
|
|
/
*
|
ART: Extend list of instructions accepted as boolean inputs
David Brazdil
2015-04-20
1
-6
/
+76
|
/
*
Merge "Remove duplicates phis created during SSA transformation"
Calin Juravle
2015-04-16
1
-0
/
+24
|
\
|
*
Remove duplicates phis created during SSA transformation
Calin Juravle
2015-04-16
1
-0
/
+24
*
|
Merge "ART: Fix whitespace in test"
David Brazdil
2015-04-16
1
-2
/
+2
|
\
\
|
*
|
ART: Fix whitespace in test
David Brazdil
2015-04-16
1
-2
/
+2
*
|
|
Merge "Fallback to quick in case of soft verification errors"
Calin Juravle
2015-04-16
4
-0
/
+62
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fallback to quick in case of soft verification errors
Calin Juravle
2015-04-16
4
-0
/
+62
|
|
/
*
|
ART: Adds a regression test for an inliner issue
David Brazdil
2015-04-16
4
-0
/
+111
*
|
ART: Remove DCHECKs for boolean type
David Brazdil
2015-04-16
3
-0
/
+76
*
|
Merge "ART: Don't duplicate null/int/long constants when inlining"
David Brazdil
2015-04-16
3
-0
/
+77
|
\
\
|
*
|
ART: Don't duplicate null/int/long constants when inlining
David Brazdil
2015-04-16
3
-0
/
+77
*
|
|
Remove dead blocks for the blocks_ array.
Nicolas Geoffray
2015-04-15
3
-0
/
+46
|
/
/
*
|
ART: Implement HBooleanNot instruction
David Brazdil
2015-04-15
4
-0
/
+14
*
|
Fix test 104 for --relocate --no-patchoat
Mathieu Chartier
2015-04-14
1
-7
/
+7
*
|
Merge "getRuntimeStat() support (ART)."
Hiroshi Yamauchi
2015-04-14
1
-0
/
+108
|
\
\
|
*
|
getRuntimeStat() support (ART).
Hiroshi Yamauchi
2015-04-13
1
-0
/
+108
|
|
/
*
|
Fix a bug in type propagation.
Nicolas Geoffray
2015-04-14
3
-0
/
+38
|
/
*
Merge "Revert "Fallback to quick in case of soft verification errors""
Calin Juravle
2015-04-13
4
-61
/
+0
|
\
|
*
Revert "Fallback to quick in case of soft verification errors"
Calin Juravle
2015-04-13
4
-61
/
+0
*
|
Merge "Fallback to quick in case of soft verification errors"
Calin Juravle
2015-04-13
4
-0
/
+61
|
\
\
|
|
/
|
*
Fallback to quick in case of soft verification errors
Calin Juravle
2015-04-10
4
-0
/
+61
*
|
Merge "Revert "Optimizing: Fix long-to-fp conversion on x86.""
Nicolas Geoffray
2015-04-13
1
-1
/
+0
|
\
\
|
*
|
Revert "Optimizing: Fix long-to-fp conversion on x86."
Nicolas Geoffray
2015-04-13
1
-1
/
+0
*
|
|
Merge "Optimizing: Fix long-to-fp conversion on x86."
Roland Levillain
2015-04-13
1
-0
/
+1
|
\
\
\
|
|
/
/
|
*
|
Optimizing: Fix long-to-fp conversion on x86.
Serguei Katkov
2015-04-13
1
-0
/
+1
*
|
|
ART: Ignore result for exception-case JNIEndWithReference
Andreas Gampe
2015-04-10
1
-0
/
+1
|
|
/
|
/
|
*
|
Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub.
Alexandre Rames
2015-04-10
1
-0
/
+466
*
|
Merge "Optimizing x86: Fix VisitArraySet for FP value"
Roland Levillain
2015-04-10
1
-4
/
+24
|
\
\
|
*
|
Optimizing x86: Fix VisitArraySet for FP value
Serguei Katkov
2015-04-10
1
-4
/
+24
|
|
/
*
|
Fix checker tests in 458-checker-instruction-simplification.
Alexandre Rames
2015-04-10
1
-16
/
+48
*
|
Add test cases to make sure GenDivRemLit() handles 16-bit
Douglas Leung
2015-04-09
1
-1
/
+6
|
/
*
[optimizing] Implement more x86/x86_64 intrinsics
Mark Mendell
2015-04-06
1
-0
/
+10
*
Merge "Store OatDexFile instead of OatFile in DexFile."
Richard Uhler
2015-04-03
3
-9
/
+3
|
\
|
*
Store OatDexFile instead of OatFile in DexFile.
Richard Uhler
2015-04-02
3
-9
/
+3
*
|
Fix a bug when creating a HDeoptimization instruction.
Nicolas Geoffray
2015-04-03
3
-0
/
+50
*
|
Move the "huge method" test into its own test case.
Roland Levillain
2015-04-02
4
-2011
/
+2034
*
|
Switch to shared libcutils on host to fix odr-violation
Brian Carlstrom
2015-04-02
1
-1
/
+1
*
|
Merge "Revert "Revert "Deoptimization-based bce."""
Mingyao Yang
2015-04-01
2
-5
/
+144
|
\
\
|
*
|
Revert "Revert "Deoptimization-based bce.""
Mingyao Yang
2015-04-01
2
-5
/
+144
*
|
|
Merge "CanThrow() of HNewArray should return true."
Mingyao Yang
2015-04-01
1
-0
/
+16
|
\
\
\
[next]