- Oct 10, 2003
-
-
Brian Gaeke authored
llvm-svn: 9008
-
- Oct 06, 2003
-
-
Misha Brukman authored
llvm-svn: 8898
-
Chris Lattner authored
llvm-svn: 8889
-
- Oct 05, 2003
-
-
Chris Lattner authored
llvm-svn: 8874
-
- Sep 30, 2003
-
-
Misha Brukman authored
llvm-svn: 8755
-
Misha Brukman authored
bugpoint for general usage and enjoyment. llvm-svn: 8754
-
- Sep 29, 2003
-
-
John Criswell authored
llvm-svn: 8735
-
- Sep 17, 2003
-
-
John Criswell authored
program. Added the use of const (which compiles and is hopefully correct). Added comments. llvm-svn: 8585
-
John Criswell authored
arguments and environment. Perhaps it should be merged with the RunProgramWithTimeout function, but I'd want to allow it to inherit the parent process's stdin and stdout. I'll save that for a rainy day... llvm-svn: 8577
-
- Sep 16, 2003
-
-
Brian Gaeke authored
No really, years. llvm-svn: 8566
-
Misha Brukman authored
llvm-svn: 8559
-
- Sep 02, 2003
-
-
John Criswell authored
llvm-svn: 8327
-
John Criswell authored
Return failure if the chmod() fails. llvm-svn: 8326
-
John Criswell authored
gives it execute access while respecting the user's umask. llvm-svn: 8324
-
- Aug 24, 2003
-
-
Chris Lattner authored
llvm-svn: 8140
-
- Aug 23, 2003
-
-
Chris Lattner authored
llvm-svn: 8072
-
- Aug 15, 2003
-
-
Brian Gaeke authored
Many changes suggested by Chris. It's okay, I'll recover from the emotional damage...maybe someday. :-) Collapse ParseCStringVector into ParseStringVector. Comment it. Make it take a const input. Use std::string::npos instead of -1 (what a mouthful!) Make ParseEnvironmentOptions take const inputs. Check its args at the very beginning. Strdup all the contents of newArgv and free them all at the end. include/Support/CommandLine.h: Constify progName and envVar arguments to ParseEnvironmentOptions(). llvm-svn: 7905
-
Brian Gaeke authored
llvm-svn: 7851
-
- Aug 13, 2003
-
-
Chris Lattner authored
llvm-svn: 7831
-
- Aug 12, 2003
-
-
Chris Lattner authored
llvm-svn: 7788
-
- Aug 11, 2003
-
-
Chris Lattner authored
llvm-svn: 7741
-
- Aug 07, 2003
-
-
Misha Brukman authored
llvm-svn: 7695
-
Misha Brukman authored
llvm-svn: 7694
-
Misha Brukman authored
llvm-svn: 7693
-
Misha Brukman authored
llvm-svn: 7691
-
- Aug 02, 2003
-
-
Chris Lattner authored
llvm-svn: 7494
-
Chris Lattner authored
llvm-svn: 7493
-
- Aug 01, 2003
-
-
Chris Lattner authored
llvm-svn: 7487
-
Chris Lattner authored
llvm-svn: 7483
-
Chris Lattner authored
llvm-svn: 7480
-
- Jul 31, 2003
-
-
Chris Lattner authored
See the comments in the patch for details. llvm-svn: 7457
-
Chris Lattner authored
llvm-svn: 7456
-
- Jul 30, 2003
-
-
Chris Lattner authored
llvm-svn: 7421
-
- Jul 28, 2003
-
-
Misha Brukman authored
resolution of symbols in the .so possible (currently assists debugging with bugpoint). llvm-svn: 7366
-
- Jul 25, 2003
-
-
Brian Gaeke authored
<string>, or llvm/Value.h. Move up the inclusion of llvm/Support/Mangler.h. llvm-svn: 7321
-
- Jul 24, 2003
-
-
Brian Gaeke authored
Mangler.cpp: Constify parameter to makeNameProper, and use const_iterator. Make Count an unsigned int, and use utostr(). Don't name parameters things that start with underscore. Mangler.h: All of the above, and also: Add Emacs mode-line. Include <set>. llvm-svn: 7301
-
Brian Gaeke authored
into this new support class. llvm-svn: 7300
-
- Jul 23, 2003
-
-
Chris Lattner authored
whether the constant is signed or unsigned, then casting llvm-svn: 7252
-
- Jul 14, 2003
-
-
Misha Brukman authored
llvm-svn: 7173
-
- Jul 10, 2003
-
-
Misha Brukman authored
llvm-svn: 7160
-