summaryrefslogtreecommitdiffstats
path: root/compiler/dex
Commit message (Expand)AuthorAgeFilesLines
* Initial support for quick compiler on MIPS64r6.Maja Gagic2015-03-0614-26/+4849
* 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
* | ART: Do not produce CFI when not asked forAndreas Gampe2015-03-041-1/+4
* | Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-032-29/+106
|/
* Merge "Handle another untyped dex CONST issue"buzbee2015-02-271-0/+3
|\
| * Handle another untyped dex CONST issuebuzbee2015-02-221-0/+3
* | ARM: Fix LIR flags in encoding map.Ningsheng Jian2015-02-263-9/+10
* | Change already inline error to warningMathieu Chartier2015-02-251-1/+1
* | Merge "Fix JIT for vmdebug test 99"Mathieu Chartier2015-02-261-2/+5
|\ \
| * | Fix JIT for vmdebug test 99Mathieu Chartier2015-02-251-2/+5
* | | [MIPS] Fix mips32 trampoline problem.Nikola Veljkovic2015-02-251-1/+13
* | | Fix argument register allocation for mips32.Douglas Leung2015-02-251-4/+16
|/ /
* | Delete bad DCHECKMathieu Chartier2015-02-241-3/+0
* | Revert "Revert "Add JIT""Mathieu Chartier2015-02-2423-184/+425
* | Revert "Add JIT"Nicolas Geoffray2015-02-2423-425/+184
* | Add JITMathieu Chartier2015-02-2323-184/+425
|/
* ART: Some conditions should be stricter in GenInlinedMinMax()nikolay serdjuk2015-02-201-11/+32
* Fix core spill mask for x86 special suspend.Vladimir Marko2015-02-201-1/+1
* Merge "Replace a few std::vector with ArenaVector in Mir2Lir."Vladimir Marko2015-02-193-29/+24
|\
| * Replace a few std::vector with ArenaVector in Mir2Lir.Vladimir Marko2015-02-193-29/+24
* | Merge "Move arenas into runtime"Mathieu Chartier2015-02-1912-18/+18
|\ \
| * | Move arenas into runtimeMathieu Chartier2015-02-1912-18/+18
| |/
* | Add suspend checks to special methods.Vladimir Marko2015-02-1914-80/+357
|/
* Merge "ART: Templatize IsInt & IsUint"Andreas Gampe2015-02-192-5/+8
|\
| * ART: Templatize IsInt & IsUintAndreas Gampe2015-02-182-5/+8
* | Merge "Distinguish FP and integral constants in LVN."Vladimir Marko2015-02-183-42/+117
|\ \
| * | Distinguish FP and integral constants in LVN.Vladimir Marko2015-02-183-42/+117
* | | Merge "ART: Fix InsertCaseLabel to return boundary_lir always"Bill Buzbee2015-02-181-1/+0
|\ \ \
| * | | ART: Fix InsertCaseLabel to return boundary_lir alwaysChao-ying Fu2015-02-121-1/+0
* | | | Merge "ART: Promoted register may be wrong after the load of zero fp constant"Bill Buzbee2015-02-181-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | ART: Promoted register may be wrong after the load of zero fp constantVladimir2015-02-181-2/+4
| | |/ | |/|
* | | Quick: Disable DCE until we fix FP/Core reg mismatches.Vladimir Marko2015-02-181-1/+1
* | | Merge "Dead code elimination based on GVN results."Vladimir Marko2015-02-1718-93/+3687
|\ \ \ | |/ / |/| |
| * | Dead code elimination based on GVN results.Vladimir Marko2015-02-1718-93/+3687
* | | Add tests for wide constants in LVN.Vladimir Marko2015-02-131-0/+34
|/ /
* | Merge "Clean up Scoped-/ArenaAlocator array allocations."Vladimir Marko2015-02-1314-77/+49
|\ \
| * | Clean up Scoped-/ArenaAlocator array allocations.Vladimir Marko2015-02-1314-77/+49
| |/
* | LVN handles const-wide/32 incorrectlySerguei Katkov2015-02-131-1/+1
|/
* Merge "Quick: Rewrite Phi node insertion."Vladimir Marko2015-02-106-38/+48
|\
| * Quick: Rewrite Phi node insertion.Vladimir Marko2015-02-106-38/+48
* | Merge "Revert "Revert "Allow preopted apps to have sharpened calls for non-x8...Jeff Hao2015-02-101-3/+2
|\ \ | |/ |/|
| * Revert "Revert "Allow preopted apps to have sharpened calls for non-x86 archi...Jeff Hao2015-02-051-3/+2
* | ART: Remove MIRGraph::dex_pc_to_block_map_Chao-ying Fu2015-02-099-220/+127
|/
* Merge "ART: Pass Options should be strings instead of integers"Andreas Gampe2015-02-043-20/+211
|\
| * ART: Pass Options should be strings instead of integersJean-Philippe Halimi2015-02-033-20/+211
* | Merge "ART: Change x86 long param ABI (Quick/JNI/Opt)"Nicolas Geoffray2015-02-041-5/+11
|\ \
| * | ART: Change x86 long param ABI (Quick/JNI/Opt)Mark Mendell2015-01-301-5/+11
* | | Merge "ARM/ARM64: Dump thread offset."Andreas Gampe2015-02-032-0/+38
|\ \ \ | |_|/ |/| |
| * | ARM/ARM64: Dump thread offset.Zheng Xu2015-02-032-0/+38