summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Support COFF linker directivesMartin Storsjo2017-08-311-0/+24
* [AArch64] Add FMOVH0: materialize 0 using zero register for f16 valuesSjoerd Meijer2017-08-241-3/+11
* [AArch64] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-07-251-17/+26
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-3/+3
* [AArch64]: add 'a' inline asm operand modifier.Manoj Gupta2017-05-251-1/+4
* [AArch64] ILP32 Backend Relocation SupportJoel Jones2017-05-021-2/+1
* Revert "Remove "_NC" suffix and semantics from TLSDESC_LD{64,32}_LO12 and"Zachary Turner2017-05-021-1/+2
* Remove "_NC" suffix and semantics from TLSDESC_LD{64,32}_LO12 andJoel Jones2017-05-021-2/+1
* [XRay] Merge instrumentation point table emission code into AsmPrinter.Dean Michael Berris2017-01-031-55/+1
* [xray] Add XRay support for Mach-O in CodeGenKuba Mracek2016-11-231-26/+35
* [XRay][AArch64] Implemented a test for the compile-time sleds emitted, and fi...Dean Michael Berris2016-11-211-1/+3
* [XRay] Support AArch64 in LLVMDean Michael Berris2016-11-171-1/+123
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-3/+3
* Use StringRef in Datalayout API (NFC)Mehdi Amini2016-10-011-1/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-3/+1
* Use abstraction in AArch64AsmPrinter::lowerSTACKMAP. NFCIDiana Picus2016-08-311-1/+1
* [stackmaps] More extraction of common code [NFCI]Philip Reames2016-08-231-2/+2
* AArch64: Change modeling of zero cycle zeroing.Matthias Braun2016-07-061-2/+45
* Delete more dead code.Rafael Espindola2016-06-221-14/+0
* AArch64: stop trying to use 32-bit MOVZs when expanding patchpoints.Tim Northover2016-06-151-3/+3
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-1/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-1/+1
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-9/+9
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-1/+1
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-16/+16
* DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith2015-04-141-2/+2
* Refactor a lot of duplicated code for stub output.Rafael Espindola2015-04-071-23/+0
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-1/+1
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-1/+2
* Centralize the handling of unique ids for temporary labels.Rafael Espindola2015-03-171-3/+2
* Convert the easy cases of GetTempSymbol to createTempSymbol.Rafael Espindola2015-03-171-1/+1
* [AArch64] Teach AsmPrinter about GlobalAddress operands.Ahmed Bougacha2015-03-051-0/+12
* Fix PR22408 - LLVM producing AArch64 TLS relocations that GNU linkers cannot ...Kristof Beyls2015-03-041-12/+47
* Migrate away from using a Subtarget except for the one place we wantEric Christopher2015-02-031-12/+7
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-1/+1
* std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie2015-01-181-2/+2
* [AArch64][Stackmaps] Optimize stackmap shadows on AArch64.Lang Hames2014-12-021-1/+16
* Delete unused argument in AArch64MCInstLower constructor: it doesn'tAlexey Samsonov2014-08-191-1/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-3/+3
* Run sort_includes.py on the AArch64 backend.Benjamin Kramer2014-07-251-2/+2
* AArch64: remove "arm64_be" support in favour of "aarch64_be".Tim Northover2014-07-231-3/+1
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-181-1/+1
* AArch64: support 'c' and 'n' inline asm modifiers.Tim Northover2014-05-271-0/+5
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+519
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-303/+0
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-241-1/+2
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
OpenPOWER on IntegriCloud