summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* [AArch64] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-101-1/+1
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-8/+1
* [AsmPrinter] hoist %a output template to base class for ARM+Aarch64Nick Desaulniers2019-04-171-3/+0
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-8/+4
* [HWASan] Save + print registers when tag mismatch occurs in AArch64.Mitch Phillips2019-03-081-2/+38
* [COFF, ARM64] Don't put jump table into a separate COFF section for EK_LabelD...Martin Storsjo2019-01-291-2/+11
* hwasan: Move memory access checks into small outlined functions on aarch64.Peter Collingbourne2019-01-231-0/+112
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [COFF, ARM64] Implement support for SEH extensions __try/__except/__finallyMandeep Singh Grang2019-01-161-0/+28
* [Dwarf/AArch64] Return address signing B key dwarf supportLuke Cheeseman2018-12-211-0/+13
* [COFF, ARM64] Emit COFF function headerMandeep Singh Grang2018-12-111-5/+27
* [CodeGen] Support custom format of stack mapsThan McIntosh2018-11-261-1/+1
* [ARM64][Windows] MCLayer support for exception handlingSanjin Sijaric2018-10-271-0/+97
* AArch64: add a pass to compress jump-table entries when possible.Tim Northover2018-10-241-0/+132
* [AArch64][v8.5A] Restrict indirect tail calls to use x16/17 only when using BTIOliver Stannard2018-10-081-0/+1
* [AArch64] Fix verifier error when outlining indirect callsOliver Stannard2018-10-081-1/+2
* [AArch64] Split zero cycle feature more granularlyEvandro Menezes2018-09-281-1/+1
* [COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinterMartin Storsjo2018-07-251-3/+1
* [AArch64] Support "S" inline assembler constraintPeter Smith2018-05-161-0/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-3/+3
* [CodeGen] Hoist common AsmPrinter code out of X86, ARM, and AArch64Reid Kleckner2018-01-171-23/+0
* AArch64: fix one more place movi.2d could be created.Tim Northover2017-12-201-0/+14
* AArch64: work around how Cyclone handles "movi.2d vD, #0".Tim Northover2017-12-181-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [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
OpenPOWER on IntegriCloud