summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix mac build.Christopher Ferris2014-07-111-2/+2
* Merge "ART: Fix GenSelect for ARM64"Andreas Gampe2014-07-103-2/+7
|\
| * ART: Fix GenSelect for ARM64Stuart Monteith2014-07-113-2/+7
|/
* Merge "Add missing class initialization during compilation and tests"Sebastien Hertz2014-07-1010-28/+80
|\
| * Add missing class initialization during compilation and testsSebastien Hertz2014-07-1010-28/+80
* | Merge "Fix missing single-step event"Sebastien Hertz2014-07-102-29/+60
|\ \
| * | Fix missing single-step eventSebastien Hertz2014-07-102-29/+60
| |/
* | Merge "Revert "Revert "Revert "Add intrinsic for Reference.get()""""Sebastien Hertz2014-07-1014-267/+13
|\ \
| * | Revert "Revert "Revert "Add intrinsic for Reference.get()"""Sebastien Hertz2014-07-1114-267/+13
* | | Merge "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Nicolas Geoffray2014-07-1038-684/+382
|\ \ \
| * | | Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-1138-684/+382
* | | | Merge "Revert "Fix mac build""Nicolas Geoffray2014-07-104-32/+18
|\ \ \ \
| * | | | Revert "Fix mac build"Christopher Ferris2014-07-114-32/+18
* | | | | Merge "Revert "Revert "Add intrinsic for Reference.get()"""Christopher Ferris2014-07-1014-13/+267
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Revert "Revert "Add intrinsic for Reference.get()""Christopher Ferris2014-07-1114-13/+267
* | | | | Merge "ART: Fix GenSelect and GenFusedLongCmpBranch for ARM64"Andreas Gampe2014-07-102-12/+120
|\ \ \ \ \
| * | | | | ART: Fix GenSelect and GenFusedLongCmpBranch for ARM64Andreas Gampe2014-07-102-12/+120
* | | | | | Merge "Revert "Add intrinsic for Reference.get()""Christopher Ferris2014-07-1014-267/+13
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Revert "Add intrinsic for Reference.get()"Christopher Ferris2014-07-1114-267/+13
* | | | | | Merge "Fix mac build"Dave Allison2014-07-104-18/+32
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Fix mac buildDave Allison2014-07-104-18/+32
* | | | | | Merge "Add intrinsic for Reference.get()"Mathieu Chartier2014-07-1014-13/+267
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Add intrinsic for Reference.get()Fred Shih2014-07-1014-13/+267
* | | | | | Merge "Change default heap maximum size to be 256m."Mathieu Chartier2014-07-101-1/+1
|\ \ \ \ \ \
| * | | | | | Change default heap maximum size to be 256m.Mathieu Chartier2014-07-101-1/+1
|/ / / / / /
* | | | | | Merge "Fix race condition in release pages."Mathieu Chartier2014-07-101-13/+23
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix race condition in release pages.Mathieu Chartier2014-07-101-13/+23
|/ / / / /
* | | | | Merge "Updates to help classes derived from X86Mir2Lir"Ian Rogers2014-07-101-5/+5
|\ \ \ \ \
| * | | | | Updates to help classes derived from X86Mir2LirMark Mendell2014-07-101-5/+5
* | | | | | Merge "Revert "Revert "Add implicit null and stack checks for x86"""Dave Allison2014-07-1038-382/+684
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-1038-382/+684
|/ / / / /
* | | | | Merge "ART: Do not dump hidden basic blocks and add a counter to file naming"Ian Rogers2014-07-101-2/+9
|\ \ \ \ \
| * | | | | ART: Do not dump hidden basic blocks and add a counter to file namingJean Christophe Beyler2014-07-101-2/+9
| |/ / / /
* | | | | Merge "x86_64: Enable fp-reg promotion"Andreas Gampe2014-07-1017-107/+368
|\ \ \ \ \
| * | | | | x86_64: Enable fp-reg promotionSerguei Katkov2014-07-1017-107/+368
| | |_|/ / | |/| | |
* | | | | Merge "Improve the OOME fragmentation message."Hiroshi Yamauchi2014-07-098-28/+77
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Improve the OOME fragmentation message.Hiroshi Yamauchi2014-07-108-28/+77
| | |/ / | |/| |
* | | | Merge "ART: Add Invokes to DecodedInstruction"Ian Rogers2014-07-1010-31/+37
|\ \ \ \
| * | | | ART: Add Invokes to DecodedInstructionJean Christophe Beyler2014-07-1010-31/+37
|/ / / /
* | | | Merge "ART: Handle Extended MIRs in a uniform manner"Ian Rogers2014-07-102-0/+32
|\ \ \ \
| * | | | ART: Handle Extended MIRs in a uniform mannerUdayan Banerji2014-07-102-0/+32
* | | | | Merge "ART: Detached blocks should not be processed by compiler"Ian Rogers2014-07-101-9/+13
|\ \ \ \ \
| * | | | | ART: Detached blocks should not be processed by compilerNiranjan Kumar2014-07-091-9/+13
* | | | | | Merge "ART: Rename CallInlining to SpecialMethodInliner"Vladimir Marko2014-07-094-22/+24
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ART: Rename CallInlining to SpecialMethodInlinerRazvan A Lupusoru2014-07-104-22/+24
| | |_|/ / | |/| | |
* | | | | Merge "Make CAS operations in Object use art::Atomic."Ian Rogers2014-07-106-35/+45
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make CAS operations in Object use art::Atomic.Ian Rogers2014-07-106-35/+45
* | | | | Merge "ART: Enable some ARM64 optimizations."Andreas Gampe2014-07-091-7/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ART: Enable some ARM64 optimizations.Andreas Gampe2014-07-101-7/+0
|/ / / /
* | | | Merge "Slow path for iget should expect return in core reg"Andreas Gampe2014-07-091-2/+3
|\ \ \ \