| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
option description.
llvm-svn: 175682
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 160897
|
|
|
|
|
|
|
| |
Function names should be camel case, and start with a lower case letter. No
functional change intended.
llvm-svn: 160813
|
|
|
|
| |
llvm-svn: 120298
|
|
|
|
| |
llvm-svn: 101376
|
|
|
|
| |
llvm-svn: 99414
|
|
|
|
|
|
| |
release mode.
llvm-svn: 94001
|
|
|
|
| |
llvm-svn: 92083
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
namespace to match function declaration in Debug.h.
llvm-svn: 86544
|
|
|
|
|
|
|
| |
stuff) to programmatically control the current debug flavor. While
I'm at it, doxygenate Debug.h and clean it up.
llvm-svn: 85395
|
|
|
|
|
|
| |
- The world needs better C++ refactoring tools, can I get an Amen!?
llvm-svn: 79843
|
|
|
|
| |
llvm-svn: 79835
|
|
|
|
| |
llvm-svn: 76425
|
|
|
|
| |
llvm-svn: 50196
|
|
|
|
| |
llvm-svn: 45418
|
|
|
|
|
|
| |
one should.
llvm-svn: 32845
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
now cerr, cout, and NullStream resp.
llvm-svn: 32298
|
|
|
|
| |
llvm-svn: 31819
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 21422
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 10464
|
|
|
|
| |
llvm-svn: 9903
|
|
|
|
|
|
| |
Header files will be on the way.
llvm-svn: 9298
|
|
|
|
| |
llvm-svn: 7788
|
|
llvm-svn: 7494
|