Skip to content
  1. Aug 31, 2009
    • Bill Wendling's avatar
      Output a hex value, because all of the others are hex. · 6627c4ec
      Bill Wendling authored
      llvm-svn: 80601
      6627c4ec
    • Duncan Sands's avatar
      Revert commit 80428. It completely broke exception · 9cf8bcb6
      Duncan Sands authored
      handling on x86-32 linux.
      
      llvm-svn: 80592
      9cf8bcb6
    • Jim Grosbach's avatar
      PR4747 · ce713134
      Jim Grosbach authored
      Shared landing pads run into trouble with SJLJ, as the dispatch table is
      mapped to call sites, and merging the pads will throw that off. There needs
      to be a one-to-one mapping of landing pad exception table entries to invoke
      call points.
      
      Detecting the shared pad during lowering of SJLJ info insn't sufficient, as
      the dispatch function may still need separate destinations to properly
      handle phi-nodes.
      
      llvm-svn: 80530
      ce713134
  2. Aug 30, 2009
  3. Aug 29, 2009
  4. Aug 28, 2009
  5. Aug 27, 2009
    • Bill Wendling's avatar
      Revert accidental commit. · e5b5d293
      Bill Wendling authored
      llvm-svn: 80198
      e5b5d293
    • Bill Wendling's avatar
      --- Reverse-merging r80147 into '.': · c7d230f7
      Bill Wendling authored
      A    include/llvm/ADT/iterator.cmake
      U    autoconf/configure.ac
      --- Reverse-merging r80161 into '.':
      U    cmake/config-ix.cmake
      --- Reverse-merging r80171 into '.':
      U    Makefile
      --- Reverse-merging r80173 into '.':
      U    configure
      U    include/llvm/Config/config.h.in
      --- Reverse-merging r80180 into '.':
      A    include/llvm/ADT/iterator.h.in
      
      Despite common miscomceptions, iterator.h is alive and well. It broke the build
      bots for several hours. And yet no one bothered to look at them.
      
      Gabor and Doug, please review your changes and make sure that they actually
      build before resubmitting them.
      
      llvm-svn: 80197
      c7d230f7
  6. Aug 26, 2009
  7. Aug 25, 2009
  8. 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
  9. Aug 23, 2009
  10. Aug 22, 2009
  11. Aug 21, 2009
  12. Aug 19, 2009
  13. Aug 18, 2009
  14. Aug 17, 2009
Loading