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