- Jan 22, 2005
-
-
Jeff Cohen authored
llvm-svn: 19747
-
- Jan 15, 2005
-
-
Chris Lattner authored
llvm-svn: 19564
-
- Dec 30, 2004
-
-
Reid Spencer authored
* Place a try/catch block around the entire tool to Make sure std::string exceptions are caught and printed before exiting the tool. * Make sure we catch unhandled exceptions at the top level so that we don't abort with a useless message but indicate than an unhandled exception was generated. llvm-svn: 19192
-
- Dec 27, 2004
-
-
Reid Spencer authored
* sys::PreventCoreFiles -> sys::Process::PreventCoreFiles llvm-svn: 19162
-
- Dec 22, 2004
-
-
Brian Gaeke authored
function or something. Since FileRemover takes a const reference to sys::Path, we need to pass an actual sys::Path variable. llvm-svn: 19111
-
- Dec 20, 2004
-
-
Reid Spencer authored
the declaration of a function to compile this. llvm-svn: 19073
-
Misha Brukman authored
llvm-svn: 19068
-
- 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
-
- Dec 15, 2004
-
-
Reid Spencer authored
* Convert use of getUniqueFilename to sys::Path::makeUnique(); llvm-svn: 18949
-
- Dec 13, 2004
-
-
Reid Spencer authored
llvm-svn: 18863
-
- Nov 25, 2004
-
-
Reid Spencer authored
llvm-svn: 18255
-
- Nov 19, 2004
-
-
Chris Lattner authored
LinkModules nukes the second module argument. llvm-svn: 17986
-
- Nov 18, 2004
-
-
Chris Lattner authored
llvm-svn: 17963
-
Chris Lattner authored
llvm-svn: 17962
-
- Nov 16, 2004
-
-
Chris Lattner authored
llvm-svn: 17874
-
- Nov 15, 2004
-
-
Reid Spencer authored
llvm-svn: 17804
-
Reid Spencer authored
llvm-svn: 17801
-
- Nov 07, 2004
-
-
Reid Spencer authored
llvm-svn: 17566
-
- Oct 28, 2004
-
-
Reid Spencer authored
llvm-svn: 17286
-
- Oct 22, 2004
-
-
Reid Spencer authored
llvm-svn: 17168
-
Reid Spencer authored
llvm-svn: 17155
-
- Oct 19, 2004
-
-
Reid Spencer authored
llvm-svn: 17136
-
- Oct 13, 2004
-
-
Reid Spencer authored
llvm-svn: 16950
-
- Oct 12, 2004
-
-
Misha Brukman authored
llvm-svn: 16940
-
Misha Brukman authored
llvm-svn: 16939
-
- Oct 11, 2004
-
-
Reid Spencer authored
llvm-svn: 16894
-
- Sep 20, 2004
-
-
Chris Lattner authored
from ModulePass. Instead of implementing Pass::run, then should implement ModulePass::runOnModule. llvm-svn: 16436
-
- 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
-
- Aug 29, 2004
-
-
Reid Spencer authored
independence of the tool. llvm-svn: 16092
-
Reid Spencer authored
llvm-svn: 16091
-
- Aug 12, 2004
-
-
Chris Lattner authored
llvm-svn: 15675
-
- Jul 29, 2004
-
-
Misha Brukman authored
llvm-svn: 15334
-
- Jul 24, 2004
-
-
Chris Lattner authored
llvm-svn: 15163
-
- 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
-
- Jul 21, 2004
-
-
Brian Gaeke authored
llvm-svn: 15089
-
- Jul 18, 2004
-
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage llvm-svn: 14953
-
- Jul 16, 2004
-
-
Chris Lattner authored
llvm-svn: 14867
-
- Jul 11, 2004
-
-
Chris Lattner authored
llvm-svn: 14740
-
- Jul 04, 2004
-
-
Reid Spencer authored
llvm-svn: 14623
-
- Jun 23, 2004
-
-
Misha Brukman authored
llvm-svn: 14351
-