Skip to content
  1. Aug 22, 2009
  2. Aug 13, 2009
    • Daniel Dunbar's avatar
      Revert 78892 and 78895, these break generating working executables on · 86c065dd
      Daniel Dunbar authored
      x86_64-apple-darwin10.
      
      --- Reverse-merging r78895 into '.':
      U    test/CodeGen/PowerPC/2008-12-12-EH.ll
      U    lib/Target/DarwinTargetAsmInfo.cpp
      --- Reverse-merging r78892 into '.':
      U    include/llvm/Target/DarwinTargetAsmInfo.h
      U    lib/Target/X86/X86TargetAsmInfo.cpp
      U    lib/Target/X86/X86TargetAsmInfo.h
      U    lib/Target/ARM/ARMTargetAsmInfo.h
      U    lib/Target/ARM/ARMTargetMachine.cpp
      U    lib/Target/ARM/ARMTargetAsmInfo.cpp
      U    lib/Target/PowerPC/PPCTargetAsmInfo.cpp
      U    lib/Target/PowerPC/PPCTargetAsmInfo.h
      U    lib/Target/PowerPC/PPCTargetMachine.cpp
      G    lib/Target/DarwinTargetAsmInfo.cpp
      
      llvm-svn: 78919
      86c065dd
    • Chris Lattner's avatar
      fix a minor fixme. When building with SL and later tools, the ".eh" symbols · eb681981
      Chris Lattner authored
      don't need to be exported from the .o files.
      
      llvm-svn: 78892
      eb681981
  3. Aug 12, 2009
  4. Aug 11, 2009
    • Jim Grosbach's avatar
      SjLj based exception handling unwinding support. This patch is nasty, brutish · 693e36a3
      Jim Grosbach authored
      and short. Well, it's kinda short. Definitely nasty and brutish.
      
      The front-end generates the register/unregister calls into the SjLj runtime,
      call-site indices and landing pad dispatch. The back end fills in the LSDA
      with the call-site information provided by the front end. Catch blocks are
      not yet implemented.
      
      Built on Darwin and verified no llvm-core "make check" regressions.
      
      llvm-svn: 78625
      693e36a3
  5. Aug 02, 2009
  6. Jul 28, 2009
    • Chris Lattner's avatar
      Rip all of the global variable lowering logic out of TargetAsmInfo. Since · 5e693ed0
      Chris Lattner authored
      it is highly specific to the object file that will be generated in the end,
      this introduces a new TargetLoweringObjectFile interface that is implemented
      for each of ELF/MachO/COFF/Alpha/PIC16 and XCore.
      
      Though still is still a brutal and ugly refactoring, this is a major step
      towards goodness.
      
      This patch also:
      1. fixes a bunch of dangling pointer problems in the PIC16 backend.
      2. disables the TargetLowering copy ctor which PIC16 was accidentally using.
      3. gets us closer to xcore having its own crazy target section flags and
         pic16 not having to shadow sections with its own objects.
      4. fixes wierdness where ELF targets would set CStringSection but not
         CStringSection_.  Factor the code better.
      5. fixes some bugs in string lowering on ELF targets.
      
      llvm-svn: 77294
      5e693ed0
  7. Jul 27, 2009
  8. Jul 26, 2009
  9. Jul 09, 2009
  10. Jun 26, 2009
  11. Jun 19, 2009
  12. Jun 18, 2009
  13. Mar 11, 2009
  14. Dec 06, 2008
  15. Dec 03, 2008
    • Rafael Espindola's avatar
      Fix bug 3140. · cda011b5
      Rafael Espindola authored
      Print a single parameter .file directive if we have an ELF target.
      
      llvm-svn: 60480
      cda011b5
  16. Nov 03, 2008
  17. Oct 05, 2008
  18. Sep 25, 2008
Loading