summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64MCInstLower.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Make assert messages uniform and general [NFC]Mandeep Singh Grang2017-06-281-2/+1
* [COFF, ARM64] Add support for Windows ARM64 COFF formatMandeep Singh Grang2017-06-271-1/+13
* Remove TargetTriple from AArch64MCInstLower as it's used in few placesEric Christopher2016-10-011-3/+4
* Convert some AArch64 code to foreach loops. NFC.Pete Cooper2015-08-031-2/+2
* Use MCSymbols for FastISel.Rafael Espindola2015-06-231-0/+3
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-8/+8
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-5/+5
* Fix PR22408 - LLVM producing AArch64 TLS relocations that GNU linkers cannot ...Kristof Beyls2015-03-041-0/+11
* Delete unused argument in AArch64MCInstLower constructor: it doesn'tAlexey Samsonov2014-08-191-2/+1
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-181-2/+2
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+202
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-157/+0
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-1/+1
* AArch64: add initial NEON supportTim Northover2013-08-011-0/+5
* AArch64: implement large code model access to global variables.Tim Northover2013-05-041-0/+12
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-051-1/+1
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+140
OpenPOWER on IntegriCloud