summaryrefslogtreecommitdiffstats
path: root/runtime/globals.h
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-4/+0
* Move ArtField to nativeMathieu Chartier2015-04-101-2/+0
* Make it possible to enable tlab with a build parameter.Hiroshi Yamauchi2015-03-201-0/+7
* art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-041-6/+6
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+8
* Clean up some #ifdefs.Elliott Hughes2015-01-091-1/+1
* Remove portable.Elliott Hughes2014-12-121-7/+1
* Make it possible to enable heap poisoning via make variable.Hiroshi Yamauchi2014-12-081-0/+4
* Add ART_USE_OPTIMIZING_COMPILER flag.Nicolas Geoffray2014-11-251-0/+6
* ARM: Use hardfp calling convention between java to java call.Zheng Xu2014-10-241-0/+2
* stdint types all the way!Ian Rogers2014-10-091-9/+1
* Make system use patchoat to relocate during runtime.Alex Light2014-08-051-0/+2
* Break apart header files.Ian Rogers2014-07-151-0/+13
* Add mark compact collector.Mathieu Chartier2014-06-191-1/+4
* ART: Generalize code to find PC for artInvokeInterfaceTrampolineAlexei Zavjalov2014-06-101-21/+0
* AArch64: Change arm64 backend to produce A64 code.Matteo Franchin2014-05-071-3/+2
* Replace the bool kDoReadBarrier template parameter with an enum.Hiroshi Yamauchi2014-05-011-0/+1
* Refactor space bitmap to support different alignments.Mathieu Chartier2014-04-141-3/+4
* Merge "Insert an empty read barrier call."Hiroshi Yamauchi2014-04-041-1/+1
|\
| * Insert an empty read barrier call.Hiroshi Yamauchi2014-04-031-1/+1
* | Make frame size dependent on arch-specific constants.Andreas Gampe2014-04-031-0/+8
|/
* Make the support code for read barriers a bit more general.Hiroshi Yamauchi2014-03-311-4/+12
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-0/+4
* Make heap reference poisoning work with the interpreter.Hiroshi Yamauchi2014-03-051-0/+3
* (Experimental) Add Brooks pointers.Hiroshi Yamauchi2014-02-251-0/+7
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Use direct class pointers at allocation sites in the compiled code.Hiroshi Yamauchi2014-01-231-0/+4
* Enable moving classes.Mathieu Chartier2013-12-101-1/+1
* Compact zygote.Mathieu Chartier2013-11-221-22/+22
* Fix portable + mips build.Mathieu Chartier2013-11-121-1/+7
* Compacting collector.Mathieu Chartier2013-11-111-0/+9
* Omit OatMethodOffsets for classes without compiled codeBrian Carlstrom2013-10-281-10/+10
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+78