summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-2/+4
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-5/+5
* clang-format a region.Rafael Espindola2017-06-201-20/+19
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-074-4/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [AArch64] Fix a comment to match the code. NFC.Martin Storsjo2017-05-101-4/+6
* [AArch64] ILP32 Backend Relocation SupportJoel Jones2017-05-023-23/+109
* Revert "Remove "_NC" suffix and semantics from TLSDESC_LD{64,32}_LO12 and"Zachary Turner2017-05-023-109/+23
* Remove "_NC" suffix and semantics from TLSDESC_LD{64,32}_LO12 andJoel Jones2017-05-023-23/+109
* AArch64: lower "fence singlethread" to a pure compiler barrier.Tim Northover2017-04-201-0/+3
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-2/+2
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-141-2/+2
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-55/+37
* [AArch64][Fuchsia] Allow -mcmodel=kernel for --target=aarch64-fuchsiaPetr Hosek2017-04-041-3/+8
* [AArch64] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-032-21/+28
* [AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2017-01-063-16/+27
* Give some helper classes/functions internal linkage. NFC.Benjamin Kramer2016-11-191-3/+3
* Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders2016-11-191-1/+12
* AArch64 ILP32 relocations for assembly and ELFJoel Jones2016-10-243-72/+147
* [AArch64] Allow label arithmetic with add/sub/cmpDiana Picus2016-10-112-1/+12
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-092-7/+7
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* AArch64: Set shift bit of TLSLE HI12 add instructionLei Liu2016-09-291-0/+8
* Revert "AArch64: Set shift bit of TLSLE HI12 add instruction"Diana Picus2016-09-211-6/+0
* AArch64: Set shift bit of TLSLE HI12 add instructionLei Liu2016-09-211-0/+6
* [AArch64] Fix encoding for lsl #12 in add/sub immediatesDiana Picus2016-09-191-2/+2
* [MC] Move .cv_loc management logic out of MCContextReid Kleckner2016-08-261-0/+1
* [AArch64] Registering default MCInstrAnalysisMike Aizatsky2016-08-121-0/+8
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-252-6/+10
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+3
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-10/+3
* Delete more dead code.Rafael Espindola2016-06-221-53/+0
* AArch64: allow MOV (imm) alias to be printedTim Northover2016-06-161-0/+43
* Delete Reloc::Default.Rafael Espindola2016-05-181-9/+0
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [AArch64] Better errors for out-of-range fixupsOliver Stannard2016-04-011-24/+45
* [AArch64] Replace some uses of report_fatal_error with reportError in AArch64...Oliver Stannard2016-03-231-17/+35
* AArch64: rename compact unwind forms back to UNWIND_ARM64_*. NFC.Tim Northover2016-02-231-30/+30
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* Write AArch64 big endian data fixup entries as BE.Keith Walker2016-01-201-35/+64
* [AArch64] Fix two bugs in the .inst directiveOliver Stannard2016-01-201-1/+13
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-5/+6
* [AArch64] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard2015-11-271-0/+26
* [Assembler] Make fatal assembler errors non-fatalOliver Stannard2015-11-171-35/+53
* [ARM,AArch64] Store source location of asm constant pool entriesOliver Stannard2015-11-162-3/+4
* [ARM,AArch64] Store source location for values in assembly filesOliver Stannard2015-11-161-1/+1
* [MC] Use LShr for constant evaluation of ">>" on non-arm64 darwin.Ahmed Bougacha2015-11-111-4/+0
* Fix pr24486.Rafael Espindola2015-10-052-2/+2
* Untabify.NAKAMURA Takumi2015-09-222-5/+4
* Reformat blank lines.NAKAMURA Takumi2015-09-221-1/+0
OpenPOWER on IntegriCloud