llvm-6502/include/llvm/Support
Chris Lattner 7915a1e764 Substantial cleanups:
* Add header comment
 * Remove extraneous #includes
 * Move the FileType enum into the GCC class
 * The GCC class is not virtual.
 * Move all of the "constructor" functions into the classes themselves
 * Stop using cl::list as arguments, use std::vector instead (which cl::list
   derives from)
 * Improve comments


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9121 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-14 21:34:11 +00:00
..
Annotation.h Use the C++ <cassert> header, not the C <assert.h> header 2003-07-25 17:34:17 +00:00
CallSite.h Fix spelling. 2003-10-10 17:42:19 +00:00
Casting.h Standardize header file comments 2003-09-30 18:37:50 +00:00
CFG.h Standardize header file comments 2003-09-30 18:37:50 +00:00
CommandLine.h Standardize header file comments 2003-09-30 18:37:50 +00:00
ConstantRange.h
Debug.h Move debugging support out of Statistic.h into Debug.h, implement the new DEBUG_TYPE facilities 2003-08-01 22:12:40 +00:00
DOTGraphTraits.h Standardize header file comments 2003-09-30 18:37:50 +00:00
DynamicLinker.h Add my abstracted dynamic linker support files. 2003-10-10 16:55:42 +00:00
FileUtilities.h Added the MakeFileReadable() method. 2003-09-02 21:09:30 +00:00
GraphWriter.h Standardize header file comments 2003-09-30 18:37:50 +00:00
InstIterator.h Standardize header file comments 2003-09-30 18:37:50 +00:00
InstVisitor.h Standardize header file comments 2003-09-30 18:37:50 +00:00
LeakDetector.h
Linker.h Standardize header file comments 2003-09-30 18:37:50 +00:00
Mangler.h Standardize header file comments 2003-09-30 18:37:50 +00:00
MathExtras.h Standardize header file comments 2003-09-30 18:37:50 +00:00
PassNameParser.h
SystemUtils.h Standardize header file comments 2003-09-30 18:37:50 +00:00
Timer.h Doxygenize class comments. Add new NamedRegionTimer class 2003-10-06 15:02:16 +00:00
ToolRunner.h Substantial cleanups: 2003-10-14 21:34:11 +00:00
TypeInfo.h Standardize header file comments 2003-09-30 18:37:50 +00:00
ValueHolder.h Of course, the copy ctor really should copy the operand as well 2003-08-23 20:06:38 +00:00