summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] -fpatchable-function-entry=N,0: place patch label after BTIFangrui Song2020-02-031-0/+20
* Add function attribute "patchable-function-prefix" to support -fpatchable-fun...Fangrui Song2020-01-241-2/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [AArch64] Add function attribute "patchable-function-entry" to add NOPs at fu...Fangrui Song2020-01-101-0/+12
* [StackMaps] Be explicit about label formation [NFC] (try 2)Philip Reames2019-12-191-2/+9
* [AArch64] Enable emission of stack maps for non-Mach-O binaries on AArch64.Kristof Beyls2019-12-161-1/+1
* [AArch64] Emit PAC/BTI .note.gnu.property flagsMomchil Velikov2019-12-131-0/+60
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-1/+1
* Speculative fix for gcc build.Peter Collingbourne2019-09-271-2/+4
* hwasan: Compatibility fixes for short granules.Peter Collingbourne2019-09-271-75/+91
* [SVE][Inline-Asm] Add constraints for SVE predicate registersKerry McLaughlin2019-09-161-0/+2
* AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover2019-09-121-0/+2
* [Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignmentGuillaume Chatelet2019-09-111-1/+1
* [SVE][Inline-Asm] Support for SVE asm operandsKerry McLaughlin2019-09-021-7/+18
* [aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-121-38/+38
* [AArch64] Do not emit '#' before immediates in inline asmPirama Arumuga Nainar2019-08-081-2/+1
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-1/+1
* Fix "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.Simon Pilgrim2019-07-101-1/+1
* hwasan: Improve precision of checks using short granule tags.Peter Collingbourne2019-07-091-3/+68
* hwasan: Shrink outlined checks by 1 instruction.Peter Collingbourne2019-06-191-12/+7
* 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
* [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
OpenPOWER on IntegriCloud