aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
AgeCommit message (Expand)Author
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