summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64MCInstLower.cpp
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Add a tagged-globals backend feature.Peter Collingbourne2019-07-311-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AArch64] Emit the correct MCExpr relocations specifiers like VK_ABS_G0, etcMandeep Singh Grang2019-01-101-3/+34
* [ARM64] [Windows] Handle funcletsEli Friedman2018-11-091-0/+13
* [MinGW] [AArch64] Add stubs for potential automatic dllimported variablesMartin Storsjo2018-09-041-3/+19
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* [AArch64] Implement native TLS for WindowsMartin Storsjo2018-03-101-2/+11
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [AArch64] Add support for dllimport of values and functionsMartin Storsjo2017-10-251-1/+21
* [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