index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
Debug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
The --debug-only option now takes a comma separated list of debug types.
Christof Douma
2016-01-12
1
-3
/
+5
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Avoid creating and destroying a std::string on every iteration.
Yaron Keren
2015-05-27
1
-2
/
+2
*
Misc cleanup. NFC.
Rafael Espindola
2015-04-09
1
-3
/
+3
*
This reverts commit r234460 and r234461.
Rafael Espindola
2015-04-09
1
-2
/
+3
*
Add classof implementations to the raw_ostream classes.
Rafael Espindola
2015-04-09
1
-3
/
+2
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Provide the same ABI regardless of NDEBUG
Dmitri Gribenko
2015-02-19
1
-28
/
+37
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Allow multiple -debug-only args
Matthias Braun
2014-11-21
1
-6
/
+17
*
Removing static initializer from Debug.cpp by converting to a ManagedStatic.
Chris Bieneman
2014-09-03
1
-4
/
+5
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-1
/
+1
*
Fix accidental concatenation for "outputuntil" in the -debug-buffer-size opti...
Erik Verbruggen
2013-02-20
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Typos.
Chad Rosier
2012-07-27
1
-1
/
+1
*
Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;
Chad Rosier
2012-07-26
1
-5
/
+5
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Fix a bunch of namespace polution.
Dan Gohman
2010-04-15
1
-2
/
+9
*
Fix minor style issues.
Dan Gohman
2010-03-24
1
-2
/
+1
*
Fix an infinite recursion problem. dbgs() should return errs() in
David Greene
2010-01-20
1
-2
/
+2
*
Clarify how dbgs() operates.
David Greene
2009-12-23
1
-1
/
+1
*
Provide dbgs(), a circular-buffering debug output stream. By default it
David Greene
2009-12-23
1
-1
/
+55
*
Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm na...
Xerxes Ranby
2009-11-09
1
-1
/
+1
*
add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JIT
Chris Lattner
2009-10-28
1
-0
/
+11
*
Fix some refactos for iostream changes (in -Asserts mode).
Daniel Dunbar
2009-08-23
1
-5
/
+5
*
eliminate DOUT and make Debug.h not include Streams.h anymore, woo!
Chris Lattner
2009-08-23
1
-40
/
+18
*
Hide the DOUT static variable behind a function interface.
David Greene
2009-07-20
1
-0
/
+8
*
Make these variables static.
Dan Gohman
2008-04-23
1
-4
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
The previous implementation of LLVM Streams wasn't removing symbols. This
Bill Wendling
2007-01-03
1
-1
/
+2
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-2
/
+2
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-3
/
+3
*
Moved definition of llvm_ostream wrappers to the Streams.cpp file.
Bill Wendling
2006-11-17
1
-4
/
+3
*
Added "DOUT" macro. This is used as a replacement for the std::cerr
Bill Wendling
2006-11-17
1
-0
/
+12
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-2
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
Finegrainify namespacification
Chris Lattner
2003-12-14
1
-7
/
+4
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Reenable optimized build
Chris Lattner
2003-08-12
1
-0
/
+4
*
Move debug functionality to Debug.cpp/Debug.h
Chris Lattner
2003-08-01
1
-0
/
+53