Skip to content
  1. Feb 20, 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. Jul 27, 2012
  4. Jul 26, 2012
  5. Nov 29, 2010
  6. Apr 15, 2010
  7. Mar 24, 2010
  8. Jan 20, 2010
    • David Greene's avatar
      · 35dca866
      David Greene authored
      Fix an infinite recursion problem.  dbgs() should return errs() in
      release mode.
      
      llvm-svn: 94001
      35dca866
  9. Dec 24, 2009
    • David Greene's avatar
      · b760d0cd
      David Greene authored
      Clarify how dbgs() operates.
      
      llvm-svn: 92083
      b760d0cd
  10. Dec 23, 2009
    • David Greene's avatar
      · 64506db8
      David Greene authored
      Provide dbgs(), a circular-buffering debug output stream.  By default it
      simply passes output to errs().  If -debug-buffer-size=N is set N > 0,
      dbgs() buffers its output until program termination and dumps the last N
      characters sent to it.  This is handy when debugging very large inputs.
      
      llvm-svn: 92002
      64506db8
  11. Nov 09, 2009
  12. Oct 28, 2009
  13. Aug 23, 2009
  14. Jul 20, 2009
    • David Greene's avatar
      · 7ea9d0b6
      David Greene authored
      Hide the DOUT static variable behind a function interface.
      
      llvm-svn: 76425
      7ea9d0b6
  15. Apr 24, 2008
  16. Dec 29, 2007
  17. Jan 03, 2007
  18. Dec 17, 2006
  19. Dec 07, 2006
  20. Nov 17, 2006
  21. Apr 22, 2005
  22. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  23. Dec 14, 2003
  24. Nov 11, 2003
  25. Oct 20, 2003
  26. Aug 12, 2003
  27. Aug 02, 2003
Loading