"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "ea8eea2c4558802ee2d4d934563044ff2bb80655"
- Feb 20, 2013
-
-
Erik Verbruggen authored
llvm-svn: 175682
-
- 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
-
- Jul 27, 2012
-
-
Chad Rosier authored
llvm-svn: 160897
-
- Jul 26, 2012
-
-
Chad Rosier authored
Function names should be camel case, and start with a lower case letter. No functional change intended. llvm-svn: 160813
-
- Nov 29, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120298
-
- Apr 15, 2010
-
-
Dan Gohman authored
llvm-svn: 101376
-
- Mar 24, 2010
-
-
Dan Gohman authored
llvm-svn: 99414
-
- Jan 20, 2010
-
-
David Greene authored
Fix an infinite recursion problem. dbgs() should return errs() in release mode. llvm-svn: 94001
-
- Dec 24, 2009
-
-
David Greene authored
Clarify how dbgs() operates. llvm-svn: 92083
-
- Dec 23, 2009
-
-
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
-
- Nov 09, 2009
-
-
Xerxes Ranby authored
Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm namespace to match function declaration in Debug.h. llvm-svn: 86544
-
- Oct 28, 2009
-
-
Chris Lattner authored
stuff) to programmatically control the current debug flavor. While I'm at it, doxygenate Debug.h and clean it up. llvm-svn: 85395
-
- Aug 23, 2009
-
-
Daniel Dunbar authored
- The world needs better C++ refactoring tools, can I get an Amen!? llvm-svn: 79843
-
Chris Lattner authored
llvm-svn: 79835
-
- Jul 20, 2009
-
-
David Greene authored
Hide the DOUT static variable behind a function interface. llvm-svn: 76425
-
- Apr 24, 2008
-
-
Dan Gohman authored
llvm-svn: 50196
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- Jan 03, 2007
-
-
Bill Wendling authored
one should. llvm-svn: 32845
-
- Dec 17, 2006
-
-
Bill Wendling authored
rework the hacks that had us passing OStream in. We pass in std::ostream* instead, check for null, and then dispatch to the correct print() method. llvm-svn: 32636
-
- Dec 07, 2006
-
-
Bill Wendling authored
now cerr, cout, and NullStream resp. llvm-svn: 32298
-
- Nov 17, 2006
-
-
Bill Wendling authored
llvm-svn: 31819
-
Bill Wendling authored
stream. It centralizes the use of std::cerr so that static c'tor/d'tors aren't scattered around all over the place. The way to use it is like this: DOUT << "This is a status line: " << Var << "\n"; If "-debug" is specified, it will print. Otherwise, it'll not print. If NDEBUG is defined, the DOUT does nothing. llvm-svn: 31798
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21422
-
- Sep 02, 2004
-
-
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
-
- Dec 14, 2003
-
-
Chris Lattner authored
llvm-svn: 10464
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
- Aug 12, 2003
-
-
Chris Lattner authored
llvm-svn: 7788
-
- Aug 02, 2003
-
-
Chris Lattner authored
llvm-svn: 7494
-