summaryrefslogtreecommitdiffstats
path: root/compiler/dex
Commit message (Expand)AuthorAgeFilesLines
...
* | Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong().Vladimir Marko2015-04-231-5/+7
|/
* Revert "Revert "Quick: Rewrite type inference pass.""Vladimir Marko2015-04-2317-549/+3641
* Revert "Quick: Rewrite type inference pass."Andreas Gampe2015-04-2217-3634/+543
* Replace NULL with nullptrMathieu Chartier2015-04-2243-242/+247
* Quick: Rewrite type inference pass.Vladimir Marko2015-04-2217-543/+3634
* Quick: Remove broken Mir2Lir::LocToRegClass().Vladimir Marko2015-04-229-48/+31
* ART: Add compiled-methodsAndreas Gampe2015-04-211-1/+1
* Fix value used for shift in quick_cfi_test.Dan Albert2015-04-161-2/+2
* Merge "Fallback to quick in case of soft verification errors"Calin Juravle2015-04-162-0/+8
|\
| * Fallback to quick in case of soft verification errorsCalin Juravle2015-04-162-0/+8
* | ARM64: Remove suspend register.Zheng Xu2015-04-144-23/+21
|/
* Add --include-cfi compiler option.David Srbecky2015-04-132-1/+2
* Remove the --gen-gdb-info compiler option.David Srbecky2015-04-121-1/+0
* Move ArtField to nativeMathieu Chartier2015-04-103-4/+4
* ART: Remove WriteElf from CompilerAndreas Gampe2015-04-102-22/+0
* Merge "Fix memory leaks in the CFI tests."David Srbecky2015-04-091-1/+1
|\
| * Fix memory leaks in the CFI tests.David Srbecky2015-04-091-1/+1
* | ART: Fix indent in Mips backendAndreas Gampe2015-04-092-78/+78
* | Merge "Fix GenDivRemLit() for Mips."Andreas Gampe2015-04-091-1/+7
|\ \ | |/ |/|
| * Fix GenDivRemLit() for Mips.Douglas Leung2015-04-071-1/+7
* | Merge "Quick: PC-relative loads from dex cache arrays on x86."Vladimir Marko2015-04-0911-309/+243
|\ \
| * | Quick: PC-relative loads from dex cache arrays on x86.Vladimir Marko2015-04-0911-309/+243
* | | Merge "Implement CFI for Optimizing."David Srbecky2015-04-093-65/+6
|\ \ \
| * | | Implement CFI for Optimizing.David Srbecky2015-04-093-65/+6
* | | | Merge "Implement CFI for Quick."David Srbecky2015-04-0918-50/+827
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Implement CFI for Quick.David Srbecky2015-04-0818-50/+827
* | | Merge "Quick: Clean up temp use counting."Vladimir Marko2015-04-0810-40/+75
|\ \ \ | |/ / |/| |
| * | Quick: Clean up temp use counting.Vladimir Marko2015-04-0810-40/+75
* | | Merge "Remove the old CFI infrastructure."David Srbecky2015-04-085-131/+4
|\ \ \ | |/ / |/| |
| * | Remove the old CFI infrastructure.David Srbecky2015-04-075-131/+4
* | | ART: Remove LLVM cruftAndreas Gampe2015-04-071-2/+2
* | | Merge "ART: Fix 64-bit ELF file support"Andreas Gampe2015-04-081-2/+7
|\ \ \ | |_|/ |/| |
| * | ART: Fix 64-bit ELF file supportAndreas Gampe2015-04-071-2/+7
| |/
* | Promote pointer to dex cache arrays on arm.Vladimir Marko2015-04-0711-33/+297
* | PC-relative loads from dex cache arrays for arm.Vladimir Marko2015-04-074-25/+90
* | Quick: Use PC-relative dex cache array loads for SGET/SPUT.Vladimir Marko2015-04-072-129/+113
|/
* ART: Enable more Clang warningsAndreas Gampe2015-04-063-7/+3
* Merge "ART: Add Clang's -Wused-but-marked-unused"Andreas Gampe2015-04-061-4/+2
|\
| * ART: Add Clang's -Wused-but-marked-unusedAndreas Gampe2015-04-031-4/+2
* | Pass linker patches around as const.Vladimir Marko2015-04-021-1/+1
|/
* Merge "Write .debug_line section using the new DWARF library."David Srbecky2015-04-029-28/+42
|\
| * Write .debug_line section using the new DWARF library.David Srbecky2015-04-019-28/+42
* | PC-relative loads from dex cache arrays for x86-64.Vladimir Marko2015-04-024-15/+72
|/
* Merge "Cortex-A53 Erratum 843419 workaround in OatWriter."Vladimir Marko2015-03-311-6/+0
|\
| * Cortex-A53 Erratum 843419 workaround in OatWriter.Vladimir Marko2015-03-311-6/+0
* | Merge "Fixed layout for dex caches in boot image."Vladimir Marko2015-03-3118-207/+291
|\ \ | |/
| * Fixed layout for dex caches in boot image.Vladimir Marko2015-03-3118-207/+291
* | ART: Some runtime cleanupAndreas Gampe2015-03-271-2/+2
* | Merge "ART: PathClassLoader for compiler"Andreas Gampe2015-03-281-2/+3
|\ \
| * | ART: PathClassLoader for compilerAndreas Gampe2015-03-271-2/+3