summaryrefslogtreecommitdiff
path: root/lib/Target/ARM64/MCTargetDesc
Commit message (Expand)AuthorAge
* [ARM64] Fix stupid copy-pasto in ARM64MCAsmInfo.cpp - aarch64_be -> arm64_beJames Molloy2014-04-30
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-24
* ARM64: support relocated "TBZ/TBNZ" instructions.Tim Northover2014-04-24
* AArch64/ARM64: support relocated ADR instructionTim Northover2014-04-24
* AArch64/ARM64: add support for :abs_gN_s: MOVZ modifiersTim Northover2014-04-24
* AArch64/ARM64: disentangle the "B.CC" and "LDR lit" operandsTim Northover2014-04-24
* [ARM64] Add a big endian version of the ARM64 target machine, and update all ...James Molloy2014-04-23
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-22
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* AArch64/ARM64: produce correct relocation for conditional branches.Tim Northover2014-04-16
* ARM64: use the integrated assembler on ELF.Tim Northover2014-04-16
* AArch64/ARM64: only mangle MOVZ/MOVN during encoding when neededTim Northover2014-04-15
* [ARM64][MC] Set the default CPU string to generic.Quentin Colombet2014-04-15
* [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.Quentin Colombet2014-04-14
* Fix some doc and comment typosAlp Toker2014-04-09
* [ARM64] Add a PostEncoderMethod to FCMP - the Rm field should canonically be ...Bradley Smith2014-04-09
* [ARM64] Port over the PostEncoderMethod fix for SMULH/UMULH from AArch64.Bradley Smith2014-04-09
* [ARM64] Port over the PostEncoderMethod from AArch64 for exclusive loads and ...Bradley Smith2014-04-09
* [ARM64] Remove PrefetchOp and use ARM64PRFM instead.Bradley Smith2014-04-09
* [ARM64] Move ARM64BaseInfo.{cpp,h} into a Utils/ subdirectory, a la AArch64. ...Bradley Smith2014-04-09
* [ARM64] Copy the named immediate operand mapping logic and enums from AArch64...Bradley Smith2014-04-09
* [ARM64] Add support for NV condition code (exists only for valid assembly/dis...Bradley Smith2014-04-09
* Fixing an MSVC warning about widening the result of a 32-bit shift implicitly...Aaron Ballman2014-04-01
* Fixing warnings in the MSVC build. No functional changes intended.Aaron Ballman2014-04-01
* ARM64: uncopy/paste helper functionTim Northover2014-03-30
* ARM64: Remove unused helper function, make others static.Benjamin Kramer2014-03-29
* ARM64: initial backend importTim Northover2014-03-29