summaryrefslogtreecommitdiffstats
path: root/compiler/jni/quick/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-4/+4
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-1/+1
* Add VerifyObject to StackHandleScope::SetReferenceMathieu Chartier2015-01-081-0/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-0/+1
* x86_64: Enable fp-reg promotionSerguei Katkov2014-07-102-3/+9
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-3/+4
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-3/+3
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-1/+1
* ART: aarch64 jni compiler needs to extend small return typesAndreas Gampe2014-05-011-0/+5
* art: Use SIRT::GetAlignedSirtSizeTarget in calling conventionDmitry Petrochenko2014-04-101-1/+1
* Calling convention support for cross 64/32 compilation.Ian Rogers2014-04-012-9/+12
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-5/+5
* x86_64: JNI compilerDmitry Petrochenko2014-03-282-0/+286