summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Delete PPCDarwinAsmPrinter and PPCMCAsmInfoDarwinFangrui Song2020-01-121-27/+0
* [AIX] Emit TOC entries for ASM printingDavid Tenty2019-11-271-0/+1
* [AIX] Use .space instead of .zero in assemblyDavid Tenty2019-10-111-0/+1
* Boilerplate for producing XCOFF object files from the PowerPC backend.Sean Fertile2019-07-091-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* PowerPC: support the separator character in the IASSaleem Abdulrasool2017-10-241-0/+1
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-2/+2
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-5/+5
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-5/+5
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-5/+5
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-5/+5
* Use the generic Lfunc_begin label on ppc.Rafael Espindola2015-03-051-0/+4
* Use the integrated assembler as default on PowerPCUlrich Weigand2015-01-131-2/+1
* 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
* Target triple OS detection tidyup. NFCSimon Pilgrim2014-11-291-3/+1
* Remove HasLEB128.Rafael Espindola2014-08-151-1/+0
* Rename PPCLinuxMCAsmInfo to PPCELFMCAsmInfo to better reflect theJoerg Sonnenberger2014-08-041-2/+2
* Allow .lcomm with alignment on ELF targets.Joerg Sonnenberger2014-08-041-0/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [PowerPC] Generate little-endian object filesUlrich Weigand2014-03-241-1/+1
* Enable integrated assembler on OpenBSD/PPC32 by default, too.Joerg Sonnenberger2014-03-051-1/+2
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-131-1/+7
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-121-7/+1
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-121-1/+7
* test commit.Iain Sandoe2013-12-131-1/+1
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-101-1/+9
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-021-1/+0
* Don't set GlobalPrefix to the default value.Rafael Espindola2013-11-271-1/+0
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-161-2/+1
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-251-0/+2
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-3/+0
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-081-1/+1
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-121-0/+1
* Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...Eli Bendersky2013-01-231-2/+3
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-2/+3
* Enable exceptions handling on PPC64 now that cr misaligned spillingRoman Divacky2012-09-121-2/+1
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-1/+0
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+4
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-1/+1
* Set endianess and pointer size for PPC Linux. Bug noticed by Roman Divacky.Evan Cheng2011-08-011-0/+4
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-0/+4
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-0/+58
OpenPOWER on IntegriCloud