summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] For larger offsets, when possible, fold offset into addis toc@haHal Finkel2016-09-021-0/+7
* [PowerPC] Force entry alignment in .got2Hal Finkel2016-08-301-2/+4
* [stackmaps] More extraction of common code [NFCI]Philip Reames2016-08-231-4/+3
* Drop support for creating $stubs.Rafael Espindola2016-06-291-162/+1
* Move isPositionIndependent up to AsmPrinter.Rafael Espindola2016-06-271-3/+3
* Use existing predicate. NFC.Rafael Espindola2016-06-241-5/+1
* Merge two identical if branches. NFC.Rafael Espindola2016-06-241-14/+11
* Merge two identical if branches. NFC.Rafael Espindola2016-06-241-11/+3
* clang-format a region. NFC.Rafael Espindola2016-06-241-4/+4
* [Codegen] Change PICLevel.Davide Italiano2016-06-171-3/+3
* Simplify handling of hidden stubs on PowerPC.Rafael Espindola2016-05-201-20/+1
* [Power9] Add support for -mcpu=pwr9 in the back endNemanja Ivanovic2016-05-091-1/+3
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+0
* Fix for PR 26378Nemanja Ivanovic2016-03-121-0/+6
* [PowerPC] Fix large code model with the ELFv2 ABIUlrich Weigand2016-01-131-24/+76
* [PowerPC] OutStreamer cleanup in PPCAsmPrinterHal Finkel2015-12-121-23/+19
* Weak non-function symbols were being accessed directly, which isEric Christopher2015-11-201-31/+23
* Prune trailing whitespaces.NAKAMURA Takumi2015-09-221-3/+3
* Untabify.NAKAMURA Takumi2015-09-221-11/+11
* Reformat blank lines.NAKAMURA Takumi2015-09-221-15/+11
* Reformat comment lines.NAKAMURA Takumi2015-09-221-4/+4
* Reformat.NAKAMURA Takumi2015-09-221-40/+41
* [EH] Handle non-Function personalities like unknown personalitiesReid Kleckner2015-08-311-7/+7
* [PowerPC] Don't assume ADDISdtprelHA's source is r3Hal Finkel2015-08-301-5/+5
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-7/+7
* [PowerPC] Support symbolic targets in patchpointsHal Finkel2015-07-141-57/+71
* [PowerPC] Use the ABI indirect-call protocol for patchpointsHal Finkel2015-07-141-1/+43
* IR: Do not consider available_externally linkage to be linker-weak.Peter Collingbourne2015-07-051-3/+3
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-2/+2
* Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...Daniel Sanders2015-06-161-1/+2
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-4/+4
* 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
OpenPOWER on IntegriCloud