Skip to content
  1. 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
  2. Nov 04, 2008
  3. Oct 29, 2008
  4. Oct 27, 2008
  5. Oct 26, 2008
  6. Oct 22, 2008
  7. Oct 16, 2008
  8. Oct 15, 2008
  9. Oct 14, 2008
  10. Oct 10, 2008
  11. Oct 04, 2008
  12. Oct 03, 2008
  13. Oct 02, 2008
  14. Sep 26, 2008
  15. Sep 24, 2008
  16. 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
  17. Sep 22, 2008
Loading