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
...
*
|
|
Merge "Include more detail in a few CHECKs." into ics-mr1-plus-art
Elliott Hughes
2012-03-29
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Include more detail in a few CHECKs.
Elliott Hughes
2012-03-29
1
-2
/
+2
|
|
/
*
|
Fix the Mac build by working around a GCC 4.2 bug.
Elliott Hughes
2012-03-29
1
-0
/
+4
|
/
*
Move all ARM register dumping to operator<< style.
Elliott Hughes
2012-03-29
2
-183
/
+86
*
Merge "Make the hex dump more generally useful (specifically in CHECKs)." int...
Elliott Hughes
2012-03-29
4
-24
/
+39
|
\
|
*
Make the hex dump more generally useful (specifically in CHECKs).
Elliott Hughes
2012-03-29
4
-24
/
+39
*
|
Merge "Cope with runtime refactoring on the LLVM side." into ics-mr1-plus-art
Shih-wei Liao
2012-03-29
3
-5
/
+3
|
\
\
|
*
|
Cope with runtime refactoring on the LLVM side.
Shih-wei Liao
2012-03-29
3
-5
/
+3
|
|
/
*
|
Remove some debugging output I accidentally left in.
Elliott Hughes
2012-03-29
1
-7
/
+0
|
/
*
Merge "Do not use FindOatFileFromOatLocation in DexFile_isDexOptNeeded" into ...
Brian Carlstrom
2012-03-29
1
-4
/
+4
|
\
|
*
Do not use FindOatFileFromOatLocation in DexFile_isDexOptNeeded
Brian Carlstrom
2012-03-29
1
-4
/
+4
*
|
Merge "Branch fusing" into ics-mr1-plus-art
buzbee
2012-03-29
6
-16
/
+247
|
\
\
|
*
|
Branch fusing
buzbee
2012-03-29
6
-16
/
+247
*
|
|
Rewrite our x86 assembler macros to be portable across Mac OS and Linux.
Elliott Hughes
2012-03-29
1
-184
/
+114
|
/
/
*
|
Only use Mac-compatible directives in x86 assembler.
Elliott Hughes
2012-03-29
1
-13
/
+4
*
|
Merge "Try to work around Mac OS 10.5 lossage." into ics-mr1-plus-art
Elliott Hughes
2012-03-29
2
-2
/
+14
|
\
\
|
*
|
Try to work around Mac OS 10.5 lossage.
Elliott Hughes
2012-03-29
2
-2
/
+14
|
|
/
*
|
Refactor runtime support.
Ian Rogers
2012-03-29
84
-2738
/
+3969
|
/
*
Merge "Fix dex2oat on the Mac." into ics-mr1-plus-art
Elliott Hughes
2012-03-28
2
-10
/
+5
|
\
|
*
Fix dex2oat on the Mac.
Elliott Hughes
2012-03-28
2
-10
/
+5
*
|
Remove unused static libraries from libart.so.
Logan Chien
2012-03-28
1
-53
/
+1
|
/
*
Clean up Mutex a little and add the missing pieces for Mac OS.
Elliott Hughes
2012-03-28
4
-63
/
+60
*
Fix the C++ compilation part of the Mac build.
Elliott Hughes
2012-03-28
1
-1
/
+1
*
Warn if oat file does end with expected extension
Brian Carlstrom
2012-03-28
4
-7
/
+39
*
Fix GetUtfLength to add offset to char array data.
jeffhao
2012-03-28
3
-2
/
+15
*
Disarm an assertion that exception_test violates.
Elliott Hughes
2012-03-27
1
-0
/
+4
*
Merge "Take responsibility for translating thread states for managed code." i...
Elliott Hughes
2012-03-27
3
-28
/
+46
|
\
|
*
Take responsibility for translating thread states for managed code.
Elliott Hughes
2012-03-27
3
-28
/
+46
*
|
Fix getter/setter special case codegen
buzbee
2012-03-27
2
-16
/
+18
|
/
*
Make sure we're in runnable in Class.getDeclaredFields, where we may allocate.
Elliott Hughes
2012-03-27
1
-0
/
+1
*
Improve a couple of comments.
Elliott Hughes
2012-03-27
1
-1
/
+4
*
Reinstate code accidentally removed while moving it from ThreadList to Thread.
Elliott Hughes
2012-03-27
1
-0
/
+6
*
Warn if a thread attaches without a name and blow up if a thread detaches whi...
Elliott Hughes
2012-03-27
4
-13
/
+19
*
Actually track the JNI MonitorEnter/MonitorExit calls.
Elliott Hughes
2012-03-27
2
-21
/
+26
*
Merge "Fix LLVM build linking error." into ics-mr1-plus-art
Shih-wei Liao
2012-03-27
1
-1
/
+2
|
\
|
*
Fix LLVM build linking error.
Logan Chien
2012-03-27
1
-1
/
+2
*
|
Additional check to catch BooksTablet monkey issue
Brian Carlstrom
2012-03-27
3
-2
/
+12
|
/
*
DO NOT MERGE: Cope with current LLVM in this branch.
Shih-wei Liao
2012-03-26
2
-10
/
+10
*
Fix exception_test for (USE_LLVM_COMPILER) build.
Shih-wei Liao
2012-03-26
3
-1
/
+30
*
Fix space_test for (USE_LLVM_COMPILER) build.
TDYa127
2012-03-26
1
-1
/
+1
*
Fix dalvik-dev build. Handle the case of no input dex.
Shih-wei Liao
2012-03-26
1
-5
/
+10
*
Fix oat_test for the LLVM route.
TDYa127
2012-03-26
1
-0
/
+4
*
Acquire lock for synchronized methods.
TDYa127
2012-03-26
2
-38
/
+72
*
Remove ELF filename argument.
Logan Chien
2012-03-26
8
-75
/
+3
*
Add ELF extractor to oatdump.
Logan Chien
2012-03-26
4
-1
/
+81
*
Write ELF image to Oat file.
Logan Chien
2012-03-26
4
-0
/
+155
*
Add GetElfImages() method to CompilerLLVM.
Logan Chien
2012-03-26
4
-0
/
+39
*
Add ElfImage to hold ELF image address and size.
Logan Chien
2012-03-26
6
-14
/
+69
*
Fix compiler_test for the LLVM route.
TDYa127
2012-03-26
1
-2
/
+1
*
Implement for AME for the LLVM version. Fix the compiler_test.
Shih-wei Liao
2012-03-26
2
-0
/
+15
[prev]
[next]