summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM64/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-2417-3681/+0
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-242-0/+28
* ARM64: separate load/store operands to simplify assemblerTim Northover2014-05-221-14/+25
* [ARM64-BE] Fix byte order of CIE and FDE frames for exception handlingChristian Pirker2014-05-141-0/+17
* ARM64: merge "extend" and "shift" addressing-mode enums.Tim Northover2014-05-121-50/+88
* AArch64/ARM64: implement remaining TLS relocations (purely MC).Tim Northover2014-04-304-10/+18
* [ARM64] Fix stupid copy-pasto in ARM64MCAsmInfo.cpp - aarch64_be -> arm64_beJames Molloy2014-04-301-1/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-296-29/+31
* [C++] Use 'nullptr'.Craig Topper2014-04-281-2/+2
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-252-9/+9
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-241-3/+3
* ARM64: support relocated "TBZ/TBNZ" instructions.Tim Northover2014-04-241-0/+2
* AArch64/ARM64: support relocated ADR instructionTim Northover2014-04-241-1/+2
* AArch64/ARM64: add support for :abs_gN_s: MOVZ modifiersTim Northover2014-04-243-0/+12
* AArch64/ARM64: disentangle the "B.CC" and "LDR lit" operandsTim Northover2014-04-245-15/+49
* [ARM64] Add a big endian version of the ARM64 target machine, and update all ...James Molloy2014-04-236-28/+61
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-221-1/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-222-2/+4
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+2
* AArch64/ARM64: produce correct relocation for conditional branches.Tim Northover2014-04-161-1/+5
* ARM64: use the integrated assembler on ELF.Tim Northover2014-04-161-0/+2
* AArch64/ARM64: only mangle MOVZ/MOVN during encoding when neededTim Northover2014-04-151-0/+16
* [ARM64][MC] Set the default CPU string to generic.Quentin Colombet2014-04-151-3/+1
* [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.Quentin Colombet2014-04-141-0/+6
* Fix some doc and comment typosAlp Toker2014-04-091-1/+1
* [ARM64] Add a PostEncoderMethod to FCMP - the Rm field should canonically be ...Bradley Smith2014-04-091-0/+12
* [ARM64] Port over the PostEncoderMethod fix for SMULH/UMULH from AArch64.Bradley Smith2014-04-091-0/+13
* [ARM64] Port over the PostEncoderMethod from AArch64 for exclusive loads and ...Bradley Smith2014-04-091-0/+15
* [ARM64] Remove PrefetchOp and use ARM64PRFM instead.Bradley Smith2014-04-091-58/+0
* [ARM64] Move ARM64BaseInfo.{cpp,h} into a Utils/ subdirectory, a la AArch64. ...Bradley Smith2014-04-094-2822/+1
* [ARM64] Copy the named immediate operand mapping logic and enums from AArch64...Bradley Smith2014-04-093-0/+1822
* [ARM64] Add support for NV condition code (exists only for valid assembly/dis...Bradley Smith2014-04-091-5/+6
* Fixing an MSVC warning about widening the result of a 32-bit shift implicitly...Aaron Ballman2014-04-011-1/+1
* Fixing warnings in the MSVC build. No functional changes intended.Aaron Ballman2014-04-011-30/+30
* ARM64: uncopy/paste helper functionTim Northover2014-03-301-5/+4
* ARM64: Remove unused helper function, make others static.Benjamin Kramer2014-03-291-3/+3
* ARM64: initial backend importTim Northover2014-03-2918-0/+4483
OpenPOWER on IntegriCloud