Skip to content
  1. Aug 23, 2009
    • Chris Lattner's avatar
      Change raw_fd_ostream to take flags as an optional bitmask · 9e6f1f16
      Chris Lattner authored
      instead of as two bools.  Use this to add a F_Append flag
      which has the obvious behavior.
      
      Other unrelated changes conflated into this patch:
      
      1. REmove EH stuff from llvm-dis and llvm-as, the try blocks
         are dead.
      2. Simplify the filename inference code in llvm-as/llvm-dis,
         because raw_fd_ostream does the right thing with '-'.
      3. Switch machine verifier to use raw_ostream instead of ostream
         (Which is the thing that needed append in the first place).
      
      llvm-svn: 79807
      9e6f1f16
  2. Aug 22, 2009
  3. Jul 17, 2009
  4. Jul 16, 2009
  5. Jul 15, 2009
  6. Jul 01, 2009
  7. Jun 03, 2009
  8. Feb 18, 2009
  9. Dec 31, 2008
  10. Dec 04, 2008
  11. Nov 26, 2008
  12. Nov 05, 2008
    • Nuno Lopes's avatar
      fix memory leak in pass manager when adding an analysis pass that already... · 0460bb27
      Nuno Lopes authored
      fix memory leak in pass manager when adding an analysis pass that already existed. as pass manager takes ownership of the added passes, it has to delete the pass if it isnt added to the pass list
      tweak the opt tool so that it doesnt access a Pass after the ownership was taken by the pass manager
      
      llvm-svn: 58730
      0460bb27
  13. Oct 22, 2008
  14. Sep 19, 2008
  15. Sep 17, 2008
  16. Sep 15, 2008
  17. Sep 12, 2008
  18. Aug 27, 2008
  19. Jul 15, 2008
  20. Jul 13, 2008
  21. May 29, 2008
  22. May 27, 2008
  23. May 16, 2008
  24. May 15, 2008
  25. May 14, 2008
  26. May 10, 2008
  27. May 07, 2008
  28. May 06, 2008
  29. May 03, 2008
Loading