summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-304-26/+26
* Remove getData.Rafael Espindola2015-05-291-7/+5
* Remove the MCSymbolData typedef.Rafael Espindola2015-05-291-2/+2
* Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola2015-05-293-11/+7
* Pass a MCSymbol to needsRelocateWithSymbol.Rafael Espindola2015-05-291-3/+3
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-282-3/+3
* Stop using MCSectionData in MCMachObjectWriter.h.Rafael Espindola2015-05-261-5/+3
* Stop using MCSectionData in MCExpr.h.Rafael Espindola2015-05-261-8/+5
* Return a MCSection from MCFragment::getParent().Rafael Espindola2015-05-261-7/+11
* Stop forwarding getOrdinal and setOrdinal.Rafael Espindola2015-05-251-2/+3
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* MC: Use MCSymbol in MachObjectWriter, NFCDuncan P. N. Exon Smith2015-05-201-10/+9
* MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFCDuncan P. N. Exon Smith2015-05-201-2/+2
* MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFCDuncan P. N. Exon Smith2015-05-191-1/+1
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* MC: Use MCSymbol in RelAndSymbol, NFCDuncan P. N. Exon Smith2015-05-161-2/+2
* Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper2015-05-151-0/+1
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-9/+9
* [mc] Clean up emission of byte sequencesBenjamin Kramer2015-04-171-6/+1
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-144-11/+10
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* clang-format bits of code to make a followup patch easy to read.Rafael Espindola2015-04-091-2/+1
* Don't repeat name in comment. NFC.Rafael Espindola2015-04-091-6/+6
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-5/+4
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* [PowerPC] Add asm parser support for bitmask forms of rotate-and-mask instruc...Hal Finkel2015-03-281-0/+30
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-18/+11
* two or more, use a for.Rafael Espindola2015-03-181-58/+30
* Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola2015-03-161-2/+2
* Remove unused argument. NFC.Rafael Espindola2015-03-161-3/+3
* There is only one Asm streamer, there is no need for targets to register it.Rafael Espindola2015-03-161-13/+11
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-3/+2
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-102-11/+8
* Use the generic Lfunc_begin label on ppc.Rafael Espindola2015-03-051-0/+4
* [PowerPC] Fix PR22711 - Misaligned .toc sectionBill Schmidt2015-02-271-0/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Add r224985 back with fixes.Rafael Espindola2015-01-191-9/+7
* Revert "Add r224985 back with two fixes."Rafael Espindola2015-01-141-7/+9
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Use the integrated assembler as default on PowerPCUlrich Weigand2015-01-131-2/+1
* Add r224985 back with two fixes.Rafael Espindola2015-01-121-9/+7
* Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames2015-01-091-1/+2
* Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames2015-01-061-2/+1
* Revert r225048: It broke ObjC on AArch64.Lang Hames2015-01-061-7/+9
* Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"Duncan P. N. Exon Smith2015-01-051-1/+2
* Use the integrated assembler by default on 32-bit PowerPC and SPARCBrad Smith2015-01-051-2/+1
* Add r224985 back with a fix.Rafael Espindola2014-12-311-9/+7
* Revert "Remove doesSectionRequireSymbols."Rafael Espindola2014-12-311-7/+9
OpenPOWER on IntegriCloud