- Mar 26, 2013
-
-
Nick Lewycky authored
it's only really useful if you're going to crash anyways. Use it in the pretty stack trace printer to kill the compiler if we hang while printing the stack trace. llvm-svn: 177962
-
- Dec 03, 2012
-
-
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
-
- Oct 05, 2011
-
-
Eric Christopher authored
llvm-svn: 141163
-
- Apr 15, 2011
-
-
Chris Lattner authored
Luis Felipe Strano Moraes! llvm-svn: 129558
-
- Dec 23, 2010
-
-
Jeffrey Yasskin authored
new gcc warning that complains on self-assignments and self-initializations. llvm-svn: 122458
-
- Dec 03, 2010
-
-
Eric Christopher authored
Try to fix building on the wayback machine. llvm-svn: 120801
-
- Nov 29, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120298
-
- Aug 08, 2010
-
-
Eric Christopher authored
llvm-svn: 110527
-
- Jun 28, 2010
-
-
Eric Christopher authored
llvm-svn: 107042
-
Eric Christopher authored
Remove library check and regenerate configure. llvm-svn: 107028
-
- Jun 22, 2010
-
-
Eric Christopher authored
llvm-svn: 106576
-
- May 21, 2010
-
-
Daniel Dunbar authored
llvm-svn: 104300
-
- Aug 19, 2009
-
-
Daniel Dunbar authored
SmallString::c_str. llvm-svn: 79456
-
- Jul 16, 2009
-
-
Chris Lattner authored
Varga! llvm-svn: 75897
-
- Jun 26, 2009
-
-
Owen Anderson authored
llvm-svn: 74227
-
- Mar 23, 2009
-
-
Dan Gohman authored
explicitly flush it. llvm-svn: 67526
-
- Mar 06, 2009
-
-
Dan Gohman authored
llvm-svn: 66279
-
Chris Lattner authored
llvm-svn: 66264
-
- Mar 05, 2009
-
-
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
-
Chris Lattner authored
llvm-svn: 66144
-
- Mar 04, 2009
-
-
Chris Lattner authored
that get printed when a program crashes. This is the first step of many. llvm-svn: 66076
-