summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Be consistent about "kilo" versus "kibi".Elliott Hughes2012-04-034-6/+6
* Switch to Thread::WalkStack rather than manual Frame::Next.Elliott Hughes2012-04-037-57/+77
* Merge "Fix shutdown when the current thread has been manually detached." into...Elliott Hughes2012-04-032-0/+12
|\
| * Fix shutdown when the current thread has been manually detached.Elliott Hughes2012-04-032-0/+12
* | Should not call PushNativeToManagedRecord.Shih-wei Liao2012-04-022-2/+6
|/
* Merge "Change the Mac OS 10.5 workaround so it can't be overridden on the com...Elliott Hughes2012-04-021-4/+6
|\
| * Change the Mac OS 10.5 workaround so it can't be overridden on the command-line.Elliott Hughes2012-04-021-4/+6
* | Merge "Fix the mutex diagnostics, and other targets of opportunity." into ics...Elliott Hughes2012-04-029-82/+169
|\ \
| * | Fix the mutex diagnostics, and other targets of opportunity.Elliott Hughes2012-04-029-82/+169
| |/
* | Implement RTTI related runtime support.TDYa1272012-04-021-5/+15
* | Fix the division overflow.TDYa1272012-04-023-5/+70
|/
* Merge "Restrict Mac OS 10.5 devices to 1 dex2oat thread." into ics-mr1-plus-artElliott Hughes2012-04-023-1/+13
|\
| * Restrict Mac OS 10.5 devices to 1 dex2oat thread.Elliott Hughes2012-04-023-1/+13
* | Add compiler runtime function list for symbol lookup.Logan Chien2012-04-022-0/+231
* | Fix SHL, SHR, USHR implementation bug.Logan Chien2012-04-022-31/+111
|/
* Fix the find_catch_block bug in runtime_support_llvm.TDYa1272012-04-012-4/+4
* Don't check gcmap while using LLVM compiler.TDYa1272012-04-013-2/+11
* Merge "LLVM doesn't use Frame." into ics-mr1-plus-artShih-wei Liao2012-04-015-6/+40
|\
| * LLVM doesn't use Frame.TDYa1272012-04-015-6/+40
* | Merge "LLVMLongName should preserve the return type." into ics-mr1-plus-artShih-wei Liao2012-04-011-1/+3
|\ \ | |/
| * LLVMLongName should preserve the return type.TDYa1272012-04-011-1/+3
* | Tracking addition of BaseDexClassLoader.originalLibraryPathBrian Carlstrom2012-04-012-5/+7
* | Add thread entry point offsets to oatdumpBrian Carlstrom2012-04-011-0/+107
* | Merge "Properly pass 64-bit value from art_set32_static_from_code to artGet64...Brian Carlstrom2012-04-011-1/+4
|\ \ | |/ |/|
| * Properly pass 64-bit value from art_set32_static_from_code to artGet64StaticF...Brian Carlstrom2012-04-011-1/+4
* | Fix compiler_llvm bugs.TDYa1272012-04-011-3/+5
|/
* Avoid a case of eager initialization.Ian Rogers2012-03-3113-36/+49
* Another crack at implementing a usable GetTid() for Mac OS 10.5...Elliott Hughes2012-03-301-1/+3
* Remove the native Class.isInstance, and add tests.Elliott Hughes2012-03-302-10/+75
* Keep trying to guess the 10.5 vmmap(1) syntax...Elliott Hughes2012-03-301-1/+1
* Merge "Kill constants.h and fix some copyright headers." into ics-mr1-plus-artElliott Hughes2012-03-3044-66/+185
|\
| * Kill constants.h and fix some copyright headers.Elliott Hughes2012-03-3044-66/+185
* | Merge "Minor suspend check tweak" into ics-mr1-plus-artbuzbee2012-03-302-2/+33
|\ \ | |/ |/|
| * Minor suspend check tweakbuzbee2012-03-302-2/+33
* | Keep fighting Mac OS 10.5 because the build servers are obsolete.Elliott Hughes2012-03-301-1/+1
|/
* Try to support obsolete Mac OS 10.5.Elliott Hughes2012-03-301-1/+2
* Merge "Do not reset SirtRef pointing to a live object" into ics-mr1-plus-artBrian Carlstrom2012-03-302-7/+5
|\
| * Do not reset SirtRef pointing to a live objectBrian Carlstrom2012-03-302-7/+5
* | Merge "Remove a dead file." into ics-mr1-plus-artElliott Hughes2012-03-301-43/+0
|\ \
| * | Remove a dead file.Elliott Hughes2012-03-291-43/+0
* | | Merge "Enable the rest of branch fusing" into ics-mr1-plus-artbuzbee2012-03-303-10/+13
|\ \ \
| * | | Enable the rest of branch fusingbuzbee2012-03-303-10/+13
* | | | Experimental.Shih-wei Liao2012-03-301-0/+1
* | | | Merge "More ClassHelper class validation" into ics-mr1-plus-artBrian Carlstrom2012-03-301-2/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | More ClassHelper class validationBrian Carlstrom2012-03-301-2/+6
* | | | Fix "-O0" build.TDYa1272012-03-291-0/+3
|/ / /
* | | Dump current klass_ on bad ChangeClassBrian Carlstrom2012-03-292-1/+12
* | | Merge "Disassembler support for vcmp." into ics-mr1-plus-artIan Rogers2012-03-291-114/+149
|\ \ \
| * | | Disassembler support for vcmp.Ian Rogers2012-03-291-114/+149
* | | | Fix exception_test for (USE_LLVM_COMPILER) build.TDYa1272012-03-291-2/+3
| |/ / |/| |