summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [ARM][Thumb2] Fix ADD/SUB invalid writes to SPDiogo Sampaio2020-01-141-0/+4
* Reverting, broke some bots. Need further investigation.Diogo Sampaio2020-01-101-4/+0
* [ARM][Thumb2] Fix ADD/SUB invalid writes to SPDiogo Sampaio2020-01-101-0/+4
* [ARM][Thumb][FIX] Add unwinding information to t4Diogo Sampaio2019-12-301-0/+2
* Revert "[ARM] Allocatable Global Register Variables for ARM"Carey Williams2019-11-291-1/+1
* [ARM] Allocatable Global Register Variables for ARMAnna Welker2019-11-181-1/+1
* Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-141-2/+2
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-7/+7
* [Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignmentGuillaume Chatelet2019-09-111-7/+7
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-25/+25
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-1/+1
* [ARM] Fix unwind info for Thumb1 functions that save high registers.Eli Friedman2019-07-021-5/+13
* [ARM] Fix compiler warningMikael Holmen2019-06-121-1/+2
* [ARM] Add the non-MVE instructions in Arm v8.1-M.Simon Tatham2019-06-111-0/+67
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* Revert rL362953 and its followup rL362955.Simon Tatham2019-06-101-67/+0
* [ARM] Add the non-MVE instructions in Arm v8.1-M.Simon Tatham2019-06-101-0/+67
* [ARM] Replace fp-only-sp and d16 with fp64 and d32.Simon Tatham2019-05-281-2/+2
* [ARM] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* [ARM] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-11/+15
* [AsmPrinter] hoist %a output template to base class for ARM+Aarch64Nick Desaulniers2019-04-171-11/+0
* [AsmPrinter] defer %c to base class for ARM, PPC, and Hexagon. NFCNick Desaulniers2019-04-171-6/+4
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-5/+3
* [IR] Refactor attribute methods in Function class (NFC)Evandro Menezes2019-04-041-3/+3
* [IR] Create new method in `Function` class (NFC)Evandro Menezes2019-04-031-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ARM] Fix unwind information for floating point registersOliver Stannard2018-09-191-3/+7
* [MinGW] [ARM] Add stubs for potential automatic dllimported variablesMartin Storsjo2018-08-311-3/+19
* Fix "Q" and "R" inline assembly template modifiers for big-endian ArmFlorian Hahn2018-08-301-2/+14
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* Fix uninitialized read in ARM's PrintAsmOperandThomas Preud'homme2018-07-301-2/+3
* [COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinterMartin Storsjo2018-07-251-0/+9
* [CodeGen] Hoist common AsmPrinter code out of X86, ARM, and AArch64Reid Kleckner2018-01-171-23/+0
* [ARM] Fix PR35379 - incorrect unwind information when compiling with -OzMomchil Velikov2018-01-081-1/+17
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-5/+5
* Remove redundant includes from lib/Target/ARM.Michael Zolotukhin2017-12-131-4/+0
* [ARM] Split Arm jump table branch into i12 and rs suffixed versionsMomchil Velikov2017-11-151-18/+19
* [ARM] Place jump table as the first operand in additionsMomchil Velikov2017-11-131-1/+1
* [ARM] Restore the right frame pointer register in Int_eh_sjlj_longjmpMartin Storsjo2017-09-281-14/+58
* ARM: track globals promoted to coalesced const pool entriesSaleem Abdulrasool2017-09-071-5/+6
* [ARM] - Tidy-up ARMAsmPrinter.cppJaved Absar2017-08-291-10/+8
* Fix ARMv4 supportJoerg Sonnenberger2017-08-281-0/+2
* [Triple] Add isThumb and isARM functions.Florian Hahn2017-08-121-5/+1
* [ARM] Fix -Wimplicit-fallthrough warning. NFCI.Simon Pilgrim2017-07-081-0/+1
* [ARM] Support constant pools in data when generating execute-only code.Alexandros Lamprineas2017-06-201-0/+3
* Revert "[ARM] Support constant pools in data when generating execute-only code."Alexandros Lamprineas2017-06-141-3/+0
* [ARM] Support constant pools in data when generating execute-only code.Alexandros Lamprineas2017-06-141-0/+3
OpenPOWER on IntegriCloud