summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ART: Use static_assert in down_castAndreas Gampe2014-10-231-9/+4
* Merge "Fix make file comment"Calin Juravle2014-10-221-6/+1
|\
| * Fix make file commentCalin Juravle2014-10-221-6/+1
* | Merge "Minor fix in codegen tests."Calin Juravle2014-10-221-1/+1
|\ \ | |/
| * Minor fix in codegen tests.Calin Juravle2014-10-221-1/+1
* | Merge "Add multiplication for floats/doubles in optimizing compiler"Calin Juravle2014-10-225-40/+192
|\ \ | |/
| * Add multiplication for floats/doubles in optimizing compilerCalin Juravle2014-10-225-40/+192
* | Merge "Fix typo in Makefile."Nicolas Geoffray2014-10-221-2/+2
|\ \ | |/ |/|
| * Fix typo in Makefile.Nicolas Geoffray2014-10-221-2/+2
|/
* Merge "Implement array creation related DEX instructions."Nicolas Geoffray2014-10-2215-8/+1058
|\
| * Implement array creation related DEX instructions.Nicolas Geoffray2014-10-2215-8/+1058
|/
* Merge "Fixed debugger for threads attached from JNI"Sebastien Hertz2014-10-221-0/+5
|\
| * Fixed debugger for threads attached from JNIDaniel Mihalyi2014-10-201-0/+5
* | Merge "Fix bug in UnionIfNotIn."Nicolas Geoffray2014-10-222-4/+27
|\ \
| * | Fix bug in UnionIfNotIn.Nicolas Geoffray2014-10-222-4/+27
* | | Merge "Various fixes related to integer negate operations."Roland Levillain2014-10-223-4/+8
|\ \ \ | |/ / |/| |
| * | Various fixes related to integer negate operations.Roland Levillain2014-10-223-4/+8
* | | Merge "ART: Print args in case of run-test build failure"Andreas Gampe2014-10-222-1/+3
|\ \ \
| * | | ART: Print args in case of run-test build failureAndreas Gampe2014-10-222-1/+3
* | | | Merge "ART: Fix common_build CFLAGS"Andreas Gampe2014-10-221-2/+5
|\ \ \ \
| * | | | ART: Fix common_build CFLAGSAndreas Gampe2014-10-211-2/+5
| |/ / /
* | | | Merge "Fix Mac build."Ian Rogers2014-10-221-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix Mac build.Ian Rogers2014-10-211-4/+4
* | | | Merge "Fix a DCHECK failure IsResolved() || IsErroneous()."Hiroshi Yamauchi2014-10-215-6/+3081
|\ \ \ \
| * | | | Fix a DCHECK failure IsResolved() || IsErroneous().Hiroshi Yamauchi2014-10-215-6/+3081
* | | | | Merge "Avoid strict-aliasing problems with Handles."Ian Rogers2014-10-212-36/+28
|\ \ \ \ \
| * | | | | Avoid strict-aliasing problems with Handles.Ian Rogers2014-10-212-36/+28
* | | | | | Merge "Const-ify functions/variables in trampoline entrypoints."Ian Rogers2014-10-211-22/+23
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Const-ify functions/variables in trampoline entrypoints.Ian Rogers2014-10-211-22/+23
|/ / / /
* | | | Merge "ART: Fix test 089 to ignore debug lines"Andreas Gampe2014-10-211-0/+20
|\ \ \ \
| * | | | ART: Fix test 089 to ignore debug linesAndreas Gampe2014-10-211-0/+20
| | |_|/ | |/| |
* | | | Merge "ART: Fix run-test script"Andreas Gampe2014-10-211-3/+3
|\ \ \ \
| * | | | ART: Fix run-test scriptAndreas Gampe2014-10-211-3/+3
| |/ / /
* | | | Merge "Fix register_allocator_test after reg alloc changes."Nicolas Geoffray2014-10-211-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix register_allocator_test after reg alloc changes.Nicolas Geoffray2014-10-211-2/+2
|/ / /
* | | Merge "Fix off by one errors in linear scan register allocator."Nicolas Geoffray2014-10-216-8/+53
|\ \ \
| * | | Fix off by one errors in linear scan register allocator.Nicolas Geoffray2014-10-216-8/+53
* | | | Merge "Fix m test-art-host-run-test-001-HelloWorld."Nicolas Geoffray2014-10-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix m test-art-host-run-test-001-HelloWorld.Nicolas Geoffray2014-10-211-1/+1
|/ / /
* | | Merge "Implement register allocator for floating point registers."Nicolas Geoffray2014-10-2127-142/+688
|\ \ \
| * | | Implement register allocator for floating point registers.Nicolas Geoffray2014-10-2127-142/+688
* | | | Merge "Enable generic JNI for x86 and ARM when interpret-only."Ian Rogers2014-10-211-1/+15
|\ \ \ \
| * | | | Enable generic JNI for x86 and ARM when interpret-only.Ian Rogers2014-10-211-1/+15
* | | | | Merge "Clarify a confusing error message."Elliott Hughes2014-10-211-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Clarify a confusing error message.Elliott Hughes2014-10-211-2/+2
* | | | | Merge "Constant folding on unary operations in the optimizing compiler."Roland Levillain2014-10-214-8/+94
|\ \ \ \ \
| * | | | | Constant folding on unary operations in the optimizing compiler.Roland Levillain2014-10-214-8/+94
* | | | | | Merge "Implement int negate instruction in the optimizing compiler."Roland Levillain2014-10-217-0/+202
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Implement int negate instruction in the optimizing compiler.Roland Levillain2014-10-217-0/+202
* | | | | | Merge "Remove the notion of dies at entry."Nicolas Geoffray2014-10-218-120/+108
|\ \ \ \ \ \