Remove extra whitespace. NFC.
[oota-llvm.git] / lib / Target / AArch64 / AArch64MCInstLower.cpp
2015-08-03 Pete CooperConvert some AArch64 code to foreach loops. NFC.
2015-06-23 Rafael EspindolaUse MCSymbols for FastISel.
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-03-04 Kristof BeylsFix PR22408 - LLVM producing AArch64 TLS relocations...
2014-08-19 Alexey SamsonovDelete unused argument in AArch64MCInstLower constructo...
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-05-04 Tim NorthoverAArch64: implement large code model access to global...
2013-02-05 Tim NorthoverRemove cyclic dependency in AArch64 libraries
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.