summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Read JDWP options from runtimeSebastien Hertz2015-02-056-140/+63
* Merge "Disable test, it fails on target and read-barrier config."Nicolas Geoffray2015-02-051-1/+2
|\
| * Disable test, it fails on target and read-barrier config.Nicolas Geoffray2015-02-051-1/+2
|/
* Merge "Fix transaction aborting"Sebastien Hertz2015-02-059-70/+259
|\
| * Fix transaction abortingSebastien Hertz2015-02-0510-71/+260
* | Merge "Clear thread local freed bits in RosAlloc::Run::InspectAllSlots"Mathieu Chartier2015-02-051-1/+8
|\ \
| * | Clear thread local freed bits in RosAlloc::Run::InspectAllSlotsMathieu Chartier2015-02-041-1/+8
* | | Merge "art: Try to fix parsed_options_test on the build server"Igor Murashkin2015-02-053-3/+8
|\ \ \
| * | | art: Try to fix parsed_options_test on the build serverIgor Murashkin2015-02-043-3/+8
|/ / /
* | | Merge "Fix broken volantis build"Igor Murashkin2015-02-041-6/+5
|\ \ \
| * | | Fix broken volantis buildIgor Murashkin2015-02-041-6/+5
|/ / /
* | | Merge "art: Refactor RuntimeOptions/ParsedOptions"Igor Murashkin2015-02-0437-913/+5256
|\ \ \ | |/ / |/| |
| * | art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-0437-913/+5256
* | | Merge "ART: Fix old run scripts"Andreas Gampe2015-02-046-15/+57
|\ \ \
| * | | ART: Fix old run scriptsAndreas Gampe2015-02-046-15/+57
* | | | Merge "Fix incorrect static const"Mathieu Chartier2015-02-041-2/+2
|\ \ \ \
| * | | | Fix incorrect static constMathieu Chartier2015-02-041-2/+2
|/ / / /
* | | | Merge "ART: Pass Options should be strings instead of integers"Andreas Gampe2015-02-043-20/+211
|\ \ \ \
| * | | | ART: Pass Options should be strings instead of integersJean-Philippe Halimi2015-02-033-20/+211
* | | | | Merge "Fix occasional long ThreadSuspendSleep"Mathieu Chartier2015-02-041-36/+53
|\ \ \ \ \
| * | | | | Fix occasional long ThreadSuspendSleepMathieu Chartier2015-02-031-36/+53
* | | | | | Merge "Fix a bug in the inliner."Nicolas Geoffray2015-02-045-5/+86
|\ \ \ \ \ \
| * | | | | | Fix a bug in the inliner.Nicolas Geoffray2015-02-045-5/+86
|/ / / / / /
* | | | | | Merge "ART: Dump environment to cfg file."Nicolas Geoffray2015-02-041-0/+13
|\ \ \ \ \ \
| * | | | | | ART: Dump environment to cfg file.Zheng Xu2015-02-041-0/+13
|/ / / / / /
* | | | | | Merge "Create HGraph outside Builder, print timings"David Brazdil2015-02-0418-109/+199
|\ \ \ \ \ \
| * | | | | | Create HGraph outside Builder, print timingsDavid Brazdil2015-02-0418-109/+199
* | | | | | | Merge "Fix a bug in combination of intrinsics and kNoOutputOverlap."Nicolas Geoffray2015-02-041-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Fix a bug in combination of intrinsics and kNoOutputOverlap.Nicolas Geoffray2015-02-041-1/+4
|/ / / / / / /
* | | | | | | Merge "ART: Change x86 long param ABI (Quick/JNI/Opt)"Nicolas Geoffray2015-02-048-92/+60
|\ \ \ \ \ \ \
| * | | | | | | ART: Change x86 long param ABI (Quick/JNI/Opt)Mark Mendell2015-01-308-92/+60
* | | | | | | | Merge "Fix test after register allocator changes."Nicolas Geoffray2015-02-041-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix test after register allocator changes.Nicolas Geoffray2015-02-041-4/+4
|/ / / / / / / /
* | | | | | | | Merge "Finally implement Location::kNoOutputOverlap."Nicolas Geoffray2015-02-045-44/+185
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Finally implement Location::kNoOutputOverlap.Nicolas Geoffray2015-02-045-44/+185
|/ / / / / / /
* | | | | | | Merge "ART: checkpoint mechanism optimization"Hiroshi Yamauchi2015-02-034-9/+35
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | ART: checkpoint mechanism optimizationLei Li2015-02-034-9/+35
* | | | | | | Merge "ARM/ARM64: Dump thread offset."Andreas Gampe2015-02-034-26/+70
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | ARM/ARM64: Dump thread offset.Zheng Xu2015-02-034-26/+70
* | | | | | | Merge "Inline methods with multiple blocks."Nicolas Geoffray2015-02-038-46/+388
|\ \ \ \ \ \ \
| * | | | | | | Inline methods with multiple blocks.Nicolas Geoffray2015-02-038-46/+388
|/ / / / / / /
* | | | | | | Merge "Use a different block order when not compiling baseline."Nicolas Geoffray2015-02-033-56/+63
|\ \ \ \ \ \ \
| * | | | | | | Use a different block order when not compiling baseline.Nicolas Geoffray2015-02-033-56/+63
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge "Fix build by putting ATTRIBUTE_UNUSUED."Nicolas Geoffray2015-02-031-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix build by putting ATTRIBUTE_UNUSUED.Nicolas Geoffray2015-02-031-2/+2
|/ / / / / / /
* | | | | | | Merge "Fix thumb2 assembler's ShifterOperandCanHold."Nicolas Geoffray2015-02-031-7/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix thumb2 assembler's ShifterOperandCanHold.Nicolas Geoffray2015-02-031-7/+0
* | | | | | | Merge "ART: Fix to X86Mir2Lir::GenReduceVector"Vladimir Marko2015-02-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | ART: Fix to X86Mir2Lir::GenReduceVectorMark Mendell2015-02-021-1/+1
* | | | | | | | Merge "Allow nested inlining."Nicolas Geoffray2015-02-035-31/+116
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |