- Jan 22, 2005
-
-
Jeff Cohen authored
llvm-svn: 19747
-
- Dec 17, 2004
-
-
Reid Spencer authored
* removeFile() -> sys::Path::destroyFile() * remove extraneous toString() calls * convert local variables representing path names from std::string to sys::Path * Use sys::Path objects with FileRemove instead of std::string * Use sys::Path methods for construction of path names llvm-svn: 19001
-
- Sep 02, 2004
-
-
Reid Spencer authored
Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
-
- Jul 29, 2004
-
-
Misha Brukman authored
llvm-svn: 15334
-
- Jul 23, 2004
-
-
Misha Brukman authored
* Print out another '\n' after printing out program execution status * Make sure code wraps at 80 cols llvm-svn: 15123
-
- May 25, 2004
-
-
Reid Spencer authored
llvm-svn: 13754
-
- Mar 14, 2004
-
-
Chris Lattner authored
* Make several methods of bugdriver global functions (ParseInputFile, PrintFunctionList) * Make PrintFunctionList truncate the output after 10 entries, like the crash debugger did. This allows code sharing. * Add a couple of methods to BugDriver that allows us to eliminate some friends * Improve comments in ExtractFunction.cpp * Make classes that used to be friends up bugdriver now live in anon namespaces * Rip a bunch of functionality in the miscompilation tester into a new TestMergedProgram function for future code sharing. * Fix a bug in the miscompilation tester induced in my last checkin llvm-svn: 12393
-
- Mar 13, 2004
-
-
Chris Lattner authored
Also remove an option to disable adce :) llvm-svn: 12359
-
- Feb 19, 2004
-
-
Chris Lattner authored
llvm-svn: 11617
-
Chris Lattner authored
* Implement a new code generator crash debugger which uses this predicate llvm-svn: 11614
-
- Feb 18, 2004
-
-
Chris Lattner authored
classes in an anon namespace llvm-svn: 11604
-
Chris Lattner authored
many 'friends' of bugdriver. llvm-svn: 11603
-
Chris Lattner authored
llvm-svn: 11602
-
- Jan 14, 2004
-
-
Chris Lattner authored
llvm-svn: 10839
-
- Nov 22, 2003
-
-
Chris Lattner authored
llvm-svn: 10160
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Nov 05, 2003
-
-
Chris Lattner authored
in final cleanups. Then you had to run the whole mess again with -disable-final-cleanups. This makes bugpoint run the cleanups in a protected environment so that if they crash, bugpoint itself doesn't crash. This makes things much happier, implements a FIXME, and gets rid of YABPO (yet another bugpoint option). llvm-svn: 9743
-
Chris Lattner authored
llvm-svn: 9740
-
- Oct 27, 2003
-
-
Chris Lattner authored
llvm-svn: 9523
-
- Oct 20, 2003
-
-
Chris Lattner authored
llvm-svn: 9293
-
John Criswell authored
llvm-svn: 9291
-
- Oct 10, 2003
-
-
Misha Brukman authored
llvm-svn: 9027
-
- Aug 18, 2003
-
-
Misha Brukman authored
llvm-svn: 7944
-
- Aug 07, 2003
-
-
Misha Brukman authored
llvm-svn: 7696
-
Misha Brukman authored
llvm-svn: 7689
-
Misha Brukman authored
llvm-svn: 7687
-
- Aug 05, 2003
-
-
Chris Lattner authored
narrowing, no matter what. llvm-svn: 7596
-
Misha Brukman authored
llvm-svn: 7594
-
- Aug 04, 2003
-
-
John Criswell authored
blocks. This fixes the bugpoint regressions. llvm-svn: 7569
-
- Jun 25, 2003
-
-
Chris Lattner authored
llvm-svn: 6897
-
- Jun 02, 2003
-
-
Chris Lattner authored
llvm-svn: 6533
-
- Apr 25, 2003
-
-
Chris Lattner authored
about them. Try to delete them if it doesn't affect the passes. llvm-svn: 5918
-
Chris Lattner authored
Speed up convergence significantly and also reduce the size of testcases by making large portions of a function's CFG dead at a time. llvm-svn: 5915
-
Chris Lattner authored
- if (I->isExternal() && !Functions.count(I)) + if (!I->isExternal() && !Functions.count(I)) We were not actually deleting any functions from the module! llvm-svn: 5914
-
Chris Lattner authored
only occur when multiple passes interact or when multiple functions exist in a module llvm-svn: 5911
-
- Apr 24, 2003
-
-
Chris Lattner authored
is miscompiling. llvm-svn: 5893
-
- Feb 28, 2003
-
-
Chris Lattner authored
- This also speeds it up as the bytecode writer isn't terribly fast. * Add a new cleanup pass after everything else to run -funcresolve -globaldce llvm-svn: 5668
-
- Jan 23, 2003
-
-
Chris Lattner authored
out of a large function to reduce it. llvm-svn: 5408
-
- Dec 24, 2002
-
-
Chris Lattner authored
llvm-svn: 5119
-
- Nov 20, 2002
-
-
Chris Lattner authored
llvm-svn: 4789
-