- b866602 Big change #1 for personality function references: by Chris Lattner · 16 years ago
- 4e46559 eliminate the PPC backend's implementation of EmitExternalGlobal by Chris Lattner · 16 years ago
- 0545746 rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. by Chris Lattner · 16 years ago
- 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago[Renamed (83%) from llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp]
- 62e6a8b Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' by Bruno Cardoso Lopes · 16 years ago
- 86c065d Revert 78892 and 78895, these break generating working executables on by Daniel Dunbar · 16 years ago
- eb68198 fix a minor fixme. When building with SL and later tools, the ".eh" symbols by Chris Lattner · 16 years ago
- 96db1ab fix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout from r78742 by Chris Lattner · 16 years ago
- 63d5be8 pass "is64Bit" flag into PPC TAI ctors instead of a whole targetmachine. by Chris Lattner · 16 years ago
- e655521 eliminate asmflavor from subtarget, PPCTAI is the only client by Chris Lattner · 16 years ago
- abdcbc7 Change the asmprinter to print the comment character before the by Chris Lattner · 16 years ago
- 54075a7 factorize more darwin TAI stuff. Note that this gives by Chris Lattner · 16 years ago
- 6747b39 factorize darwin ProtectedDirective and SetDirective. by Chris Lattner · 16 years ago
- d832c8e all darwin targets have .space and .zerofill, pull up. by Chris Lattner · 16 years ago
- 7faf1fd move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminate by Chris Lattner · 16 years ago
- 693e36a SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
- 1472cf5 move dwarf debug info section selection stuff from TAI to by Chris Lattner · 16 years ago
- c784feb convert EHFrameSection to be managed by TLOF instead of TAI. by Chris Lattner · 16 years ago
- b25afe0 remove TargetAsmInfo::TM, which is now dead. The basic TAI class now by Chris Lattner · 16 years ago
- cecdb9e remove the x86/ppc impls of getEHGlobalPrefix, which is already dead. by Chris Lattner · 16 years ago
- c16c75e move getDwarfExceptionSection from TAI to TLOF and rename it to by Chris Lattner · 16 years ago
- 9836976 don't override the default of this, the only difference is \t instead of ' '. by Chris Lattner · 16 years ago
- b2bbb61 REmove dead fields of TAI. by Chris Lattner · 16 years ago
- 740749b remove the PPCLinuxTargetAsmInfo implementation of PreferredEHDataFormat, by Chris Lattner · 16 years ago
- bef0437d Change the "PreferredEHDataFormat" from "absptr" if we're on a Darwin system > by Bill Wendling · 16 years ago
- 26cf1e3 Output the correct format for Darwin. by Bill Wendling · 16 years ago
- 5e693ed Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago
- 86b7255 Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSection by Chris Lattner · 16 years ago
- 149465e Eliminate SectionFlags, just embed a SectionKind into Section by Chris Lattner · 16 years ago
- 602d44f untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a by Chris Lattner · 16 years ago
- 60f3b73 this is (unfortunately) several changes mixed together: by Chris Lattner · 16 years ago
- 8284b66 merge the common darwin settings from the X86/PPC/ARM targets by Chris Lattner · 16 years ago
- b847645 move mangler quote handling from asm printers to TargetAsmInfo. by Chris Lattner · 16 years ago
- 09081b2 simplify macro debug info directive handling. by Chris Lattner · 16 years ago
- de9e36a On Darwin, ams printer should output a second label before a jump table so the linker knows it's a new atom. But this is only needed if the jump table is put in a separate section from the function body. by Evan Cheng · 16 years ago
- 770b4b8 Fix bug 3202. by Rafael Espindola · 17 years ago
- cda011b Fix bug 3140. Print a single parameter .file directive if we have an ELF target. by Rafael Espindola · 17 years ago
- d2aded0 Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mingw) by Anton Korobeynikov · 17 years ago
- 87001fd Reapply 56585:56589 with proper fix for some gcc versions by Anton Korobeynikov · 17 years ago
- 8430139 Temporarily backing out 56585:56589 to unbreak the build. by Evan Cheng · 17 years ago
- 3097c10 Minor cleanup by Anton Korobeynikov · 17 years ago
- 237f087 Get rid of virtual inheritance for PPC TAI by Anton Korobeynikov · 17 years ago
- 8e7b939 Get rid of ReadOnlySection duplicate by Anton Korobeynikov · 17 years ago
- 5906234 Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection by Anton Korobeynikov · 17 years ago
- f080225 Fix logic for not emitting no-dead-strip for some by Dale Johannesen · 17 years ago
- 16d5d3f PPC/Linux normally uses named section for bss by Anton Korobeynikov · 17 years ago
- c3f3aea Use proper strings section name for PPC by Anton Korobeynikov · 17 years ago
- c9ad17c Convert PPC/Linux to new section printing stuff by Anton Korobeynikov · 17 years ago
- 5b5d8bc Switch PPC/Darwin to new section handling stuff by Anton Korobeynikov · 17 years ago
- bc780e3 Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour. by Anton Korobeynikov · 17 years ago
- 04fb6bf Linux also does not require exception handling by Duncan Sands · 17 years ago
- b7bd02b Darwin doesn't need exception handling information for the "move" info when by Bill Wendling · 17 years ago
- 355b74a Add StringConstantPrefix to control what the by Dale Johannesen · 17 years ago
- 0e8b146 Use enumeration for preffered EH dwarf encoding reason by Anton Korobeynikov · 18 years ago
- d73396b EHPreferredDataFormat hook for PPC targets. Looks like Darwin by Anton Korobeynikov · 18 years ago
- 83af119 Revert r46916 PPCTargetAsmInfo.cpp. by Evan Cheng · 18 years ago
- 52ea27d Match GCC's behaviour for these sections. by Nick Lewycky · 18 years ago
- 59a2250 Fix and enable EH for x86-64 Darwin. Adds by Dale Johannesen · 18 years ago
- 2ff66f0 Weak things initialized to 0 don't go in bss on Darwin. by Dale Johannesen · 18 years ago
- 7ecb3b7 Emit unused EH frames for weak definitions on Darwin, by Dale Johannesen · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 80c741e Enable EH for linux/ppc32 targets by Nicolas Geoffray · 18 years ago
- eadbf4b Enable EH on PPC Darwin. This basically works; there by Dale Johannesen · 18 years ago
- 763e110 Fix .eh table linkage issues on Darwin. Some EH support by Dale Johannesen · 18 years ago
- 7904708 Revert previous; these files aren't ready to go in yet. by Dale Johannesen · 18 years ago
- 7a7085f Add parameter to getDwarfRegNum to permit targets by Dale Johannesen · 18 years ago
- d954dcd Fix crash before main on ppc/linux with static constructors. PR1771 by Nick Lewycky · 18 years ago
- a1d46c7 TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets by Dan Gohman · 18 years ago
- 66c22e8 Enable indirect encoding for the personality function by Bill Wendling · 18 years ago
- a124f69 Disable EH generation until PPC works 100%. by Chris Lattner · 18 years ago
- 5805c46 Fix debug info and globals filled with zeros. by Nick Lewycky · 18 years ago
- d918477 For Darwin, put constant data into .const, .const_data, .literal{4|8|16} by Evan Cheng · 19 years ago
- af76e0e Add TAI field for exception table section. by Jim Laskey · 19 years ago
- c3de9b4 Support for non-landing pad exception handling. by Jim Laskey · 19 years ago
- 0e083d0 Darwin -static should codegen static ctors / dtors to .constructor / .destructor sections. by Evan Cheng · 19 years ago
- b4a2f05 Landing pad-less eh for PPC. by Jim Laskey · 19 years ago
- c1ea85b Modify emission of jump tables on darwin to emit an extra "l" label that by Chris Lattner · 19 years ago
- c7b2ab9 Instead of yet another enum indicating the "assembly language flavor", by Bill Wendling · 19 years ago
- e21237e Fix for PR1095: by Bill Wendling · 19 years ago
- 3c84b55 add support for hidden visibility to darwin/ppc and linux/ppc targets by Chris Lattner · 19 years ago
- 28663c7 Changes from Nick Lewycky with a simplified PPCTargetAsmInfo. by Jim Laskey · 19 years ago
- 022030a Add weak reference directive. by Evan Cheng · 19 years ago
- e1e06c2 Place cstrings in .cstring section. by Evan Cheng · 19 years ago
- 2794184 Use S_debug for dwarf info. by Jim Laskey · 19 years ago
- 8cfd10e Don't bother setting JumpTableTextSection, it is about to disappear by Chris Lattner · 19 years ago
- 028d663 Move getSectionForFunction to AsmPrinter, change it to return a string. by Chris Lattner · 19 years ago
- 0d23645 implement DarwinTargetAsmInfo::getSectionForFunction, use it when outputting by Chris Lattner · 19 years ago
- ad4e7eb Compile: int x __attribute__((used)); by Chris Lattner · 19 years ago
- 1774053 Missing tab by Jim Laskey · 19 years ago
- 0e83541 Break out target asm info into separate files. by Jim Laskey · 19 years ago