Skip to content
  1. Jan 25, 2013
  2. Dec 03, 2012
    • Chandler Carruth's avatar
      Use the new script to sort the includes of every file under lib. · ed0881b2
      Chandler Carruth authored
      Sooooo many of these had incorrect or strange main module includes.
      I have manually inspected all of these, and fixed the main module
      include to be the nearest plausible thing I could find. If you own or
      care about any of these source files, I encourage you to take some time
      and check that these edits were sensible. I can't have broken anything
      (I strictly added headers, and reordered them, never removed), but they
      may not be the headers you'd really like to identify as containing the
      API being implemented.
      
      Many forward declarations and missing includes were added to a header
      files to allow them to parse cleanly when included first. The main
      module rule does in fact have its merits. =]
      
      llvm-svn: 169131
      ed0881b2
  3. May 24, 2012
  4. Mar 08, 2012
  5. Mar 07, 2012
  6. Nov 29, 2010
  7. Oct 29, 2010
  8. Oct 05, 2010
  9. Sep 27, 2010
  10. Apr 18, 2010
  11. Apr 13, 2010
  12. Feb 23, 2010
  13. Aug 24, 2009
  14. Aug 23, 2009
  15. Aug 05, 2009
  16. Jul 09, 2009
    • David Greene's avatar
      · 4417b4c8
      David Greene authored
      Add support for other GraphViz display tools.  This can help
      with very large graphs, where dot isn't necessarily the 
      most visually pleasing way of looking at the graph.
      
      llvm-svn: 75144
      4417b4c8
  17. Jul 08, 2009
    • David Greene's avatar
      · 9dadbbd7
      David Greene authored
      Allow users of GraphWriter to display graphs asynchronously.  This
      provides a way to quickly dump a bunch of graph information to dot files
      and display them.  It's a timesaver when working on large systems.
      
      llvm-svn: 75056
      9dadbbd7
  18. Jan 20, 2009
  19. Apr 15, 2008
  20. Dec 29, 2007
  21. May 03, 2007
  22. Feb 16, 2007
  23. Dec 07, 2006
  24. Nov 26, 2006
  25. Aug 25, 2006
  26. Aug 21, 2006
    • Reid Spencer's avatar
      For PR797: · 944645af
      Reid Spencer authored
      Adjust usage of the ExecuteAndWait function to use the last argument which
      is the ErrMsg string. This is necessitated because this function no longer
      throws exceptions on error.
      
      llvm-svn: 29791
      944645af
    • Reid Spencer's avatar
      For PR797: · c295914b
      Reid Spencer authored
      Make sys::Program::ExecuteAndWait not throw exceptions and update any
      affected code. It now return -9999 to signal that the program couldn't be
      executed. Only one case (in bugpoint) actually examines the result code.
      
      llvm-svn: 29785
      c295914b
  27. Jul 29, 2006
  28. 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
Loading