- Mar 09, 2005
-
-
Chris Lattner authored
llvm-svn: 20525
-
- Feb 27, 2005
-
-
Chris Lattner authored
llvm-svn: 20340
-
- Feb 14, 2005
-
-
Chris Lattner authored
llvm-svn: 20168
-
- Dec 19, 2004
-
-
Reid Spencer authored
* Pass sys::Path instead of std::string for paths * Correct the types of arguments passed to RunProgramWithTimeout due to its interface using sys::Path instead of std::string * Replace "/dev/null" (not portable) with empty string which sys::Program::ExecuteAndWait recognizes as "redirect to bit bucket" llvm-svn: 19041
-
- Dec 17, 2004
-
-
Reid Spencer authored
* Make the OutputC and OutputAsm functions work with sys::Path for the output file name instead of using std::string. * Get rid of extraneous "toString" calls. * Change "removeFile" to sys::Path::destroyFile() llvm-svn: 19000
-
- Dec 15, 2004
-
-
Reid Spencer authored
* Remove #inclusion of FileUtilities.h, not needed any more. * Convert getUniqueFilename -> sys::Pat::makeUnique() llvm-svn: 18948
-
- Dec 14, 2004
-
-
Reid Spencer authored
Adjust to changes in the interface of FindExecutable, getting ToolRunner ready for bigger things to come. llvm-svn: 18919
-
- Nov 29, 2004
-
-
Reid Spencer authored
llvm-svn: 18353
-
- Nov 09, 2004
-
-
Nate Begeman authored
llvm-svn: 17637
-
- Oct 18, 2004
-
-
Nate Begeman authored
Pass -single_module option to gcc when linking dynamic libraries for use with bugpoint, so that we can bugpoint multiple .cp files llvm-svn: 17102
-
- 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 24, 2004
-
-
Chris Lattner authored
llvm-svn: 15160
-
- Jul 21, 2004
-
-
Brian Gaeke authored
llvm-svn: 15089
-
- Jul 19, 2004
-
-
Chris Lattner authored
llvm-svn: 14995
-
Chris Lattner authored
Patch contributed by the fabulous Nate Begeman. llvm-svn: 14994
-
- Jul 16, 2004
-
-
Misha Brukman authored
llvm-svn: 14892
-
- May 05, 2004
-
-
Brian Gaeke authored
llvm-svn: 13364
-
- May 04, 2004
-
-
Brian Gaeke authored
fills in a ToolArgs vector in the AbstractInterpreter if it is set. This ToolArgs vector is used to pass additional arguments to LLI and/or LLC. This is intended to address Bug 40. Also, make -debug-only=toolrunner work for the LLC and CBE AbstractInterpreters. llvm-svn: 13356
-
- Apr 05, 2004
-
-
Chris Lattner authored
llvm-svn: 12674
-
- Feb 19, 2004
-
-
Alkis Evlogimenos authored
interface: getMessage() is gone, use what() instead. llvm-svn: 11621
-
Chris Lattner authored
llvm-svn: 11611
-
- Feb 18, 2004
-
-
Chris Lattner authored
llvm-svn: 11601
-
Chris Lattner authored
llvm-svn: 11600
-
Chris Lattner authored
If there is an error running a tool, include the error message (e.g. assertion failure) in the exception llvm-svn: 11597
-
Chris Lattner authored
of calling exit(1). llvm-svn: 11593
-
- Feb 17, 2004
-
-
Chris Lattner authored
llvm-svn: 11533
-
- Jan 26, 2004
-
-
John Criswell authored
every file. llvm-svn: 10976
-
- Dec 14, 2003
-
-
Chris Lattner authored
llvm-svn: 10464
-
- Nov 18, 2003
-
-
Brian Gaeke authored
llvm-svn: 10066
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
- Oct 19, 2003
-
-
Chris Lattner authored
llvm-svn: 9251
-
Chris Lattner authored
llvm-svn: 9250
-
- Oct 18, 2003
-
-
Chris Lattner authored
all, making it pointless for use with the code generator debugger. With it, it works like a charm. llvm-svn: 9245
-
- Oct 14, 2003
-
-
Chris Lattner authored
llvm-svn: 9129
-
Chris Lattner authored
* 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 llvm-svn: 9121
-
Chris Lattner authored
llvm-svn: 9119
-
- Oct 13, 2003
-
-
Chris Lattner authored
llvm-svn: 9097
-
- Oct 06, 2003
-
-
Misha Brukman authored
llvm-svn: 8898
-
- Sep 30, 2003
-
-
Misha Brukman authored
bugpoint for general usage and enjoyment. llvm-svn: 8754
-