summaryrefslogtreecommitdiffstats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Pass instruction-set from runtime through to spawned dex2oat.Ian Rogers2014-04-021-1/+1
* Merge "Fixed total method count in profile file parsing."Calin Juravle2014-04-021-1/+1
|\
| * Fixed total method count in profile file parsing.Calin Juravle2014-04-021-1/+1
* | Merge "Cleanup transaction support"Sebastien Hertz2014-04-021-1/+1
|\ \
| * | Cleanup transaction supportSebastien Hertz2014-04-021-1/+1
* | | Add GenBarrier() calls to terminate all IT blocks.Dave Allison2014-04-012-1/+6
* | | Quick compiler: add comment to Arm encodingbuzbee2014-04-011-0/+13
* | | Merge "Quick compiler, MIPS resource cleanup"buzbee2014-04-017-22/+39
|\ \ \
| * | | Quick compiler, MIPS resource cleanupbuzbee2014-03-287-22/+39
* | | | Merge "Make the support code for read barriers a bit more general."Hiroshi Yamauchi2014-04-011-5/+7
|\ \ \ \
| * | | | Make the support code for read barriers a bit more general.Hiroshi Yamauchi2014-03-311-5/+7
* | | | | Merge "Calling convention support for cross 64/32 compilation."Ian Rogers2014-04-0118-113/+178
|\ \ \ \ \
| * | | | | Calling convention support for cross 64/32 compilation.Ian Rogers2014-04-0118-113/+178
* | | | | | Merge "Fix stack overflow slow path error."Mathieu Chartier2014-04-011-4/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix stack overflow slow path error.Mathieu Chartier2014-03-311-4/+3
| |/ / / /
* | | | | Merge "Revert "Revert "Optimize easy multiply and easy div remainder."""Ian Rogers2014-04-019-49/+188
|\ \ \ \ \
| * | | | | Revert "Revert "Optimize easy multiply and easy div remainder.""Ian Rogers2014-03-289-49/+188
| | |/ / / | |/| | |
* | | | | Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-0144-1562/+1484
* | | | | Merge "art: Make calling convention immune to SIRT structure change"Andreas Gampe2014-04-011-3/+2
|\ \ \ \ \
| * | | | | art: Make calling convention immune to SIRT structure changeDmitry Petrochenko2014-04-011-3/+2
| | |_|_|/ | |/| | |
* | | | | Merge "Use ResetDef to prevent from removing necessary stores for x86 long-to...Bill Buzbee2014-04-011-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use ResetDef to prevent from removing necessary stores for x86 long-to-fp.Chao-ying Fu2014-03-281-0/+5
* | | | | Implement implicit stack overflow checksDave Allison2014-03-317-17/+72
| |_|/ / |/| | |
* | | | Merge "Mark ScopedArenaAllocator's allocations undefined for Valgrind."Vladimir Marko2014-03-311-0/+1
|\ \ \ \
| * | | | Mark ScopedArenaAllocator's allocations undefined for Valgrind.Vladimir Marko2014-03-311-0/+1
* | | | | Faster AssembleLIR for ARM.Vladimir Marko2014-03-314-174/+146
|/ / / /
* | | | Add support for adding two integers in optimizing compiler.Nicolas Geoffray2014-03-315-5/+166
* | | | Merge "Add support for invoke-static in optimizing compiler."Nicolas Geoffray2014-03-3113-20/+339
|\ \ \ \
| * | | | Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-3113-20/+339
* | | | | Merge "Refactor some GC code."Mathieu Chartier2014-03-281-2/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Refactor some GC code.Mathieu Chartier2014-03-281-2/+0
| | |/ / | |/| |
* | | | Merge "x86_64: JNI compiler"Andreas Gampe2014-03-2833-37/+3903
|\ \ \ \ | |/ / / |/| | |
| * | | x86_64: JNI compilerDmitry Petrochenko2014-03-2833-37/+3903
| |/ /
* | | Annotate Dalvik VR access as both use and def if we use it in this waySerguei Katkov2014-03-282-0/+9
|/ /
* | Revert "Optimize easy multiply and easy div remainder."Brian Carlstrom2014-03-279-199/+53
* | Fix CopyRegInfo to keep live/dirty flags of new registers.Chao-ying Fu2014-03-271-2/+6
* | Fix x86 master build failure.buzbee2014-03-272-14/+10
* | Optimize easy multiply and easy div remainder.Zheng Xu2014-03-269-53/+199
|/
* Continuing register cleanupbuzbee2014-03-2632-2734/+3087
* Relaxed memory barriers for x86Razvan A Lupusoru2014-03-2613-20/+151
* Reuse promoted register temporarilyYevgeny Rouban2014-03-261-2/+14
* Merge "Add GC mode for stressing testing heap transitions."Mathieu Chartier2014-03-261-1/+1
|\
| * Add GC mode for stressing testing heap transitions.Mathieu Chartier2014-03-251-1/+1
* | x86 GenLongRegOrMemOp should be aware about xmm to core reg conversionSerguei Katkov2014-03-261-0/+2
|/
* Merge "Trampoline and assembly fixes for ARM64"Andreas Gampe2014-03-253-3/+15
|\
| * Trampoline and assembly fixes for ARM64Andreas Gampe2014-03-243-3/+15
* | Merge "An argument is handled incorrectly for add-int/lit8 during optimizatio...Bill Buzbee2014-03-251-2/+2
|\ \
| * | An argument is handled incorrectly for add-int/lit8 during optimization phasenikolay serdjuk2014-03-251-2/+2
* | | Merge "Small update to CFG printing using DOT"Bill Buzbee2014-03-251-13/+11
|\ \ \ | |/ / |/| |
| * | Small update to CFG printing using DOTRazvan A Lupusoru2014-03-201-13/+11