summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
Commit message (Expand)AuthorAge
* Merging r196970:Tom Stellard2014-04-11
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-25
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-25
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-08
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-12
* Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...Eli Bendersky2013-01-23
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-23
* Enable exceptions handling on PPC64 now that cr misaligned spillingRoman Divacky2012-09-12
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-07
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Set endianess and pointer size for PPC Linux. Bug noticed by Roman Divacky.Evan Cheng2011-08-01
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-15
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14