aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-30Delete MCCodeGenInfo.Rafael Espindola1-9/+3
2016-05-18Delete Reloc::Default.Rafael Espindola1-6/+0
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders1-17/+16
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders1-16/+17
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders1-17/+16
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders1-16/+17
2015-07-10MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith1-3/+1
2015-07-06Change the last few internal StringRef triples into Triple objects.Daniel Sanders1-10/+7
2015-07-06Where Triple has a suitable predicate, use it rather than the enum values. NFC.Daniel Sanders1-1/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-16Clean up redundant copies of Triple objects. NFCDaniel Sanders1-1/+1
2015-06-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders1-2/+2
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault1-1/+8
2015-06-04Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders1-2/+2
2015-06-04Bring back r239006 with a fix.Rafael Espindola1-11/+5
2015-06-04Revert "Pack the MCSymbolELF bit fields into MCSymbol's Flags."Rafael Espindola1-5/+11
2015-06-04Pack the MCSymbolELF bit fields into MCSymbol's Flags.Rafael Espindola1-11/+5
2015-06-02Merge MCELF.h into MCSymbolELF.h.Rafael Espindola1-13/+13
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-1/+1
2015-05-29Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola1-8/+5
2015-05-15MC: MCCodeGenInfo naming update. NFC.Jim Grosbach1-1/+1
2015-03-31Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher1-5/+4
2015-03-30Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher1-2/+1
2015-03-19Split the object streamer callback in one per file format.Rafael Espindola1-18/+11
2015-03-18two or more, use a for.Rafael Espindola1-58/+30
2015-03-16Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola1-2/+2
2015-03-16Remove unused argument. NFC.Rafael Espindola1-3/+3
2015-03-16There is only one Asm streamer, there is no need for targets to register it.Rafael Espindola1-13/+11
2015-02-27[PowerPC] Fix PR22711 - Misaligned .toc sectionBill Schmidt1-0/+1
2014-11-24[PowerPC] Fix PR 21652 - copy st_other bits on symbol assignmentUlrich Weigand1-0/+17
2014-10-15Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola1-7/+3
2014-08-30Remove 'virtual' keyword from methods markedwith 'override' keyword.Craig Topper1-7/+7
2014-08-04Rename PPCLinuxMCAsmInfo to PPCELFMCAsmInfo to better reflect theJoerg Sonnenberger1-1/+1
2014-07-20[PowerPC] ELFv2 MC support for .localentry directiveUlrich Weigand1-0/+34
2014-07-20[PowerPC] ELFv2 MC support for .abiversion directiveUlrich Weigand1-1/+19
2014-05-07Remove the UseCFI option from createAsmStreamer.Rafael Espindola1-4/+3
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-6/+6
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-1/+1
2014-04-22[cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth1-2/+2
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders1-1/+1
2014-02-12Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders1-1/+1
2014-02-12Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders1-1/+1
2014-02-05Remove support for not using .loc directives.Rafael Espindola1-5/+5
2014-01-28Provide a stub Target Streamer implementation for PPC MachOIain Sandoe1-2/+17
2014-01-26Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola1-0/+1
2014-01-26Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola1-8/+15
2014-01-25Remove an easy use of EmitRawText from PPC.Rafael Espindola1-0/+7
2013-12-10on darwin<10, fallback to .weak_definition (PPC,X86)David Fang1-1/+1
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+3