- Oct 29, 2003
-
-
Chris Lattner authored
llvm-svn: 9596
-
- Oct 28, 2003
-
-
Chris Lattner authored
llvm-svn: 9566
-
Chris Lattner authored
$ profile.pl foo.bc <args> ... to instrument, run, then print a program profile! llvm-svn: 9560
-
Chris Lattner authored
llvm-svn: 9544
-
- Oct 27, 2003
-
-
Chris Lattner authored
llvm-svn: 9524
-
- Oct 21, 2003
-
-
Chris Lattner authored
llvm-svn: 9330
-
Chris Lattner authored
llvm-svn: 9328
-
John Criswell authored
llvm-svn: 9324
-
John Criswell authored
llvm-svn: 9314
-
- Oct 20, 2003
-
-
John Criswell authored
llvm-svn: 9305
-
- Oct 19, 2003
-
-
Chris Lattner authored
Add printouts about failed building and testing. llvm-svn: 9253
-
- Oct 18, 2003
-
-
Chris Lattner authored
llvm-svn: 9235
-
- Oct 17, 2003
-
-
Brian Gaeke authored
llvm-svn: 9188
-
- Oct 16, 2003
-
-
John Criswell authored
They are already marked precious in llvm/Makefile.rules, and removing this line seems to fix the Makefile so that the Yacc output is placed into the object tree and not the source tree. llvm-svn: 9179
-
- Oct 14, 2003
-
-
Chris Lattner authored
llvm-svn: 9110
-
- Oct 13, 2003
-
-
John Criswell authored
llvm-svn: 9102
-
Misha Brukman authored
llvm-svn: 9099
-
Chris Lattner authored
llvm-svn: 9071
-
- Oct 11, 2003
-
-
Brian Gaeke authored
try to understand it; maybe this will help someone else do so too. Default CVSRootDir to $CVSROOT first, then the path in ~vadve only if $CVSROOT was not set. Checkout with -z3 if we might be checking out over ssh/rsh. Check the filename of gnuplot to see if it is executable; if not, as a last resort, try just plain "gnuplot", hoping it is in the path somewhere. Remove a little extra whitespace. llvm-svn: 9046
-
- Oct 10, 2003
-
-
Brian Gaeke authored
causing the build of lib/Target/X86 to fail. llvm-svn: 9042
-
Chris Lattner authored
llvm-svn: 9000
-
- Oct 09, 2003
-
-
Chris Lattner authored
llvm-svn: 8982
-
- Oct 08, 2003
-
-
Alkis Evlogimenos authored
and TargetInstrDescriptor::ImplicitUses to always point to a null terminated array and never be null. So there is no need to check for pointer validity when iterating over those sets. Code that looked like: if (const unsigned* AS = TID.ImplicitDefs) { for (int i = 0; AS[i]; ++i) { // use AS[i] } } was changed to: for (const unsigned* AS = TID.ImplicitDefs; *AS; ++AS) { // use *AS } llvm-svn: 8960
-
Alkis Evlogimenos authored
llvm-svn: 8959
-
- Oct 06, 2003
-
-
Brian Gaeke authored
llvm-svn: 8891
-
- Oct 05, 2003
-
-
Chris Lattner authored
llvm-svn: 8880
-
Chris Lattner authored
llvm-svn: 8875
-
- Oct 01, 2003
-
-
Chris Lattner authored
llvm-svn: 8806
-
- Sep 29, 2003
-
-
John Criswell authored
llvm-svn: 8734
-
- Sep 24, 2003
-
-
Chris Lattner authored
llvm-svn: 8694
-
- Sep 23, 2003
-
-
Chris Lattner authored
llvm-svn: 8690
-
- Sep 18, 2003
-
-
Chris Lattner authored
llvm-svn: 8589
-
- Sep 15, 2003
-
-
Vikram S. Adve authored
version (instead of 2 fixed choices). llvm-svn: 8525
-
Vikram S. Adve authored
With these changes, you can still run makellvm directly from your source tree as follows: % makellvm [toolname] ## looks for obj-root in default places (see below) or % makellvm -obj obj-root [toolname] ## specify obj-root explicitly. With the first from, `makellvm' checks the following places in order and uses the first one that contains the file `Makefile.config': (1) Your src-root directory (2) /localhome/$USER/llvm Other choices can be added to this list. llvm-svn: 8509
-
- Sep 14, 2003
-
-
Chris Lattner authored
llvm-svn: 8508
-
- Sep 08, 2003
-
-
Chris Lattner authored
llvm-svn: 8397
-
Chris Lattner authored
llvm-svn: 8396
-
Vikram S. Adve authored
Add debugging support. llvm-svn: 8389
-
- Aug 24, 2003
-
-
Chris Lattner authored
llvm-svn: 8091
-
- Aug 21, 2003
-
-
Misha Brukman authored
llvm-svn: 8017
-