summaryrefslogtreecommitdiffstats
path: root/runtime/jit
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-027-49/+45
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-262-1/+4
* Don't allow JIT to compile native methodsMathieu Chartier2015-05-081-1/+1
* Support multiple instrumentation clientsSebastien Hertz2015-05-071-2/+0
* Add some more DISALLOW_COPY_AND_ASSIGNMathieu Chartier2015-05-044-3/+12
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* Move ArtField to nativeMathieu Chartier2015-04-101-3/+3
* Fix ClassLinker::MayBeCalledWithDirectCodePointer for JITMathieu Chartier2015-03-261-0/+4
* Add code cache testMathieu Chartier2015-03-232-1/+126
* Fix JIT options with late initMathieu Chartier2015-03-182-4/+10
* Revert "Disable jit for ARM 64 bit"Mathieu Chartier2015-03-131-3/+0
* Add more info to who called SuspendAllMathieu Chartier2015-03-131-1/+1
* Disable jit for ARM 64 bitMathieu Chartier2015-03-131-0/+3
* Merge "Add way to print JIT related info at shutdown"Mathieu Chartier2015-03-103-2/+36
|\
| * Add way to print JIT related info at shutdownMathieu Chartier2015-03-093-2/+36
* | Remove ThrowLocation.Nicolas Geoffray2015-03-101-1/+0
|/
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-2/+1
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-1/+1
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-246-0/+725
* Revert "Add JIT"Nicolas Geoffray2015-02-246-725/+0
* Add JITMathieu Chartier2015-02-236-0/+725