Skip to content
  1. Mar 26, 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. Oct 05, 2011
  4. Apr 15, 2011
  5. Dec 23, 2010
  6. Dec 03, 2010
  7. Nov 29, 2010
  8. Aug 08, 2010
  9. Jun 28, 2010
  10. Jun 22, 2010
  11. May 21, 2010
  12. Aug 19, 2009
  13. Jul 16, 2009
  14. Jun 26, 2009
  15. Mar 23, 2009
  16. Mar 06, 2009
  17. Mar 05, 2009
    • Chris Lattner's avatar
      Daniel wanted the stack printed upside down. Perhaps he · 8d0fe8cd
      Chris Lattner authored
      feels a kinship to machine stacks that grow down.  Now we get
      stuff like this:
      
      Stack dump:
      0.	Program arguments: clang clang_crash_Iw2Osj.mi 
      1.	/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.0.1/include/xmmintrin.h:624:1: parsing function body '_mm_cvtpi16_ps'
      2.	/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc/i686-apple-darwin9/4.0.1/include/xmmintrin.h:624:1: in compound statement ('{}')
      Abort
      
      llvm-svn: 66145
      8d0fe8cd
    • Chris Lattner's avatar
      indicate what the program args line is. · 2674eb4b
      Chris Lattner authored
      llvm-svn: 66144
      2674eb4b
  18. Mar 04, 2009
Loading