Skip to content
  1. 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
  2. Nov 29, 2010
  3. Aug 23, 2009
  4. Jul 07, 2009
  5. Jun 23, 2009
  6. Oct 22, 2008
  7. Dec 29, 2007
  8. Dec 08, 2006
  9. Dec 07, 2006
  10. Nov 26, 2006
  11. Jul 07, 2006
  12. Jan 26, 2006
  13. Apr 22, 2005
  14. Nov 29, 2004
  15. 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
  16. Jul 11, 2004
  17. May 29, 2004
  18. Jan 26, 2004
  19. Dec 14, 2003
  20. Nov 11, 2003
  21. Oct 20, 2003
  22. Oct 10, 2003
  23. Jul 28, 2003
  24. Jun 30, 2003
  25. Jul 25, 2002
  26. Jul 23, 2002
Loading