summaryrefslogtreecommitdiff
path: root/compiler/utils/arm/assembler_arm.cc
AgeCommit message (Expand)Author
2017-07-17Remove the old ARM assemblers from ART. Roland Levillain
2016-08-09ART: Extract JNI macro assembler for arm Andreas Gampe
2016-08-05ART: Extract macro assembler Andreas Gampe
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-05-19Clean up JNI calling convention callee saves. Vladimir Marko
2016-04-13Move Assemblers to the Arena. Vladimir Marko
2015-11-20Optimizing/Thumb2: Improve load/store for large offsets. Vladimir Marko
2015-10-30ART: Arm32 packed-switch jump tables Andreas Gampe
2015-09-01ART: Add 16-bit Thumb2 ROR, NEGS and CMP for high registers. Vladimir Marko
2015-07-16Use (D)CHECK_ALIGNED more. Roland Levillain
2015-07-01Implement heap poisoning in ART's Optimizing compiler. Roland Levillain
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2015-05-18Don't emit bkpt, takes extra space for nothing. Nicolas Geoffray
2015-04-08Implement CFI for JNI. David Srbecky
2015-04-06ART: Enable more Clang warnings Andreas Gampe
2015-03-03Stack support for Optimizing compiler Sebastien Hertz
2015-02-18ART: Templatize IsInt & IsUint Andreas Gampe
2015-02-09ART: Arm intrinsics for Optimizing compiler Andreas Gampe
2014-11-28Don't use CanHoldArm in the code generator. Nicolas Geoffray
2014-11-24ART: Fix unused variables and functions Andreas Gampe
2014-11-20ART: Assembler_arm_test Andreas Gampe
2014-11-04ART: More warnings Andreas Gampe
2014-10-25Merge "Tidy logging code not using UNIMPLEMENTED." Ian Rogers
2014-10-24ARM: Use hardfp calling convention between java to java call. Zheng Xu
2014-10-24Tidy logging code not using UNIMPLEMENTED. Ian Rogers
2014-10-09stdint types all the way! Ian Rogers
2014-09-29ART: Fix some -Wpedantic errors Andreas Gampe
2014-07-21Add assembly operations with constants in optimizing compiler. Nicolas Geoffray
2014-07-16Use the thumb2 assembler for the optimizing compiler. Nicolas Geoffray
2014-06-26Support additional instructions in ARM and thumb assemblers Dave Allison
2014-06-05Thumb2 assembler for JNI compiler and optimizing compiler Dave Allison
2014-05-13Add Handle/HandleScope and delete SirtRef. Mathieu Chartier
2014-05-02Replace CountOneBits and __builtin_popcount with POPCOUNT. Vladimir Marko
2014-04-01Calling convention support for cross 64/32 compilation. Ian Rogers
2014-04-01Allow mixing of thread offsets between 32 and 64bit architectures. Ian Rogers
2014-03-28x86_64: JNI compiler Dmitry Petrochenko
2014-03-05Make heap reference poisoning work with the interpreter. Hiroshi Yamauchi
2013-12-13Use dmb. Elliott Hughes
2013-08-12Entry point clean up. Ian Rogers
2013-07-30Portable refactorings. Ian Rogers
2013-07-29Move assembler out of runtime into compiler/utils. Ian Rogers