- Sep 11, 2003
-
-
John Criswell authored
Organized the commands into three distinct groups on the main page. Fixed the hyperlinks in the main page. Removed as and dis; they will not exist with those names by Release 1. llvm-svn: 8485
-
John Criswell authored
Hopefully the group as a whole will update this into a real guide. llvm-svn: 8483
-
Misha Brukman authored
llvm-svn: 8478
-
John Criswell authored
directory. Cleaned up the Makefile so that it uses VPATH to find source files. llvm-svn: 8477
-
John Criswell authored
directory. Added Makefile.spec to the list of files to copy to the object directory. llvm-svn: 8476
-
John Criswell authored
directory. Added Makefile.spec to the list of files to copy to the object directory. Moved the configuration of $SourceDir to Makefile.config and corrected the conditional that surrounds it. This allows SPEC to reset it and get the correct VPATH. llvm-svn: 8475
-
Misha Brukman authored
llvm-svn: 8473
-
Chris Lattner authored
llvm-svn: 8472
-
Chris Lattner authored
the combination more effective llvm-svn: 8471
-
Chris Lattner authored
llvm-svn: 8470
-
Chris Lattner authored
llvm-svn: 8469
-
Chris Lattner authored
be more descriptive llvm-svn: 8468
-
Misha Brukman authored
llvm-svn: 8467
-
Misha Brukman authored
llvm-svn: 8466
-
John Criswell authored
This makes the output more consistent, and I just find aposthrophes annoying. :) llvm-svn: 8465
-
- Sep 10, 2003
-
-
Brian Gaeke authored
tools/extract instead..... heh llvm-svn: 8464
-
Misha Brukman authored
the #define up there too * Since we're including system headers, use the ones in include/llvm/Config * While we're here, use the canonical LLVM header ordering algorithm llvm-svn: 8463
-
Chris Lattner authored
llvm-svn: 8462
-
Chris Lattner authored
construction. Now there may be multiple root blocks, and null is a special node used to mark the "virtual" exit node of a CFG. llvm-svn: 8461
-
Chris Lattner authored
unify all exit nodes of a function to compute post-dominance information. This does not work with functions that have both unwind and return nodes, because we cannot unify these blocks. The new implementation is better anyway. :) llvm-svn: 8460
-
Chris Lattner authored
unify all exit nodes of a function to compute post-dominance information. This does not work with functions that have both unwind and return nodes, because we cannot unify these blocks. The new implementation is better anyway. :) llvm-svn: 8459
-
Chris Lattner authored
Remove using decl llvm-svn: 8458
-
Chris Lattner authored
llvm-svn: 8457
-
Chris Lattner authored
llvm-svn: 8456
-
Chris Lattner authored
llvm-svn: 8455
-
Chris Lattner authored
... or so I hope llvm-svn: 8454
-
Chris Lattner authored
command line if VERBOSE=1 llvm-svn: 8453
-
Chris Lattner authored
llvm-svn: 8452
-
Chris Lattner authored
llvm-svn: 8451
-
Chris Lattner authored
into the source directory llvm-svn: 8450
-
Brian Gaeke authored
llvm-svn: 8449
-
John Criswell authored
llvm-svn: 8447
-
Chris Lattner authored
llvm-svn: 8442
-
Chris Lattner authored
llvm-svn: 8440
-
John Criswell authored
directories. llvm-svn: 8439
-
Chris Lattner authored
llvm-svn: 8438
-
Misha Brukman authored
llvm-svn: 8436
-
Chris Lattner authored
llvm-svn: 8435
-
Chris Lattner authored
- make sure to check the indvar type before anything else (efficiency) - Make sure to insert the 'add' into the program, even though it'll be dead - Wrap code at 80 columns - Other minor cleanups to reduce indentation level llvm-svn: 8434
-
John Criswell authored
some confusion when trying to generate files (it probably couldn't tell that ./file and $(SourceDir)/file may be the same file). Now, just let VPATH find everything, and list the primary tblgen file first in the list of dependencies so that we can just use $< to reference it in the make rule. This should hopefully fix the nightly tester. llvm-svn: 8433
-