llvm-6502/tools
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
..
analyze
bugpoint Substantial cleanups: 2003-10-14 21:34:11 +00:00
extract
gccas
gccld Don't include "Config/stdlib.h". 2003-10-10 19:12:22 +00:00
llc
llee
lli
llvm-ar Rewrite head-of-file comment. 2003-10-10 18:47:08 +00:00
llvm-as
llvm-dis
llvm-extract
llvm-link
opt
Makefile