summaryrefslogtreecommitdiffstats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Add memcmp16() for Arm64; ensure xSELF not clobberedSerban Constantinescu2014-06-301-1/+1
* Merge "AArch64: Rename A64_/A32_ register prefix to x/w."Andreas Gampe2014-06-305-65/+64
|\
| * AArch64: Rename A64_/A32_ register prefix to x/w.Zheng Xu2014-06-305-65/+64
* | x86_64: Fix GenArrayBoundsCheckSerguei Katkov2014-06-301-2/+3
|/
* Fixed gdb support and added some ElfFile functionsAlex Light2014-06-272-34/+10
* AArch64: Enable GenSpecialCase.Zheng Xu2014-06-273-22/+16
* Fix quick mode bugs for Mips.Douglas Leung2014-06-278-53/+115
* Merge "AArch64: implement easy division and reminder."Bill Buzbee2014-06-265-23/+68
|\
| * AArch64: implement easy division and reminder.Matteo Franchin2014-06-195-23/+68
* | Merge "Fix off-by-one errors in limit checking for ldr/str instructions."Dave Allison2014-06-263-9/+64
|\ \
| * | Fix off-by-one errors in limit checking for ldr/str instructions.Dave Allison2014-06-263-9/+64
* | | ART: ARM64 fp return reg locations are FPAndreas Gampe2014-06-271-2/+2
* | | Merge "Fix topological ordering and use it for optimizations."Vladimir Marko2014-06-269-56/+106
|\ \ \ | |/ / |/| |
| * | Fix topological ordering and use it for optimizations.Vladimir Marko2014-06-199-56/+106
* | | Merge "Support additional instructions in ARM and thumb assemblers"Dave Allison2014-06-268-196/+728
|\ \ \
| * | | Support additional instructions in ARM and thumb assemblersDave Allison2014-06-268-196/+728
* | | | Merge "Re-enable tests with the optimizing compiler."Nicolas Geoffray2014-06-245-8/+10
|\ \ \ \
| * | | | Re-enable tests with the optimizing compiler.Nicolas Geoffray2014-06-265-8/+10
* | | | | ART: Native support for multidexAndreas Gampe2014-06-251-5/+1
|/ / / /
* | | | Revert "Re-enable tests with the optimizing compiler."Nicolas Geoffray2014-06-253-6/+6
* | | | Re-enable tests with the optimizing compiler.Nicolas Geoffray2014-06-253-6/+6
* | | | Fix a bug in LiveInterval::FirstRegisterUseAfter.Nicolas Geoffray2014-06-252-3/+43
* | | | Merge "x86_64: Fix wide argument increment"Ian Rogers2014-06-251-3/+8
|\ \ \ \
| * | | | x86_64: Fix wide argument incrementChao-ying Fu2014-06-241-3/+8
| |/ / /
* | | | x86_64: int-to-long should ensure that int in kCoreRegSerguei Katkov2014-06-252-4/+4
* | | | Multilib ART host.Ian Rogers2014-06-241-2/+3
* | | | Merge "Add more read barriers to the class linker."Hiroshi Yamauchi2014-06-241-7/+28
|\ \ \ \
| * | | | Add more read barriers to the class linker.Hiroshi Yamauchi2014-06-241-7/+28
* | | | | Merge "More advanced timing loggers."Mathieu Chartier2014-06-246-24/+24
|\ \ \ \ \
| * | | | | More advanced timing loggers.Mathieu Chartier2014-06-246-24/+24
* | | | | | Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as param...Andreas Gampe2014-06-2429-328/+525
|/ / / / /
* | | | | Merge "Revert "ART: Split out more cases of Load/StoreRef, volatile as parame...Andreas Gampe2014-06-2429-519/+327
|\ \ \ \ \
| * | | | | Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"Andreas Gampe2014-06-2429-519/+327
* | | | | | Merge "ART: Split out more cases of Load/StoreRef, volatile as parameter"Andreas Gampe2014-06-2429-327/+519
|\| | | | | | |_|/ / / |/| | | |
| * | | | ART: Split out more cases of Load/StoreRef, volatile as parameterAndreas Gampe2014-06-2329-327/+519
* | | | | Merge "Add some more instruction support to optimizing compiler."Dave Allison2014-06-2313-132/+595
|\ \ \ \ \
| * | | | | Add some more instruction support to optimizing compiler.Dave Allison2014-06-2413-132/+595
| |/ / / /
* | | | | Merge "Log profile info only on debug builds."Calin Juravle2014-06-241-8/+13
|\ \ \ \ \
| * | | | | Log profile info only on debug builds.Calin Juravle2014-06-231-8/+13
* | | | | | Merge "Always compile leafs during profile based compilation."Calin Juravle2014-06-241-23/+20
|\| | | | |
| * | | | | Always compile leafs during profile based compilation.Calin Juravle2014-06-231-23/+20
* | | | | | Merge "Move trampolines to thumb2 instead of ARM"Dave Allison2014-06-234-8/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Move trampolines to thumb2 instead of ARMDave Allison2014-06-234-8/+11
| | |_|_|/ | |/| | |
* | | | | x86_64: Correct fix for cmp-longSerguei Katkov2014-06-244-13/+33
* | | | | Revert "Revert "ART: Fix StoreValue to use RefDisp when necessary.""Andreas Gampe2014-06-231-1/+5
* | | | | Merge "Revert "ART: Fix StoreValue to use RefDisp when necessary.""Ian Rogers2014-06-211-7/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert "ART: Fix StoreValue to use RefDisp when necessary."Ian Rogers2014-06-221-7/+2
* | | | | Merge "x86_64: Enable some optimizations"Bill Buzbee2014-06-201-1/+3
|\ \ \ \ \
| * | | | | x86_64: Enable some optimizationsDmitry Petrochenko2014-06-191-1/+3
* | | | | | Merge "x86_64: Fix fp-to-core conversion"Bill Buzbee2014-06-201-4/+4
|\ \ \ \ \ \