aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"Duncan P. N. Exon Smith1-1/+2
2015-01-05Use the integrated assembler by default on 32-bit PowerPC and SPARCBrad Smith1-2/+1
2014-11-29Target triple OS detection tidyup. NFCSimon Pilgrim1-3/+1
2014-08-15Remove HasLEB128.Rafael Espindola1-1/+0
2014-08-04Rename PPCLinuxMCAsmInfo to PPCELFMCAsmInfo to better reflect theJoerg Sonnenberger1-2/+2
2014-08-04Allow .lcomm with alignment on ELF targets.Joerg Sonnenberger1-0/+1
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-2/+2
2014-03-24[PowerPC] Generate little-endian object filesUlrich Weigand1-1/+1
2014-03-05Enable integrated assembler on OpenBSD/PPC32 by default, too.Joerg Sonnenberger1-1/+2
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders1-1/+7
2014-02-12Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders1-7/+1
2014-02-12Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders1-1/+7
2013-12-13test commit.Iain Sandoe1-1/+1
2013-12-10on darwin<10, fallback to .weak_definition (PPC,X86)David Fang1-1/+9
2013-12-02Refactor the setting of PrivateGlobalPrefix.Rafael Espindola1-1/+0
2013-11-27Don't set GlobalPrefix to the default value.Rafael Espindola1-1/+0
2013-10-16Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola1-2/+1
2013-09-25MC: Add support for treating $ as a reference to the PCDavid Majnemer1-0/+2
2013-09-25MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer1-3/+0
2013-07-08[PowerPC] Always use "assembler dialect" 1Ulrich Weigand1-1/+1
2013-06-12[MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand1-0/+1
2013-01-23Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...Eli Bendersky1-2/+3
2013-01-23Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky1-2/+3
2012-09-12Enable exceptions handling on PPC64 now that cr misaligned spillingRoman Divacky1-2/+1
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer1-1/+0
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+4
2011-09-01Don't drop alignment info on local common symbols.Benjamin Kramer1-1/+1
2011-08-01Set endianess and pointer size for PPC Linux. Bug noticed by Roman Divacky.Evan Cheng1-0/+4
2011-07-15Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng1-0/+4
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng1-0/+58