summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor deoptimization support in debuggerSebastien Hertz2014-03-268-122/+186
* Merge "Fix host gtests compiled with gcc"Brian Carlstrom2014-03-251-1/+5
|\
| * Fix host gtests compiled with gccBrian Carlstrom2014-03-251-1/+5
|/
* Merge "Add missing debugger root visiting."Mathieu Chartier2014-03-2511-94/+208
|\
| * Add missing debugger root visiting.Mathieu Chartier2014-03-2511-94/+208
* | Merge "Fix imm5 and shift_type detection"Dmitriy Ivanov2014-03-251-3/+3
|\ \
| * | Fix imm5 and shift_type detectionDmitriy Ivanov2014-03-251-3/+3
| |/
* | Merge "Fix missing link line for libgtest_host."Tim Murray2014-03-251-9/+1
|\ \ | |/ |/|
| * Fix missing link line for libgtest_host.Tim Murray2014-03-201-9/+1
* | Merge "Trampoline and assembly fixes for ARM64"Andreas Gampe2014-03-254-5/+19
|\ \
| * | Trampoline and assembly fixes for ARM64Andreas Gampe2014-03-244-5/+19
* | | Merge "An argument is handled incorrectly for add-int/lit8 during optimizatio...Bill Buzbee2014-03-251-2/+2
|\ \ \
| * | | An argument is handled incorrectly for add-int/lit8 during optimization phasenikolay serdjuk2014-03-251-2/+2
* | | | Merge "Small update to CFG printing using DOT"Bill Buzbee2014-03-251-13/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Small update to CFG printing using DOTRazvan A Lupusoru2014-03-201-13/+11
* | | | Merge "Refactor image writer reference visiting logic."Mathieu Chartier2014-03-252-107/+38
|\ \ \ \ | |_|/ / |/| | |
| * | | Refactor image writer reference visiting logic.Mathieu Chartier2014-03-242-107/+38
|/ / /
* | | Merge "Refactor object reference visiting logic."Mathieu Chartier2014-03-2417-367/+373
|\ \ \
| * | | Refactor object reference visiting logic.Mathieu Chartier2014-03-2417-367/+373
* | | | Merge "Fixes to mem_map wraparound and ARM64 quick_invoke assembly"Andreas Gampe2014-03-242-3/+3
|\ \ \ \
| * | | | Fixes to mem_map wraparound and ARM64 quick_invoke assemblyAndreas Gampe2014-03-212-3/+3
* | | | | Merge "Avoid strerror until we are sure there is an error"Andreas Gampe2014-03-241-8/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Avoid strerror until we are sure there is an errorBrian Carlstrom2014-03-241-8/+14
| |/ / /
* | | | Merge "Refactor and optimize GC code."Mathieu Chartier2014-03-2412-242/+190
|\ \ \ \ | |/ / / |/| | |
| * | | Refactor and optimize GC code.Mathieu Chartier2014-03-2412-242/+190
|/ / /
* | | Merge "Deduplicate the code that hardcodes the array header layout."Hiroshi Yamauchi2014-03-212-7/+7
|\ \ \
| * | | Deduplicate the code that hardcodes the array header layout.Hiroshi Yamauchi2014-03-212-7/+7
* | | | Merge "Revoke rosalloc thread-local buffers at the checkpoint."Hiroshi Yamauchi2014-03-2117-8/+121
|\ \ \ \
| * | | | Revoke rosalloc thread-local buffers at the checkpoint.Hiroshi Yamauchi2014-03-2117-8/+121
| |/ / /
* | | | Merge "Don't return null for null utf in AllocFromModifiedUtf8."Mathieu Chartier2014-03-212-7/+5
|\ \ \ \
| * | | | Don't return null for null utf in AllocFromModifiedUtf8.Mathieu Chartier2014-03-212-7/+5
| |/ / /
* | | | Merge "Fix sign problem, implement low-mem mmap wraparound"Andreas Gampe2014-03-212-3/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Fix sign problem, implement low-mem mmap wraparoundAndreas Gampe2014-03-212-3/+22
|/ / /
* | | Merge "Improvements to Field.get/set."Ian Rogers2014-03-2110-142/+174
|\ \ \
| * | | Improvements to Field.get/set.Ian Rogers2014-03-2110-142/+174
|/ / /
* | | Merge "Move saved SSA map to ScopedArenaAllocator to save memory."Vladimir Marko2014-03-211-2/+2
|\ \ \
| * | | Move saved SSA map to ScopedArenaAllocator to save memory.Vladimir Marko2014-03-211-2/+2
* | | | Merge "Refactor the garbage collector driver (GarbageCollector::Run)."Hiroshi Yamauchi2014-03-218-79/+88
|\ \ \ \ | |/ / / |/| | |
| * | | Refactor the garbage collector driver (GarbageCollector::Run).Hiroshi Yamauchi2014-03-208-79/+88
| |/ /
* | | Merge "Free Arenas from the ArenaStack before running codegen."Vladimir Marko2014-03-213-5/+23
|\ \ \
| * | | Free Arenas from the ArenaStack before running codegen.Vladimir Marko2014-03-213-5/+23
* | | | Merge "Fix method index for GDB information"Andreas Gampe2014-03-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix method index for GDB informationMark Mendell2014-03-211-1/+1
* | | | Merge "Support inlining detection from debugger."Sebastien Hertz2014-03-211-36/+51
|\ \ \ \
| * | | | Support inlining detection from debugger.Sebastien Hertz2014-03-211-36/+51
* | | | | Merge "Fix and clean up intrinsic Math.abs(long)."Vladimir Marko2014-03-211-33/+28
|\ \ \ \ \
| * | | | | Fix and clean up intrinsic Math.abs(long).Vladimir Marko2014-03-211-33/+28
|/ / / / /
* | | | | Merge "Fix issue parsing implicit_checks property"Dave Allison2014-03-211-1/+3
|\ \ \ \ \
| * | | | | Fix issue parsing implicit_checks propertyDave Allison2014-03-201-1/+3
|/ / / / /
* | | | | Merge "Fix RecordFree to take signed parameters."Mathieu Chartier2014-03-204-13/+17
|\ \ \ \ \