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 22, 2009
  4. Jul 17, 2009
  5. Jul 16, 2009
  6. Jul 15, 2009
  7. Jul 01, 2009
  8. Jun 24, 2009
  9. Jun 03, 2009
  10. Apr 01, 2009
  11. Feb 18, 2009
  12. Dec 31, 2008
  13. Dec 04, 2008
  14. Nov 26, 2008
  15. 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
  16. Oct 22, 2008
  17. Sep 23, 2008
    • Duncan Sands's avatar
      Rationalize the names of passes that print information: · 9c40c289
      Duncan Sands authored
          -callgraph => print-callgraph
          -callscc   => print-callgraph-sccs
          -cfgscc    => print-cfg-sccs
          -externalfnconstants => print-externalfnconstants
          -print               => print-function
          -print-alias-sets (no change)
          -print-callgraph     => dot-callgraph
          -print-cfg           => dot-cfg
          -print-cfg-only      => dot-cfg-only
          -print-dom-info (no change)
          -printm              => print-module
          -printusedtypes      => print-used-types
      
      llvm-svn: 56487
      9c40c289
  18. Sep 22, 2008
  19. Sep 19, 2008
  20. Sep 17, 2008
  21. Sep 15, 2008
  22. Sep 12, 2008
  23. Aug 27, 2008
  24. Jul 15, 2008
  25. Jul 13, 2008
  26. Jun 30, 2008
  27. May 29, 2008
  28. May 27, 2008
Loading