summaryrefslogtreecommitdiffstats
path: root/compiler/utils/assembler.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-12-271-1/+1
* Remove 'virtual' and 'override' qualifiers on final methods.Roland Levillain2018-08-281-1/+1
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-2/+2
* Move remaining runtime/base stuff to libartbaseDavid Sehr2018-04-051-1/+1
* ART: Replace base/logging with android-base/loggingAndreas Gampe2017-12-071-1/+2
* Use ScopedArenaAllocator for building HGraph.Vladimir Marko2017-10-111-1/+1
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-7/+7
* Move ArrayRef to runtime/baseDavid Brazdil2016-09-141-1/+1
* MIPS32: Fill branch delay slotsAlexey Frunze2016-08-301-0/+10
* ART: Extract macro assemblerAndreas Gampe2016-08-051-146/+7
* ART: Convert pointer size to enumAndreas Gampe2016-08-011-34/+38
* Clean up JNI calling convention callee saves.Vladimir Marko2016-05-191-3/+5
* Thumb2: Fix EmitJumpTables() to extend buffer only if needed.Vladimir Marko2016-04-201-8/+13
* Fix CFI fixups for long branches on MIPS.Vladimir Marko2016-04-141-2/+4
* Move Assemblers to the Arena.Vladimir Marko2016-04-131-6/+19
* Move code related to debug info generation to its own directory.David Srbecky2016-02-081-2/+2
* Delay emitting CFI PC adjustments until after Thumb2/Mips fixup.Vladimir Marko2015-11-041-2/+57
* ART: Arm32 packed-switch jump tablesAndreas Gampe2015-10-301-2/+2
* Use ATTRIBUTE_UNUSED more.Roland Levillain2015-10-151-1/+1
* MIPS: Assemblers changes needed for optimizing compilerGoran Jakovljevic2015-10-061-1/+3
* ART: Refactor intrinsics slow-pathsAndreas Gampe2015-09-171-100/+4
* X86: Assembler support for near labelsMark Mendell2015-08-261-0/+4
* Implement heap poisoning in ART's Optimizing compiler.Roland Levillain2015-07-011-2/+2
* Opt compiler: Add disassembly to the '.cfg' output.Alexandre Rames2015-06-221-0/+1
* Revert "Revert "ART: Implement literal pool for arm, fix branch fixup.""Vladimir Marko2015-06-171-10/+15
* Revert "ART: Implement literal pool for arm, fix branch fixup."Vladimir Marko2015-06-161-15/+10
* ART: Implement literal pool for arm, fix branch fixup.Vladimir Marko2015-06-151-10/+15
* Move mirror::ArtMethod to nativeMathieu Chartier2015-05-291-2/+4
* Replace NULL with nullptrMathieu Chartier2015-04-221-9/+9
* Implement CFI for JNI.David Srbecky2015-04-081-1/+27
* Remove the old CFI infrastructure.David Srbecky2015-04-071-6/+0
* ART: Allow to compile interpret-only mips64 filesAndreas Gampe2015-01-151-0/+4
* ART: Swap-space in the compilerAndreas Gampe2014-12-221-0/+2
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-4/+4
* ART: More warningsAndreas Gampe2014-11-041-5/+5
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+1
* ART: optimizing compiler: initial support for ARM64.Alexandre Rames2014-10-231-0/+1
* stdint types all the way!Ian Rogers2014-10-091-14/+14
* Emit CFI for x86 & x86_64 JNI compiler.Tong Shen2014-08-051-0/+4
* Thumb2 assembler for JNI compiler and optimizing compilerDave Allison2014-06-051-1/+14
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-7/+7
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-19/+28
* Merge "Add support for invoke-static in optimizing compiler."Nicolas Geoffray2014-03-311-0/+17
|\
| * Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-311-0/+17
* | x86_64: JNI compilerDmitry Petrochenko2014-03-281-1/+6
|/
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-0/+3
* AArch64: Add ARM64 AssemblerSerban Constantinescu2014-03-051-3/+3
* Merge "Add codegen support to the optimizing compiler."Nicolas Geoffray2014-03-051-0/+3
|\
| * Add codegen support to the optimizing compiler.Nicolas Geoffray2014-03-041-0/+3
* | Fix clang to compile and run host tests.Ian Rogers2014-02-281-0/+2
|/