Skip to content
  1. Sep 27, 2006
  2. Sep 17, 2006
  3. Sep 08, 2006
  4. Aug 30, 2006
  5. Aug 28, 2006
  6. Aug 27, 2006
  7. Aug 21, 2006
  8. Aug 12, 2006
  9. Aug 02, 2006
  10. Jul 12, 2006
    • Chris Lattner's avatar
      Change the callgraph representation to store the callsite along with the · 5de3b8b2
      Chris Lattner authored
      target CG node.  This allows the inliner to properly update the callgraph
      when using the pruning inliner.  The pruning inliner may not copy over all
      call sites from a callee to a caller, so the edges corresponding to those
      call sites should not be copied over either.
      
      This fixes PR827 and Transforms/Inline/2006-07-12-InlinePruneCGUpdate.ll
      
      llvm-svn: 29120
      5de3b8b2
  11. Jul 11, 2006
  12. Jun 29, 2006
  13. Jun 28, 2006
  14. Jun 27, 2006
    • Reid Spencer's avatar
      For PR801: · ee7eaa25
      Reid Spencer authored
      Refactor the Graph writing code to use a common implementation which is
      now in lib/Support/GraphWriter.cpp. This completes the PR.
      
      Patch by Anton Korobeynikov. Thanks, Anton!
      
      llvm-svn: 28925
      ee7eaa25
  15. Jun 26, 2006
  16. Jun 19, 2006
  17. Jun 17, 2006
  18. Jun 16, 2006
  19. Jun 13, 2006
  20. Jun 11, 2006
  21. Jun 09, 2006
  22. Jun 08, 2006
    • Reid Spencer's avatar
      For PR780: · be535661
      Reid Spencer authored
      1. Fix the macros in IncludeFile.h to put everything in the llvm namespace
      2. Replace the previous explicit mechanism in all the .h and .cpp files
         with the macros in IncludeFile.h
      This gets us a consistent mechanism throughout LLVM for ensuring linkage.
      Next step is to make sure its used in enough places.
      
      llvm-svn: 28715
      be535661
  23. Jun 07, 2006
    • Reid Spencer's avatar
      For PR780: · 54cb2d85
      Reid Spencer authored
      Break the "IncludeFile" mechanism into its own header file and adjust other
      files accordingly. Use this facility for the IntrinsicInst problem which
      was the subject of PR800.
      More to follow on this.
      
      llvm-svn: 28709
      54cb2d85
  24. Jun 05, 2006
    • Reid Spencer's avatar
      For PR798: · 7c77323e
      Reid Spencer authored
      Add support for Graphviz. Patch contributed by Anton Korobeynikov.
      
      llvm-svn: 28684
      7c77323e
  25. Jun 01, 2006
  26. May 30, 2006
Loading