summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* [ARM] Add hardware build attributes in assemblerOliver Stannard2017-04-181-164/+2
* [CodeGen] fix alignment of JUMPTABLE_INSTS on v8M.baseSanne Wouda2017-02-131-0/+5
* Cleanup dump() functions.Matthias Braun2017-01-281-4/+4
* [XRay][Arm] Repair XRay table emission on Arm32 and add tests to identify suc...Serge Rogatch2017-01-191-0/+3
* [ARM] Create objdump subtarget from build attrsSam Parker2017-01-181-1/+1
* Revert "[XRay][Arm] Repair XRay table emission on Arm32 and add tests to iden...Renato Golin2017-01-181-3/+0
* [XRay][Arm] Repair XRay table emission on Arm32 and add tests to identify suc...Serge Rogatch2017-01-171-0/+3
* Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin2017-01-131-1/+1
* [ARM] Enable objdump to construct triple for ARMSam Parker2017-01-131-1/+1
* [XRay] Merge instrumentation point table emission code into AsmPrinter.Dean Michael Berris2017-01-031-3/+0
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-0/+2
* [Thumb1] Move padding earlier when synthesizing TBBs off of the PCJames Molloy2016-11-071-0/+8
* [Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tablesJames Molloy2016-11-011-0/+80
* Revert r284580+r284917. ("Synthesize TBB/TBH instructions")Eli Friedman2016-10-241-77/+0
* Reapply r284571 (with the new tests fixed).Sjoerd Meijer2016-10-191-14/+15
* [Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tablesJames Molloy2016-10-191-0/+77
* Revert of r284571 because of failing tests.Sjoerd Meijer2016-10-191-17/+14
* Checking FP function attribute values and adding more build attribute tests.Sjoerd Meijer2016-10-191-14/+17
* [XRay] Support for for tail calls for ARM no-ThumbDean Michael Berris2016-10-181-0/+3
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-4/+4
OpenPOWER on IntegriCloud