summaryrefslogtreecommitdiffstats
path: root/runtime/arch
Commit message (Expand)AuthorAgeFilesLines
* Guard entrypoint changing by runtime shutdown lock.Mathieu Chartier2014-03-035-110/+4
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-038-0/+31
* Fix clang to compile and run host tests.Ian Rogers2014-02-281-29/+35
* Incorrect result of compareTo between empty and non-empty stringsAlexei Zavjalov2014-02-271-0/+2
* Merge "Make ARM assembly labels local."Ian Rogers2014-02-221-62/+62
|\
| * Make ARM assembly labels local.Ian Rogers2014-02-211-62/+62
* | Merge "Make X86 assembly labels local."Ian Rogers2014-02-223-42/+42
|\ \
| * | Make X86 assembly labels local.Ian Rogers2014-02-213-42/+42
| |/
* | Make MIPS assembly labels local.Ian Rogers2014-02-212-20/+20
|/
* Inline x86 String.indexOfMark Mendell2014-02-202-52/+1
* Upcall support for x86-64.Ian Rogers2014-02-204-9/+301
* Fix build.Mathieu Chartier2014-02-192-4/+4
* Change root visitor to use Object**.Mathieu Chartier2014-02-187-4/+25
* Work in the direction of hard float quick ABIs.Ian Rogers2014-02-114-9/+21
* Object model changes to support 64bit.Ian Rogers2014-02-0624-19/+1251
* ART can't create more than 8k threads during the worktimeAlexei Zavjalov2014-02-063-3/+42
* Embed array class pointers at array allocation sites.Hiroshi Yamauchi2014-01-273-0/+16
* Merge "Use direct class pointers at allocation sites in the compiled code."Hiroshi Yamauchi2014-01-233-0/+32
|\
| * Use direct class pointers at allocation sites in the compiled code.Hiroshi Yamauchi2014-01-233-0/+32
* | Fix non-PLT text relocation introduced by CL 79466Mark Mendell2014-01-221-1/+1
|/
* Use macros to remove CFI information for MAC OS/XMark Mendell2014-01-214-177/+275
* Make x86 runtime PICMark Mendell2014-01-104-60/+123
* Background compaction support.Mathieu Chartier2014-01-082-7/+15
* Remove extraneous CFI from x86 entrypoints to fix backtrace.Ian Rogers2014-01-021-42/+0
* Tidy up memory barriers.Ian Rogers2013-12-201-0/+2
* Thread local bump pointer allocator.Mathieu Chartier2013-12-162-0/+7
* Fix minor style issuesVladimir Marko2013-12-161-1/+1
* Implement GenInlinedSqrt for x86Mark Mendell2013-12-131-0/+1
* Fix dumpsys meminfo <pid>.Mathieu Chartier2013-11-254-4/+14
* Refactor allocation entrypoints.Mathieu Chartier2013-11-209-293/+149
* Compacting collector.Mathieu Chartier2013-11-113-203/+62
* am 8b31a36f: Change thread.h to thread-inl.h for missing Thread::Current for x86Brian Carlstrom2013-11-071-1/+1
|\
| * Change thread.h to thread-inl.h for missing Thread::Current for x86Brian Carlstrom2013-11-071-1/+1
* | Add .cfi_restore for assembly functionsDave Allison2013-11-063-5/+117
|/
* Support hardware divide instructionDave Allison2013-11-051-0/+24
* Lazily compute object identity hash codes.Mathieu Chartier2013-10-311-1/+1
* Merge "Implement Interface Method Tables (IMT)." into dalvik-devJeff Hao2013-10-296-6/+47
|\
| * Implement Interface Method Tables (IMT).Jeff Hao2013-10-296-6/+47
* | Fix object identity hash.Mathieu Chartier2013-10-292-11/+14
|/
* Add missing callee save restore to quick entrypoints.Mathieu Chartier2013-10-223-30/+21
* Restore callee save registers.Mathieu Chartier2013-10-163-17/+39
* Fix exception throwing in monitor-enter for MIPS.Ian Rogers2013-10-081-1/+1
* Improve quick codegen for aput-object.Ian Rogers2013-10-0812-74/+351
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-026-6/+128
* MIPS fix.Ian Rogers2013-09-271-1/+2
* Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-256-18/+257
* Make entrypoints Thumb2.Ian Rogers2013-08-274-91/+115
* Fix typo of quick instead of portableBrian Carlstrom2013-08-191-1/+1
* Fix some x86 portable asm.Ian Rogers2013-08-151-39/+43
* Get PORTABLE + SMALL on x86.Dragos Sbirlea2013-08-152-7/+37