aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
AgeCommit message (Expand)Author
2008-01-15Fix and enable EH for x86-64 Darwin. AddsDale Johannesen
2008-01-11Weak things initialized to 0 don't go in bss on Darwin.Dale Johannesen
2008-01-10Emit unused EH frames for weak definitions on Darwin,Dale Johannesen
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-21Enable EH for linux/ppc32 targetsNicolas Geoffray
2007-12-19Enable EH on PPC Darwin. This basically works; thereDale Johannesen
2007-11-20Fix .eh table linkage issues on Darwin. Some EH supportDale Johannesen
2007-11-13Revert previous; these files aren't ready to go in yet.Dale Johannesen
2007-11-13Add parameter to getDwarfRegNum to permit targetsDale Johannesen
2007-11-04Fix crash before main on ppc/linux with static constructors. PR1771Nick Lewycky
2007-09-27TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targetsDan Gohman
2007-09-11Enable indirect encoding for the personality functionBill Wendling
2007-08-24Disable EH generation until PPC works 100%.Chris Lattner
2007-07-25Fix debug info and globals filled with zeros.Nick Lewycky
2007-03-08For Darwin, put constant data into .const, .const_data, .literal{4|8|16}Evan Cheng
2007-02-21Add TAI field for exception table section.Jim Laskey
2007-02-01Support for non-landing pad exception handling.Jim Laskey
2007-01-30Darwin -static should codegen static ctors / dtors to .constructor / .destruc...Evan Cheng
2007-01-29Landing pad-less eh for PPC.Jim Laskey
2007-01-18Modify emission of jump tables on darwin to emit an extra "l" label thatChris Lattner
2007-01-16Instead of yet another enum indicating the "assembly language flavor",Bill Wendling
2007-01-16Fix for PR1095:Bill Wendling
2007-01-14add support for hidden visibility to darwin/ppc and linux/ppc targetsChris Lattner
2006-12-21Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.Jim Laskey
2006-12-01Add weak reference directive.Evan Cheng
2006-10-26Place cstrings in .cstring section.Evan Cheng
2006-10-17Use S_debug for dwarf info.Jim Laskey
2006-10-05Don't bother setting JumpTableTextSection, it is about to disappearChris Lattner
2006-10-05Move getSectionForFunction to AsmPrinter, change it to return a string.Chris Lattner
2006-10-05implement DarwinTargetAsmInfo::getSectionForFunction, use it when outputtingChris Lattner
2006-09-26Compile:Chris Lattner
2006-09-08Missing tabJim Laskey
2006-09-07Break out target asm info into separate files.Jim Laskey