- Sep 10, 2003
-
-
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
-
John Criswell authored
be at least 6 characters, since something must follow the "llvm." string in the function name. This seems to fix an assertion failure with the SingleSource tests, too. llvm-svn: 8418
-
Chris Lattner authored
into the struct case. * Extend printConstantValueOnly to print .zero's if the initializer is zero * Delete dead isConstantFunctionPointerRef function * Emit the appropriate assembly for the various linkage types! llvm-svn: 8417
-
John Criswell authored
overview of what we changed (which is probably all that the author was looking for). llvm-svn: 8416
-
John Criswell authored
abort() when we can't open the input filename. The abort() function generates a core dump if possible and is meant for handling errors so grand that even the program knows that debugging is necessary. llvm-svn: 8415
-
- Sep 08, 2003
-
-
John Criswell authored
specifying "make <test>.t" For example, make feature.t will run the feature tests. Removed the QMTESTS variable since it is no longer used. llvm-svn: 8414
-
Chris Lattner authored
llvm-svn: 8413
-
Chris Lattner authored
llvm-svn: 8412
-
Chris Lattner authored
llvm-svn: 8411
-
Chris Lattner authored
llvm-svn: 8410
-
Chris Lattner authored
llvm-svn: 8409
-
Chris Lattner authored
llvm-svn: 8408
-
Chris Lattner authored
llvm-svn: 8407
-
Chris Lattner authored
llvm-svn: 8406
-
Chris Lattner authored
llvm-svn: 8405
-
Chris Lattner authored
'not' instruction was removed long ago llvm-svn: 8404
-
Chris Lattner authored
llvm-svn: 8403
-
Chris Lattner authored
llvm-svn: 8402
-
Chris Lattner authored
llvm-svn: 8401
-
Chris Lattner authored
llvm-svn: 8400
-
Chris Lattner authored
llvm-svn: 8399
-