summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Implement double and float support for arm in register allocator."Nicolas Geoffray2015-01-0815-67/+480
|\
| * Implement double and float support for arm in register allocator.Nicolas Geoffray2015-01-0815-67/+480
* | Merge "ART: Improved fail reporting in Checker"David Brazdil2015-01-082-95/+202
|\ \
| * | ART: Improved fail reporting in CheckerDavid Brazdil2015-01-082-95/+202
* | | Merge "Do not use clang for mips target."Chih-Hung Hsieh2015-01-082-1/+12
|\ \ \
| * | | Do not use clang for mips target.Chih-Hung Hsieh2015-01-072-1/+12
* | | | Merge "ART: Pass ucontext to Backtrace in Stack Dump"Andreas Gampe2015-01-083-5/+12
|\ \ \ \
| * | | | ART: Pass ucontext to Backtrace in Stack DumpAndreas Gampe2015-01-083-5/+12
| |/ / /
* | | | Merge "JDWP: do not report start/end events for thread without peer"Sebastien Hertz2015-01-081-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | JDWP: do not report start/end events for thread without peerSebastien Hertz2014-12-181-0/+8
* | | | Merge "Fix valgrind imgdiag test failure / memory leak in runtime"Igor Murashkin2015-01-081-0/+10
|\ \ \ \
| * | | | Fix valgrind imgdiag test failure / memory leak in runtimeIgor Murashkin2015-01-071-0/+10
| | |_|/ | |/| |
* | | | Merge "ART: Print INTERNAL_FATAL Log messages immediately"Andreas Gampe2015-01-081-22/+47
|\ \ \ \
| * | | | ART: Print INTERNAL_FATAL Log messages immediatelyAndreas Gampe2015-01-071-22/+47
* | | | | Merge "Re-enable ParallelGC test for gcstress mode"Mathieu Chartier2015-01-082-9/+2
|\ \ \ \ \
| * | | | | Re-enable ParallelGC test for gcstress modeMathieu Chartier2015-01-072-9/+2
|/ / / / /
* | | | | Merge "Fix signal test to work with gcstress"Mathieu Chartier2015-01-085-17/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix signal test to work with gcstressMathieu Chartier2015-01-075-17/+7
| | |_|/ | |/| |
* | | | Merge "ART: Fix Clang CFLAGS inclusion"Andreas Gampe2015-01-082-10/+12
|\ \ \ \ | |/ / / |/| | |
| * | | ART: Fix Clang CFLAGS inclusionAndreas Gampe2015-01-072-10/+12
|/ / /
* | | Merge "ART: Add copyright to Optimizing's Inliner test"David Brazdil2015-01-071-0/+16
|\ \ \ | |/ / |/| |
| * | ART: Add copyright to Optimizing's Inliner testDavid Brazdil2015-01-071-0/+16
* | | Merge "Fix sigchainlib's implementation of sigaction"Dmitriy Ivanov2015-01-061-3/+4
|\ \ \
| * | | Fix sigchainlib's implementation of sigactionDmitriy Ivanov2015-01-061-3/+4
|/ / /
* | | Merge "Fix frequent gcstress ThreadStress crash"Mathieu Chartier2015-01-062-9/+7
|\ \ \
| * | | Fix frequent gcstress ThreadStress crashMathieu Chartier2015-01-062-9/+7
* | | | Merge "ART: Fix leak in codegen_test"Andreas Gampe2015-01-061-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | ART: Fix leak in codegen_testAndreas Gampe2015-01-061-1/+3
* | | | Merge "Don't allow suspension from FindLocksAtDexPc"Mathieu Chartier2015-01-065-13/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Don't allow suspension from FindLocksAtDexPcMathieu Chartier2015-01-065-13/+22
* | | | Merge "Mute common case DexFile.isDexOptNeeded log spam"Brian Carlstrom2015-01-061-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Mute common case DexFile.isDexOptNeeded log spamBrian Carlstrom2015-01-061-1/+4
* | | | Merge "ART: Remove LowestSetBit and IsPowerOfTwo"Andreas Gampe2015-01-068-47/+24
|\ \ \ \
| * | | | ART: Remove LowestSetBit and IsPowerOfTwoAndreas Gampe2015-01-068-47/+24
* | | | | Merge "ART: Remove unused parts of x86 assemblers"Andreas Gampe2015-01-064-74/+0
|\ \ \ \ \
| * | | | | ART: Remove unused parts of x86 assemblersAndreas Gampe2015-01-064-74/+0
| |/ / / /
* | | | | Merge "ART: Fix divide-by-zero for ARM"Andreas Gampe2015-01-064-0/+39
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ART: Fix divide-by-zero for ARMAndreas Gampe2015-01-064-0/+39
| | |/ / | |/| |
* | | | Merge "Improve Thumb disassembler for LDR/STR/PUSH/POP/BKPT."Vladimir Marko2015-01-061-232/+222
|\ \ \ \
| * | | | Improve Thumb disassembler for LDR/STR/PUSH/POP/BKPT.Vladimir Marko2015-01-061-232/+222
| |/ / /
* | | | Merge "Look at instruction set features when generating volatiles code"Calin Juravle2015-01-066-26/+44
|\ \ \ \ | |_|/ / |/| | |
| * | | Look at instruction set features when generating volatiles codeCalin Juravle2015-01-056-26/+44
* | | | Merge "ART: Add imgdiag_test test dependency"Andreas Gampe2015-01-061-2/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | ART: Add imgdiag_test test dependencyAndreas Gampe2014-12-221-2/+10
* | | | Merge "ART: Reorder entrypoint argument order"Andreas Gampe2015-01-0524-284/+264
|\ \ \ \
| * | | | ART: Reorder entrypoint argument orderAndreas Gampe2014-12-2924-284/+264
* | | | | Merge "Opt Compiler: ARM64: Add support for rem-float, rem-double and volatile."Calin Juravle2015-01-059-70/+416
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Opt Compiler: ARM64: Add support for rem-float, rem-double and volatile.Serban Constantinescu2015-01-059-70/+416
|/ / / /
* | | | Merge "Fix braino in x64 assembler."Nicolas Geoffray2015-01-052-3/+9
|\ \ \ \
| * | | | Fix braino in x64 assembler.Nicolas Geoffray2014-12-182-3/+9