llvm-6502/tools
Misha Brukman a259c9be2a Made a bunch of cleanups, as per Chris' recommendations:
* Removed unused global and member variables
* Fixed comments (CodeGeneratorBug.cpp)
* Check for possibly failing GCC::create() and CBE::create()
* Remove generated files after diffing the output (e.g., shared object)
* Instead of using std::for_each, use explicit loops as std::for_each may
  duplicate the functor, and ours carries state
* Changed member var from cl::opt<std::string> to just std::string
* Fixed doxygen comments
* Fixed string comparisons to use [ str.empty() ] instead of [ str == "" ]
* Cache instances of CBE and GCC in BugDriver across compilations and executions
  while testing tools.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7302 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-24 21:59:10 +00:00
..
analyze The word separate' only has one e'. 2003-07-14 17:20:40 +00:00
as Add support for: -o - 2003-05-31 21:47:16 +00:00
bugpoint Made a bunch of cleanups, as per Chris' recommendations: 2003-07-24 21:59:10 +00:00
dis Add support for: -o - 2003-05-31 21:47:16 +00:00
extract Move the function extractor pass from tools/extract into lib/Xform/IPO 2002-11-19 18:42:59 +00:00
gccas Add tail duplication pass to the pipeline, move the verifier pass to the front 2003-06-22 20:11:45 +00:00
gccld Run the simplify CFG pass after instcombine which has the effect of deleting 2003-06-26 05:29:50 +00:00
link Fix major bug in my last checkin. :( 2003-06-13 16:10:26 +00:00
llc Initialize the target architecture based on compiler defines, so if compiled on 2003-07-18 22:21:40 +00:00
lli * If compiling on X86 or Sparc, automagically enable the JIT for that arch 2003-07-02 17:53:19 +00:00
llvm-as Add support for: -o - 2003-05-31 21:47:16 +00:00
llvm-dis Add support for: -o - 2003-05-31 21:47:16 +00:00
llvm-extract Move the function extractor pass from tools/extract into lib/Xform/IPO 2002-11-19 18:42:59 +00:00
llvm-link Fix major bug in my last checkin. :( 2003-06-13 16:10:26 +00:00
opt Remove instloops library 2003-07-21 19:07:27 +00:00
Makefile Get rid of really old makefile cruft 2003-05-14 21:31:31 +00:00