summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [optimizing] Enable x86 long support.Nicolas Geoffray2015-03-0611-113/+354
* | | | Merge "ART: Enable the use of relative addresses in the arm64 disassembler."Roland Levillain2015-03-062-24/+16
|\ \ \ \
| * | | | ART: Enable the use of relative addresses in the arm64 disassembler.Alexandre Rames2015-03-062-24/+16
|/ / / /
* | | | Merge "Follow up 137982"Sebastien Hertz2015-03-061-2/+3
|\ \ \ \
| * | | | Follow up 137982Sebastien Hertz2015-03-051-2/+3
* | | | | Merge "ART: Add option to abort dex2oat on hard failure"Andreas Gampe2015-03-066-4/+35
|\ \ \ \ \
| * | | | | ART: Add option to abort dex2oat on hard failureAndreas Gampe2015-03-056-4/+35
* | | | | | Merge "ART: Fix Cmdline Parser test"Andreas Gampe2015-03-061-2/+2
|\ \ \ \ \ \
| * | | | | | ART: Fix Cmdline Parser testAndreas Gampe2015-03-051-2/+2
|/ / / / / /
* | | | | | Merge "Rename -Xjit / -Xnojit options to -Xusejit:<boolean>"Mathieu Chartier2015-03-061-4/+4
|\ \ \ \ \ \
| * | | | | | Rename -Xjit / -Xnojit options to -Xusejit:<boolean>Mathieu Chartier2015-03-051-4/+4
|/ / / / / /
* | | | | | Merge "Fix some incorrect IsCompiler instead of IsAotCompiler"Mathieu Chartier2015-03-053-10/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix some incorrect IsCompiler instead of IsAotCompilerMathieu Chartier2015-03-053-10/+10
|/ / / / /
* | | | | Merge "ART: AddVectorReduce should store result in memory carefully"Bill Buzbee2015-03-051-0/+1
|\ \ \ \ \
| * | | | | ART: AddVectorReduce should store result in memory carefullyMaxim Kazantsev2015-03-041-0/+1
* | | | | | Merge "ART: Fix test breakage"David Brazdil2015-03-051-4/+4
|\ \ \ \ \ \
| * | | | | | ART: Fix test breakageDavid Brazdil2015-03-051-4/+4
|/ / / / / /
* | | | | | Merge "ART: Optimize iteration of safepoints"David Brazdil2015-03-051-6/+15
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ART: Optimize iteration of safepointsDavid Brazdil2015-03-051-6/+15
|/ / / / /
* | | | | Merge "[optimizing] Use callee-save registers for x86"Nicolas Geoffray2015-03-056-58/+118
|\ \ \ \ \
| * | | | | [optimizing] Use callee-save registers for x86Mark Mendell2015-03-056-58/+118
* | | | | | Merge "ART: Fix compile-time-init fail"Andreas Gampe2015-03-051-0/+5
|\ \ \ \ \ \
| * | | | | | ART: Fix compile-time-init failAndreas Gampe2015-03-041-0/+5
|/ / / / / /
* | | | | | Merge "ART: Report zip opening error"Andreas Gampe2015-03-041-1/+2
|\ \ \ \ \ \
| * | | | | | ART: Report zip opening errorAndreas Gampe2015-03-041-1/+2
* | | | | | | Merge "Include what we use."Dan Albert2015-03-041-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Include what we use.Dan Albert2015-03-041-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge "ART: Do not produce CFI when not asked for"Andreas Gampe2015-03-041-1/+4
|\ \ \ \ \ \
| * | | | | | ART: Do not produce CFI when not asked forAndreas Gampe2015-03-041-1/+4
|/ / / / / /
* | | | | | Merge "[optimizing] Improve x86/x86_64 bound check code"Andreas Gampe2015-03-042-16/+26
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [optimizing] Improve x86/x86_64 bound check codeMark Mendell2015-03-042-16/+26
* | | | | | Merge "ART: Add debuggable compiler flag"Andreas Gampe2015-03-045-0/+22
|\ \ \ \ \ \
| * | | | | | ART: Add debuggable compiler flagAndreas Gampe2015-03-045-0/+22
* | | | | | | Merge "ART: Fix missing handles"Andreas Gampe2015-03-041-24/+28
|\ \ \ \ \ \ \
| * | | | | | | ART: Fix missing handlesAndreas Gampe2015-03-041-24/+28
| |/ / / / / /
* | | | | | | Merge "Fix bce gtest."Mingyao Yang2015-03-041-0/+9
|\ \ \ \ \ \ \
| * | | | | | | Fix bce gtest.Mingyao Yang2015-03-041-0/+9
|/ / / / / / /
* | | | | | | Merge "Make BCE a no-op if there is no array access."Mingyao Yang2015-03-044-0/+21
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Make BCE a no-op if there is no array access.Mingyao Yang2015-03-034-0/+21
* | | | | | | Merge "Update run-test 031-class-attributes"Sebastien Hertz2015-03-042-4/+15
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Update run-test 031-class-attributesSebastien Hertz2015-03-042-4/+15
|/ / / / / /
* | | | | | Merge "Change how we report exceptions to the debugger."Nicolas Geoffray2015-03-0415-62/+34
|\ \ \ \ \ \
| * | | | | | Change how we report exceptions to the debugger.Nicolas Geoffray2015-03-0315-62/+34
| | |/ / / / | |/| | | |
* | | | | | Merge "Fix arm64 build."Nicolas Geoffray2015-03-041-2/+8
|\ \ \ \ \ \
| * | | | | | Fix arm64 build.Nicolas Geoffray2015-03-041-2/+8
|/ / / / / /
* | | | | | Merge "Switch from memalign to posix_memalign for Mac build"Brian Carlstrom2015-03-041-5/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Switch from memalign to posix_memalign for Mac buildBrian Carlstrom2015-03-031-5/+7
|/ / / / /
* | | | | Merge "Reserve bits in the lock word for read barriers."Hiroshi Yamauchi2015-03-0420-195/+542
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-0320-195/+542
* | | | | Merge "Wait for threads to finish unregistering"Mathieu Chartier2015-03-044-33/+49
|\ \ \ \ \