summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ARM]: Add Cortex-R52 target to LLVMJaved Absar2016-10-071-2/+4
* Use StringRef in ARMConstantPool APIs (NFC)Mehdi Amini2016-10-051-1/+1
* Consistent fp denormal mode names. NFC.Sjoerd Meijer2016-10-041-2/+2
* Use StringRef in Datalayout API (NFC)Mehdi Amini2016-10-011-1/+1
* Revert "Use StringRef in Datalayout API (NFC)"Mehdi Amini2016-10-011-1/+1
* Use StringRef in Datalayout API (NFC)Mehdi Amini2016-10-011-1/+1
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-261-0/+33
* Revert "[ARM] Promote small global constants to constant pools"James Molloy2016-09-231-33/+0
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-231-0/+33
* Revert r281715, it caused PR30475Nico Weber2016-09-211-13/+0
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-191-0/+9
OpenPOWER on IntegriCloud