Skip to content
  1. Jul 14, 2009
  2. Jul 13, 2009
  3. Jul 12, 2009
  4. Jul 11, 2009
  5. Jul 10, 2009
    • David Greene's avatar
      · c97b778b
      David Greene authored
      Make changes suggested by Chris and eliminate newly-added raw_ostream
      hooks as they're no longer needed.
      
      The major change with this patch is to make formatted_raw_ostream usable
      by any client of raw_ostream.
      
      llvm-svn: 75283
      c97b778b
    • David Greene's avatar
      · ab11a81f
      David Greene authored
      Add some hooks that a redesigned AsmStream needs to do its job.  These
      allow derived classes to examine the stream buffer before it's flushed.
      
      llvm-svn: 75199
      ab11a81f
    • Dan Gohman's avatar
      Revert the part of 75177 that split ConstantRange into two classes, and · dc33ae27
      Dan Gohman authored
      merge the new functionality and unittests into ConstantRange. Thanks to
      Nick Lewycky for pointing out that it isn't necessary to have two separate
      classes here.
      
      llvm-svn: 75191
      dc33ae27
    • Dan Gohman's avatar
      Add a ConstantSignedRange class, which does for signed integers · 5035fbf9
      Dan Gohman authored
      what ConstantRange does for unsigned integers. Factor out a
      common base class for common functionality.
      
      Add some new functions for performing arithmetic on constant
      ranges. Some of these are currently just stubbed out with
      conservative implementations.
      
      Add unittests for ConstantRange and ConstantSignedRange.
      
      llvm-svn: 75177
      5035fbf9
  6. 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
  7. 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
  8. Jul 07, 2009
  9. Jul 03, 2009
  10. Jul 01, 2009
  11. Jun 30, 2009
  12. Jun 29, 2009
  13. Jun 26, 2009
Loading