summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-32/+0
* Revert 78892 and 78895, these break generating working executables onDaniel Dunbar2009-08-131-2/+3
* fix a minor fixme. When building with SL and later tools, the ".eh" symbolsChris Lattner2009-08-131-3/+2
* pass "is64Bit" flag into PPC TAI ctors instead of a whole targetmachine.Chris Lattner2009-08-111-4/+2
* move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminateChris Lattner2009-08-111-23/+2
* remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfoChris Lattner2009-08-021-1/+0
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-021-3/+2
* remove the x86/ppc impls of getEHGlobalPrefix, which is already dead.Chris Lattner2009-08-021-1/+0
* remove the PPCLinuxTargetAsmInfo implementation of PreferredEHDataFormat,Chris Lattner2009-07-311-4/+0
* Fix bug 3202.Rafael Espindola2008-12-191-0/+1
* Reapply 56585:56589 with proper fix for some gcc versionsAnton Korobeynikov2008-09-251-9/+24
* Temporarily backing out 56585:56589 to unbreak the build.Evan Cheng2008-09-251-24/+9
* Minor cleanupAnton Korobeynikov2008-09-241-0/+3
* Get rid of virtual inheritance for PPC TAIAnton Korobeynikov2008-09-241-9/+21
* Convert PPC/Linux to new section printing stuffAnton Korobeynikov2008-08-081-2/+4
* Switch PPC/Darwin to new section handling stuffAnton Korobeynikov2008-08-081-3/+5
* Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour.Anton Korobeynikov2008-07-191-4/+4
* Use enumeration for preffered EH dwarf encoding reasonAnton Korobeynikov2008-02-291-2/+4
* EHPreferredDataFormat hook for PPC targets. Looks like DarwinAnton Korobeynikov2008-02-271-0/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* More explicit keywords.Dan Gohman2007-09-251-3/+3
* Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.Jim Laskey2006-12-211-1/+9
* Move getSectionForFunction to AsmPrinter, change it to return a string.Chris Lattner2006-10-051-6/+0
* implement DarwinTargetAsmInfo::getSectionForFunction, use it when outputtingChris Lattner2006-10-051-1/+6
* Break out target asm info into separate files.Jim Laskey2006-09-071-0/+31
OpenPOWER on IntegriCloud