aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* merge the common darwin settings from the X86/PPC/ARM targetsChris Lattner2009-06-191-42/+2
* move mangler quote handling from asm printers to TargetAsmInfo.Chris Lattner2009-06-181-0/+1
* simplify macro debug info directive handling.Chris Lattner2009-06-181-2/+2
* On Darwin, ams printer should output a second label before a jump table so th...Evan Cheng2009-06-181-4/+3
* Fix bug 3202.Rafael Espindola2008-12-191-1/+10
* Fix bug 3140.Rafael Espindola2008-12-031-0/+1
* Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mi...Anton Korobeynikov2008-10-051-2/+3
* Reapply 56585:56589 with proper fix for some gcc versionsAnton Korobeynikov2008-09-251-14/+3
* Temporarily backing out 56585:56589 to unbreak the build.Evan Cheng2008-09-251-3/+14
* Minor cleanupAnton Korobeynikov2008-09-241-0/+2
* Get rid of virtual inheritance for PPC TAIAnton Korobeynikov2008-09-241-15/+2
* Get rid of ReadOnlySection duplicateAnton Korobeynikov2008-09-241-2/+0
* Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov2008-09-241-5/+0
* Fix logic for not emitting no-dead-strip for someDale Johannesen2008-09-091-0/+1
* PPC/Linux normally uses named section for bssasl2008-08-161-0/+5
* Use proper strings section name for PPCasl2008-08-161-1/+1
* Convert PPC/Linux to new section printing stuffAnton Korobeynikov2008-08-081-3/+2
* Switch PPC/Darwin to new section handling stuffAnton Korobeynikov2008-08-081-4/+3
* Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour.Anton Korobeynikov2008-07-191-6/+8
* Linux also does not require exception handlingDuncan Sands2008-07-041-1/+0
* Darwin doesn't need exception handling information for the "move" info whenBill Wendling2008-07-011-0/+1
* Add StringConstantPrefix to control what theDale Johannesen2008-06-031-0/+1
* Use enumeration for preffered EH dwarf encoding reasonAnton Korobeynikov2008-02-291-4/+4
* EHPreferredDataFormat hook for PPC targets. Looks like DarwinAnton Korobeynikov2008-02-271-1/+28
* Revert r46916 PPCTargetAsmInfo.cpp.Evan Cheng2008-02-121-2/+2
* Match GCC's behaviour for these sections.Nick Lewycky2008-02-101-2/+2
* Fix and enable EH for x86-64 Darwin. AddsDale Johannesen2008-01-151-0/+1
* Weak things initialized to 0 don't go in bss on Darwin.Dale Johannesen2008-01-111-1/+1
* Emit unused EH frames for weak definitions on Darwin,Dale Johannesen2008-01-101-3/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Enable EH for linux/ppc32 targetsNicolas Geoffray2007-12-211-4/+24
* Enable EH on PPC Darwin. This basically works; thereDale Johannesen2007-12-191-1/+1
* Fix .eh table linkage issues on Darwin. Some EH supportDale Johannesen2007-11-201-1/+2
* Revert previous; these files aren't ready to go in yet.Dale Johannesen2007-11-131-1/+1
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-131-1/+1
* Fix crash before main on ppc/linux with static constructors. PR1771Nick Lewycky2007-11-041-0/+2
* TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targetsDan Gohman2007-09-271-1/+0
* Enable indirect encoding for the personality functionBill Wendling2007-09-111-0/+1
* Disable EH generation until PPC works 100%.Chris Lattner2007-08-241-1/+1
* Fix debug info and globals filled with zeros.Nick Lewycky2007-07-251-11/+24
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+96