llvm-6502/lib
David Greene b5d568cc70 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92002 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-23 16:39:06 +00:00
..
Analysis The phi translated pointer can be computed when returning a partially cached result 2009-12-22 04:25:02 +00:00
Archive
AsmParser
Bitcode
CodeGen Use more sensible type for flags in asms. PR 5570. 2009-12-23 07:32:51 +00:00
CompilerDriver
ExecutionEngine Partially revert r91626. Materializing extra functions to determine whether 2009-12-22 23:47:23 +00:00
Linker
MC
Support Provide dbgs(), a circular-buffering debug output stream. By default it 2009-12-23 16:39:06 +00:00
System
Target Reapply 91904. 2009-12-23 11:19:09 +00:00
Transforms Update objectsize intrinsic and associated dependencies. Fix 2009-12-23 02:51:48 +00:00
VMCore Qualify a bunch of explicit template instantiations to satisfy clang++. 2009-12-19 00:55:12 +00:00
Makefile