Skip to content
  1. Sep 01, 2009
  2. Aug 31, 2009
  3. Aug 29, 2009
  4. Aug 28, 2009
  5. Aug 26, 2009
  6. Aug 25, 2009
    • Devang Patel's avatar
      Update DebugInfo interface to use metadata, instead of special named... · 02aac922
      Devang Patel authored
      Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well.
      
      This change speeds up llvm-gcc by more then 6% at "-O0 -g" (measured by compiling InstructionCombining.cpp!)
      
      llvm-svn: 79977
      02aac922
  7. Aug 24, 2009
    • Chris Lattner's avatar
      prune the #includes in raw_ostream.h by moving a · 06fa1768
      Chris Lattner authored
      member out of line. ftostr is not particularly speedy,
      so that method is presumably not perf sensitive.
      
      llvm-svn: 79885
      06fa1768
    • Chris Lattner's avatar
      Prune #includes from llvm/Linker.h and llvm/System/Path.h, · c521f541
      Chris Lattner authored
      forcing them down into various .cpp files.
      
      This change also:
      1. Renames TimeValue::toString() and Path::toString() to ::str()
         for similarity with the STL.
      2. Removes all stream insertion support for sys::Path, forcing
         clients to call .str().
      3. Removes a use of Config/alloca.h from bugpoint, using smallvector
         instead.
      4. Weans llvm-db off <iostream>
      
      sys::Path really needs to be gutted, but I don't have the desire to
      do it at this point.
      
      llvm-svn: 79869
      c521f541
  8. Aug 23, 2009
  9. Aug 22, 2009
  10. Aug 19, 2009
  11. Aug 14, 2009
  12. Aug 09, 2009
  13. Aug 04, 2009
  14. Aug 02, 2009
  15. Jul 31, 2009
  16. Jul 30, 2009
    • Devang Patel's avatar
      · 63524446
      Devang Patel authored
      Start using DebugInfoFinder.
      
      llvm-svn: 77621
      63524446
  17. 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
  18. Jul 26, 2009
  19. Jul 16, 2009
  20. Jul 14, 2009
  21. Jul 13, 2009
  22. Jul 07, 2009
  23. Jun 30, 2009
  24. Jun 29, 2009
  25. Jun 26, 2009
    • Devang Patel's avatar
      · 0751a288
      Devang Patel authored
      Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms
      and llvm.dbg.global_variables.
      
      llvm-svn: 74251
      0751a288
    • Devang Patel's avatar
      Simplify. · 0c044ecd
      Devang Patel authored
      llvm-svn: 74215
      0c044ecd
  26. Jun 25, 2009
  27. Jun 19, 2009
Loading