summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* For Darwin, put constant data into .const, .const_data, .literal{4|8|16}Evan Cheng2007-03-081-0/+3
* Add TAI field for exception table section.Jim Laskey2007-02-211-0/+1
* Support for non-landing pad exception handling.Jim Laskey2007-02-011-0/+3
* Darwin -static should codegen static ctors / dtors to .constructor / .destruc...Evan Cheng2007-01-301-2/+7
* Landing pad-less eh for PPC.Jim Laskey2007-01-291-0/+2
* Modify emission of jump tables on darwin to emit an extra "l" label thatChris Lattner2007-01-181-0/+7
* Instead of yet another enum indicating the "assembly language flavor",Bill Wendling2007-01-161-8/+1
* Fix for PR1095:Bill Wendling2007-01-161-0/+8
* add support for hidden visibility to darwin/ppc and linux/ppc targetsChris Lattner2007-01-141-0/+1
* Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.Jim Laskey2006-12-211-12/+31
* Add weak reference directive.Evan Cheng2006-12-011-0/+1
* Place cstrings in .cstring section.Evan Cheng2006-10-261-0/+1
* Use S_debug for dwarf info.Jim Laskey2006-10-171-11/+11
* Don't bother setting JumpTableTextSection, it is about to disappearChris Lattner2006-10-051-1/+0
* Move getSectionForFunction to AsmPrinter, change it to return a string.Chris Lattner2006-10-051-11/+0
* implement DarwinTargetAsmInfo::getSectionForFunction, use it when outputtingChris Lattner2006-10-051-1/+13
* Compile:Chris Lattner2006-09-261-0/+1
* Missing tabJim Laskey2006-09-081-1/+1
* Break out target asm info into separate files.Jim Laskey2006-09-071-0/+51
OpenPOWER on IntegriCloud