summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/code_generator_arm_vixl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove sharpening as an optimization pass.Nicolas Geoffray2018-09-191-1/+1
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-58/+58
* Revert^2 "ARM: Reimplement the UnsafeCASObject intrinsic."Vladimir Marko2018-08-151-33/+18
* Revert "ARM: Reimplement the UnsafeCASObject intrinsic."Vladimir Marko2018-08-141-5/+29
* ARM: Reimplement the UnsafeCASObject intrinsic.Vladimir Marko2018-08-141-29/+5
* ARM/ARM64: Introspection Baker RB for intrinsics.Vladimir Marko2018-08-101-14/+8
* ARM/ARM64: Clean up Baker RB introspection codegen.Vladimir Marko2018-08-061-2/+1
* Revert^2 "ARM/ARM64: Use introspection marking for JITted code."Vladimir Marko2018-08-031-3/+16
* Revert "ARM/ARM64: Use introspection marking for JITted code."Nicolas Geoffray2018-08-021-16/+3
* ARM/ARM64: Use introspection marking for JITted code.Vladimir Marko2018-07-251-3/+16
* Implement Integer.valueOf() intrinsic for boot image.Vladimir Marko2018-06-291-1/+5
* Move instruction_set_ to CompilerOptions.Vladimir Marko2018-06-251-4/+3
* Implement Integer.valueOf() intrinsic for PIC.Vladimir Marko2018-06-211-0/+2
* ARM: Use rMR for Baker RB introspection marking.Vladimir Marko2018-04-241-8/+1
* Revert^2 "Compile link-time thunks in codegen."Vladimir Marko2018-04-111-10/+100
* Revert "Compile link-time thunks in codegen."Vladimir Marko2018-04-041-100/+10
* Compile link-time thunks in codegen.Vladimir Marko2018-04-041-10/+100
* Revert^4 "Compiler changes for bitstring based type checks."Vladimir Marko2018-03-271-0/+3
* Revert^3 "Compiler changes for bitstring based type checks."Andreas Gampe2018-03-261-3/+0
* Revert^2 "Compiler changes for bitstring based type checks."Vladimir Marko2018-03-221-0/+3
* Move some remaining dex utilitiesDavid Sehr2018-03-191-2/+2
* Merge "Retrieve String/Class references from .data.bimg.rel.ro."Vladimir Marko2018-03-091-1/+2
|\
| * Retrieve String/Class references from .data.bimg.rel.ro.Vladimir Marko2018-03-081-1/+2
* | Merge "Load ArtMethod* from .data.bimg.rel.ro entries."Vladimir Marko2018-03-081-1/+2
|\|
| * Load ArtMethod* from .data.bimg.rel.ro entries.Vladimir Marko2018-03-081-1/+2
* | Minor cleanup of MIN/MAX code.Aart Bik2018-03-071-3/+4
* | Introduce MIN/MAX/ABS as HIR nodes.Aart Bik2018-03-071-0/+5
|/
* ART: Clean up patching data in codegens.Vladimir Marko2018-02-201-14/+16
* Revert "Compiler changes for bitstring based type checks."Nicolas Geoffray2018-01-251-3/+0
* Compiler changes for bitstring based type checks.Vladimir Marko2018-01-231-0/+3
* ARM: Replace arm::SetCc with vixl32::FlagsUpdate.Vladimir Marko2018-01-081-1/+0
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-2/+2
* ART: Introduce compiler data type.Vladimir Marko2017-09-251-14/+14
* Refactor compiled_method.h .Vladimir Marko2017-09-201-3/+3
* Use mmapped boot image intern table for PIC app HLoadString.Vladimir Marko2017-09-071-1/+5
* Instrument ARM generated code to check the Marking Register.Roland Levillain2017-08-111-0/+22
* ART: Include cleanupAndreas Gampe2017-07-241-1/+1
* Remove the old ARM code generator from ART's Optimizing compiler.Roland Levillain2017-07-141-7/+0
* Introduce a Marking Register in ARM code generation.Roland Levillain2017-07-131-3/+7
* ARM: ART Vectorizer (64-bit vectors).Artem Serov2017-06-301-0/+11
* Use ArtMethod* .bss entries for HInvokeStaticOrDirect.Vladimir Marko2017-06-071-4/+3
* Replace invoke kind kDexCacheViaMethod with kRuntimeCall.Vladimir Marko2017-06-061-2/+4
* Revert "ART: Reference.getReferent intrinsic for arm and arm64"Vladimir Marko2017-06-021-1/+0
* Refactor profiles to use TypeReference instead of ClassReferenceMathieu Chartier2017-05-251-1/+1
* ARM: Specify if some branches go to far targetsAnton Kirilov2017-05-241-1/+2
* Merge "Use PC-relative pointer to boot image methods."Treehugger Robot2017-05-231-4/+7
|\
| * Use PC-relative pointer to boot image methods.Vladimir Marko2017-05-221-4/+7
* | Revert "Revert "ARM: Improve the code generated for HCondition with a constan...Anton Kirilov2017-05-221-3/+8
|/
* Remove LoadString/Class kind kBootImageLinkTimeAddress.Vladimir Marko2017-05-161-12/+0
* Merge "Revert "ARM: Improve the code generated for HCondition with a constant...Nicolas Geoffray2017-05-101-8/+3
|\