index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test 003's expectations.
Elliott Hughes
2012-02-27
1
-12
/
+6
*
Fix Mac build.
Elliott Hughes
2012-02-27
1
-1
/
+1
*
Merge "Handle all known tag types in StackFrame.GetValues." into dalvik-dev
Elliott Hughes
2012-02-27
1
-1
/
+13
|
\
|
*
Handle all known tag types in StackFrame.GetValues.
Elliott Hughes
2012-02-24
1
-1
/
+13
*
|
Eagerly resolve strings that are in the image into dex caches
Ian Rogers
2012-02-27
2
-0
/
+34
*
|
Merge "Oatdump fields of objects using reflection" into dalvik-dev
Ian Rogers
2012-02-27
1
-46
/
+118
|
\
\
|
*
|
Oatdump fields of objects using reflection
Ian Rogers
2012-02-27
1
-46
/
+118
|
|
/
*
|
Multi-target support
buzbee
2012-02-26
32
-1724
/
+7691
|
/
*
Merge "Implement VirtualMachine.ClassPaths correctly." into dalvik-dev
Elliott Hughes
2012-02-24
1
-18
/
+11
|
\
|
*
Implement VirtualMachine.ClassPaths correctly.
Elliott Hughes
2012-02-24
1
-18
/
+11
*
|
Minor fix to be consistent with the style today.
Shih-wei Liao
2012-02-24
1
-3
/
+1
*
|
Merge "Add large frame test" into dalvik-dev
buzbee
2012-02-24
4
-2
/
+4016
|
\
\
|
*
|
Add large frame test
buzbee
2012-02-24
4
-2
/
+4016
*
|
|
Merge "Ignore frame-larger-than warning for auto generated code." into dalvik...
Shih-wei Liao
2012-02-24
4
-8
/
+52
|
\
\
\
|
*
|
|
Ignore frame-larger-than warning for auto generated code.
Logan Chien
2012-02-24
4
-8
/
+52
*
|
|
|
Merge "Fix build for incompatible API change: int32_t -> uint32_t." into dalv...
Shih-wei Liao
2012-02-24
1
-6
/
+6
|
\
\
\
\
|
|
/
/
/
|
|
|
/
|
|
_
|
/
|
/
|
|
|
*
|
Fix build for incompatible API change: int32_t -> uint32_t.
Logan Chien
2012-02-23
1
-6
/
+6
*
|
|
Merge "Fix a bug in ReferenceType.SignatureWithGeneric." into dalvik-dev
Elliott Hughes
2012-02-24
1
-30
/
+16
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix a bug in ReferenceType.SignatureWithGeneric.
Elliott Hughes
2012-02-24
1
-30
/
+16
*
|
|
Merge "[Compiler] Exit-path bug fix" into dalvik-dev
buzbee
2012-02-24
1
-0
/
+7
|
\
\
\
|
*
|
|
[Compiler] Exit-path bug fix
buzbee
2012-02-24
1
-0
/
+7
*
|
|
|
Merge "In order object graph traversal for image writing" into dalvik-dev
Ian Rogers
2012-02-24
3
-1
/
+103
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
In order object graph traversal for image writing
Ian Rogers
2012-02-24
3
-1
/
+103
|
|
/
/
*
|
|
Fix a thread state misunderstanding.
Elliott Hughes
2012-02-24
2
-2
/
+4
|
/
/
*
|
Merge "Fix the remaining GetValues/SetValues tests." into dalvik-dev
Elliott Hughes
2012-02-24
4
-29
/
+61
|
\
\
|
|
/
|
/
|
|
*
Fix the remaining GetValues/SetValues tests.
Elliott Hughes
2012-02-23
4
-29
/
+61
*
|
Merge "Numerous fixes to compiler and verifier for cts vm-tests." into dalvik...
jeffhao
2012-02-23
11
-76
/
+139
|
\
\
|
|
/
|
/
|
|
*
Numerous fixes to compiler and verifier for cts vm-tests.
jeffhao
2012-02-23
11
-76
/
+139
*
|
Fix GetCurrentMethod to return the actual native PC.
Elliott Hughes
2012-02-23
1
-1
/
+4
*
|
Consistently use hex for dex PC values in the debugger.
Elliott Hughes
2012-02-23
4
-47
/
+47
*
|
Add missing art_cflags.
Shih-wei Liao
2012-02-23
1
-0
/
+1
*
|
Rename JdwpLocation.idx to the more intention-revealing dex_pc.
Elliott Hughes
2012-02-22
5
-33
/
+31
|
/
*
Fix a few more JDWP bugs.
Elliott Hughes
2012-02-21
1
-13
/
+14
*
Merge "Fix various debugger method invocation bugs." into dalvik-dev
Elliott Hughes
2012-02-21
7
-64
/
+122
|
\
|
*
Fix various debugger method invocation bugs.
Elliott Hughes
2012-02-21
7
-64
/
+122
*
|
Merge "Don't enable JNI work arounds with check JNI" into dalvik-dev
Brian Carlstrom
2012-02-21
1
-3
/
+6
|
\
\
|
|
/
|
/
|
|
*
Don't enable JNI work arounds with check JNI
Ian Rogers
2012-02-21
1
-3
/
+6
*
|
Fix single-stepping for native methods.
Elliott Hughes
2012-02-21
1
-5
/
+9
*
|
Merge "Show useful thread information in IllegalMonitorStateExceptions." into...
Elliott Hughes
2012-02-21
1
-17
/
+25
|
\
\
|
|
/
|
/
|
|
*
Show useful thread information in IllegalMonitorStateExceptions.
Elliott Hughes
2012-02-21
1
-17
/
+25
*
|
Fix JNI work around for IRT removal
Ian Rogers
2012-02-21
1
-1
/
+1
|
/
*
Add shadow stack support to Dex compiler.
Logan Chien
2012-02-20
4
-12
/
+190
*
Merge "Add shadow stack runtime support function to art_module.ll." into dalv...
Shih-wei Liao
2012-02-20
3
-77
/
+142
|
\
|
*
Add shadow stack runtime support function to art_module.ll.
Logan Chien
2012-02-19
3
-77
/
+142
*
|
SIRT work around JNI support for legacy apps
Ian Rogers
2012-02-20
7
-14
/
+118
|
/
*
Add Module as a member of IRBuilder.
Logan Chien
2012-02-19
2
-5
/
+7
*
Fix the build, because we still need the ret_shorty.
Shih-wei Liao
2012-02-19
3
-3
/
+5
*
Add upcall compiler.
Logan Chien
2012-02-19
10
-3
/
+300
*
Implement invoke-interface instruction.
Logan Chien
2012-02-19
1
-1
/
+43
*
Implement invoke-super instruction.
Logan Chien
2012-02-19
1
-1
/
+87
[next]