summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge MCELF.h into MCSymbolELF.h.Rafael Espindola2015-06-021-2/+2
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-52/+52
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-16/+14
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-18/+18
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-8/+8
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-150/+150
* Refactor a lot of duplicated code for stub output.Rafael Espindola2015-04-071-19/+0
* Centralize the handling of unique ids for temporary labels.Rafael Espindola2015-03-171-3/+2
* Use createTempSymbol to avoid collisions instead of an ad hoc method.Rafael Espindola2015-03-171-10/+2
* Use the correct func begin symbol in all places in ppc.Rafael Espindola2015-03-051-2/+1
* Use the generic Lfunc_begin label on ppc.Rafael Espindola2015-03-051-5/+0
* [PowerPC] Add support for the QPX vector instruction setHal Finkel2015-02-251-0/+1
* Fix an asan use-after-free bug introduced by the asm printerEric Christopher2015-02-201-1/+11
* Remove a use of the Subtarget in the darwin ppc asm printer.Eric Christopher2015-02-201-5/+4
* Make the TargetMachine::getSubtarget that takes a Function argumentEric Christopher2015-02-201-1/+1
* Make the PowerPC AsmPrinter independent of global subtargetEric Christopher2015-02-171-15/+24
* Fix up r228725, missed change in PPCSubtarget definitionBill Schmidt2015-02-101-6/+6
* [PowerPC] Fix reverted patch r227976 to avoid register assignment issuesBill Schmidt2015-02-101-0/+52
* Migrate PPCAsmPrinter's subtarget from reference to pointer inEric Christopher2015-02-101-48/+49
* Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...Hal Finkel2015-02-061-52/+0
* [PowerPC] Yet another approach to __tls_get_addrBill Schmidt2015-02-031-0/+52
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-13/+9
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-7/+5
* std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie2015-01-181-11/+16
* [PowerPC] Don't hard-code R2 as register when processing TOC relocationsHal Finkel2015-01-181-3/+3
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Revert "r225811 - Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support""Hal Finkel2015-01-141-1/+89
* Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support"Hal Finkel2015-01-131-89/+1
* [PowerPC] Add StackMap/PatchPoint supportHal Finkel2015-01-131-1/+89
* Add support for small-model PIC for PowerPC.Justin Hibbits2014-11-121-41/+75
* [PowerPC] Replace foul hackery with real calls to __tls_get_addrBill Schmidt2014-11-111-59/+0
* [PowerPC] Load BlockAddress values from the TOC in 64-bit SVR4 codeUlrich Weigand2014-10-311-6/+20
* Address comments on r217622Bill Schmidt2014-09-121-4/+6
* [PATCH, PowerPC] Accept 'U' and 'X' constraints in inline asmBill Schmidt2014-09-111-0/+10
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-5/+7
* [PowerPC] Support TLS on PPC32/ELFHal Finkel2014-07-251-38/+101
* [PowerPC] ELFv2 function call changesUlrich Weigand2014-07-201-1/+77
* [PowerPC] 32-bit ELF PIC supportHal Finkel2014-07-181-4/+128
* [PPC64] Fix PR19893 - improve code generation for local function addressesBill Schmidt2014-06-161-9/+12
* [PPC] Use alias symbols in address computation.Rafael Espindola2014-05-291-23/+14
* Revert "[PPC] Use alias symbols in address computation."Hal Finkel2014-05-281-13/+23
* [PPC] Use alias symbols in address computation.Rafael Espindola2014-05-261-23/+13
* Use a sized enum for MachineOperandType. No functionality changePete Cooper2014-05-161-1/+1
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-6/+3
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-11/+11
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-8/+8
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-271-6/+6
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-261-6/+6
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-261-6/+6
OpenPOWER on IntegriCloud