- Mar 27, 2013
-
-
Chad Rosier authored
if crash diagnostics should be generated. By default this is enabled. Part of rdar://13296693 llvm-svn: 178161
-
- 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
-
- Nov 13, 2012
-
-
Chad Rosier authored
llvm-svn: 167849
-
- Nov 12, 2012
-
-
Chad Rosier authored
llvm-svn: 167755
-
- Apr 23, 2011
-
-
Jay Foad authored
llvm-svn: 130054
-
- Nov 29, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120298
-
- Nov 13, 2010
-
-
Daniel Dunbar authored
llvm-svn: 118972
-
- Sep 16, 2010
-
-
Duncan Sands authored
with attribute warn_unused_result" here - suppress the warning harder. llvm-svn: 114072
-
- Aug 19, 2010
-
-
Dan Gohman authored
llvm-svn: 111432
-
- Aug 18, 2010
-
-
Chris Lattner authored
llvm-svn: 111325
-
Chris Lattner authored
into report_fatal_error. Just blast the string to stderr with write(2) and hope for the best! Part of rdar://8318441 llvm-svn: 111320
-
- May 08, 2010
-
-
Daniel Dunbar authored
ungracefully. llvm-svn: 103334
-
- Apr 08, 2010
-
-
Chris Lattner authored
and friends. llvm-svn: 100717
-
Chris Lattner authored
llvm-svn: 100709
-
- Mar 24, 2010
-
-
Dan Gohman authored
llvm-svn: 99414
-
- Jan 05, 2010
-
-
David Greene authored
llvm-svn: 92637
-
- Aug 20, 2009
-
-
Dan Gohman authored
the ErrorHandler callback. llvm-svn: 79541
-
- Aug 13, 2009
-
-
Dan Gohman authored
llvm-svn: 78848
-
- Aug 10, 2009
-
-
Daniel Dunbar authored
llvm-svn: 78553
-
- Jul 24, 2009
-
-
Daniel Dunbar authored
llvm-svn: 76961
-
- Jul 14, 2009
-
-
Torok Edwin authored
This adds location info for all llvm_unreachable calls (which is a macro now) in !NDEBUG builds. In NDEBUG builds location info and the message is off (it only prints "UREACHABLE executed"). llvm-svn: 75640
-
Torok Edwin authored
Fix by making the LLVM_UNREACHABLE pass __FILE__ and __LINE__ to llvm_unreachable. llvm-svn: 75631
-
- Jul 11, 2009
-
-
Torok Edwin authored
Make llvm_unreachable take an optional string, thus moving the cerr<< out of line. LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for NDEBUG builds. llvm-svn: 75379
-
- Jul 07, 2009
-
-
Torok Edwin authored
llvm-svn: 74923
-
Torok Edwin authored
This will replace exit()/abort() style error handling with an API that allows clients to register custom error handling hooks. The default is to call exit(1) when no error handler is provided. llvm-svn: 74922
-