summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCMCInstLower.cpp
AgeCommit message (Expand)Author
2018-07-30Remove trailing spaceFangrui Song
2018-03-27[PowerPC] Secure PLT supportStrahinja Petrovic
2018-03-23Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-09-22[XRay] support conditional return on PPC.Tim Shen
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-01-28Cleanup dump() functions.Matthias Braun
2016-09-16Fix a hidden use of grabbing the Mangler from the AsmPrinter and updateEric Christopher
2016-06-29Drop support for creating $stubs.Rafael Espindola
2016-05-20Simplify handling of hidden stubs on PowerPC.Rafael Espindola
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini
2015-06-23Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola
2015-06-16Clean up redundant copies of Triple objects. NFCDaniel Sanders
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach
2015-03-27Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren
2015-03-17Add assertion to detect invalid registers in the PowerPC MC instruction lower...Samuel Antao
2015-02-10[PowerPC] Fix reverted patch r227976 to avoid register assignment issuesBill Schmidt
2015-02-06Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...Hal Finkel
2015-02-03[PowerPC] Yet another approach to __tls_get_addrBill Schmidt
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-11-11[PowerPC] Replace foul hackery with real calls to __tls_get_addrBill Schmidt
2014-10-14Use the triple to figure out if this is a darwin target, notEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-07-18[PowerPC] 32-bit ELF PIC supportHal Finkel
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-02-19move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola
2014-02-19Revert r201622 and r201608.Daniel Jasper
2014-02-18Fix PR18743.Rafael Espindola
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola
2013-12-05Remove the isImplicitlyPrivate argument of getNameWithPrefix.Rafael Espindola
2013-12-02Refactor for clarity and efficiency.Rafael Espindola
2013-11-28Use the mangler consistently instead of using getGlobalPrefix directly.Rafael Espindola
2013-10-29Add a helper getSymbol to AsmPrinter.Rafael Espindola
2013-07-08[PowerPC] Always use "assembler dialect" 1Ulrich Weigand
2013-07-05[PowerPC] Support @tls in the asm parserUlrich Weigand
2013-06-21[PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand
2013-06-20[PowerPC] Remove unused parameterUlrich Weigand
2013-06-20[PowerPC] Optimize @ha/@l constructsUlrich Weigand
2013-05-23[PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand
2013-04-27Make all darwin ppc stubs local.Rafael Espindola
2013-02-21Relocation enablement for PPC DAG postprocessing passBill Schmidt
2013-02-20Add missing #include.Jakub Staszak
2012-12-13This is just a clean-up patch that simplifies the initial-exec TLS logic byBill Schmidt
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth