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
*
Add test that Class.newInstance does not wrap its exceptions.
Jeff Hao
2014-04-23
2
-0
/
+29
*
Fix dependencies in the test suite for multi-target tests
Andreas Gampe
2014-04-21
2
-5
/
+29
*
Merge "String.IndexOf method handles negative start index value in incorrect ...
Bill Buzbee
2014-04-17
1
-0
/
+2
|
\
|
*
String.IndexOf method handles negative start index value in incorrect way
Alexei Zavjalov
2014-04-17
1
-0
/
+2
*
|
Disable another timing sensitive test on dist builds
Brian Carlstrom
2014-04-16
1
-1
/
+1
|
/
*
Merge "Long support in optimizing compiler."
Nicolas Geoffray
2014-04-16
3
-0
/
+117
|
\
|
*
Long support in optimizing compiler.
Nicolas Geoffray
2014-04-16
3
-0
/
+117
*
|
Merge "ART: A workaround for a wrongly-read caller's frame"
Andreas Gampe
2014-04-08
1
-0
/
+12
|
\
\
|
|
/
|
/
|
|
*
ART: A workaround for a wrongly-read caller's frame
Vladimir Kostyukov
2014-04-07
1
-0
/
+12
*
|
Merge "Test control flow instruction with optimizing compiler."
Nicolas Geoffray
2014-04-08
3
-0
/
+77
|
\
\
|
*
|
Test control flow instruction with optimizing compiler.
Nicolas Geoffray
2014-04-08
3
-0
/
+77
|
|
/
*
|
Inlining setters that return one of their arguments.
Vladimir Marko
2014-04-07
2
-0
/
+744
|
/
*
Add support for taking parameters in optimizing compiler.
Nicolas Geoffray
2014-04-07
2
-0
/
+82
*
Fix wrong handling of Generic JNI not finding native method.
Andreas Gampe
2014-04-04
1
-0
/
+1
*
Add support for new-instance and invoke-direct.
Nicolas Geoffray
2014-04-04
2
-0
/
+16
*
Merge "Support passing arguments to invoke-static* instructions."
Nicolas Geoffray
2014-04-03
2
-0
/
+20
|
\
|
*
Support passing arguments to invoke-static* instructions.
Nicolas Geoffray
2014-04-03
2
-0
/
+20
*
|
Fix Unsafe.getLong()/putLong() for x86, add test.
Vladimir Marko
2014-04-03
1
-0
/
+28
|
/
*
Use debug version of DEX2OAT explicitly.
Nicolas Geoffray
2014-04-02
1
-2
/
+2
*
Use TEST_ART_RUN_TESTS consistently
Brian Carlstrom
2014-04-01
1
-1
/
+3
*
Build changes to build multilib tests
Andreas Gampe
2014-04-01
3
-11
/
+37
*
Fix reflection access checks for app compatibility.
Jeff Hao
2014-04-01
1
-5
/
+7
*
Disable timing sensitive tests on dist builds.
Brian Carlstrom
2014-04-01
1
-1
/
+7
*
Merge "Add support for invoke-static in optimizing compiler."
Nicolas Geoffray
2014-03-31
4
-1
/
+66
|
\
|
*
Add support for invoke-static in optimizing compiler.
Nicolas Geoffray
2014-03-31
4
-1
/
+66
*
|
No longer restrict to -source 1.5 since it causes a warning with 1.7
Brian Carlstrom
2014-03-30
1
-1
/
+1
*
|
Add access checks to Method and Field reflection.
Jeff Hao
2014-03-28
7
-23
/
+76
|
/
*
Error when taking the modulo of the length of an array
Brian Carlstrom
2014-03-27
2
-0
/
+27
*
Fix CopyRegInfo to keep live/dirty flags of new registers.
Chao-ying Fu
2014-03-27
2
-0
/
+34
*
Reuse promoted register temporarily
Yevgeny Rouban
2014-03-26
2
-0
/
+14
*
Fix message in 083-compiler_regressions test
buzbee
2014-03-20
1
-1
/
+1
*
Fix Quick compiler "out of registers"
buzbee
2014-03-19
2
-0
/
+299
*
Merge "Run Java tests with the optimizing compiler."
Nicolas Geoffray
2014-03-19
2
-15
/
+27
|
\
|
*
Run Java tests with the optimizing compiler.
Nicolas Geoffray
2014-03-19
2
-15
/
+27
*
|
Fix stack overflow for mutual recursion.
Brian Carlstrom
2014-03-18
2
-5
/
+35
|
/
*
Test code generation for field accesses.
Ian Rogers
2014-03-17
3
-0
/
+119
*
Add dependency for operations with x86 FPU stack
Serguei Katkov
2014-03-14
3
-2
/
+19
*
Merge "ART's intrinsic for String.indexOf use the incorrect register"
Bill Buzbee
2014-03-13
1
-0
/
+3
|
\
|
*
ART's intrinsic for String.indexOf use the incorrect register
Yevgeny Rouban
2014-03-13
1
-0
/
+3
*
|
Add command line support for enabling the optimizing compiler.
Nicolas Geoffray
2014-03-13
1
-5
/
+4
|
/
*
Fix type of constant to be long.
Ian Rogers
2014-03-12
1
-1
/
+1
*
Merge "Fixed and refactored 64b host build"
Andreas Gampe
2014-03-12
1
-1
/
+1
|
\
|
*
Fixed and refactored 64b host build
Andreas Gampe
2014-03-12
1
-1
/
+1
*
|
Test Method.getModifiers() result for proxy methods
Brian Carlstrom
2014-03-12
2
-6
/
+10
|
/
*
Ensure functions start with clean CFA state.
Ian Rogers
2014-03-11
1
-1
/
+1
*
More JNI compiler tests and small fix
Andreas Gampe
2014-03-10
1
-0
/
+39
*
Merge "Remove oat file location in the image."
Nicolas Geoffray
2014-03-04
2
-2
/
+1
|
\
|
*
Remove oat file location in the image.
Nicolas Geoffray
2014-03-04
2
-2
/
+1
*
|
Rewrite kMirOpSelect for all IF_ccZ opcodes.
Vladimir Marko
2014-03-04
2
-0
/
+113
|
/
*
Merge "Incorrect result of the "mul-long by 1" operation"
Bill Buzbee
2014-03-03
2
-0
/
+15
|
\
[next]