- Sep 11, 2003
-
-
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
-
Chris Lattner authored
llvm-svn: 8432
-
Chris Lattner authored
llvm-svn: 8431
-
Chris Lattner authored
be the canonical form for the word llvm-svn: 8430
-
Chris Lattner authored
llvm-svn: 8429
-
Chris Lattner authored
llvm-svn: 8428
-
Chris Lattner authored
llvm-svn: 8427
-
Chris Lattner authored
llvm-svn: 8426
-
- Sep 09, 2003
-
-
Misha Brukman authored
llvm-svn: 8425
-
John Criswell authored
much cleaner and easier. Labeled .td as a suffix for tblgen files in Makefile.rules. Modified build rules so that source files generated during the build are placed in the build directory and not the source directory (and not in a Debug directory). This makes the system cleaner and allows us to have a read-only source tree. llvm-svn: 8424
-
John Criswell authored
llvm-svn: 8423
-
Chris Lattner authored
Loads "mayWriteToMemory" if they are volatile llvm-svn: 8422
-
Chris Lattner authored
llvm-svn: 8421
-
Chris Lattner authored
llvm-svn: 8420
-
John Criswell authored
We want to check for length 5 because we might get the "llvm." string as the name. That string is in the LLVM namespace and should be checked as such. We also don't have to worry about garbage data because (I believe) the string class will return a valid value. So, the switch statement will work and we don't have to worry about the code wandering into segfault land. llvm-svn: 8419
-