- Sep 09, 2003
-
-
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
-
Chris Lattner authored
Volatile loads and stores must not be value numbered llvm-svn: 8398
-
Chris Lattner authored
llvm-svn: 8397
-
Chris Lattner authored
llvm-svn: 8396
-
Chris Lattner authored
If you still have these suckers laying around, you have GOT to rebuild them. geeze. llvm-svn: 8395
-
Chris Lattner authored
llvm-svn: 8394
-
Chris Lattner authored
llvm-svn: 8393
-
Chris Lattner authored
llvm-svn: 8392
-
Chris Lattner authored
llvm-svn: 8391
-
Chris Lattner authored
llvm-svn: 8390
-
Vikram S. Adve authored
Add debugging support. llvm-svn: 8389
-
Misha Brukman authored
llvm-svn: 8388
-
- Sep 07, 2003
-
-
Misha Brukman authored
llvm-svn: 8387
-
Chris Lattner authored
llvm-svn: 8386
-
- Sep 06, 2003
-
-
John Criswell authored
Updated Makefile for new autoconf-style object root. llvm-svn: 8385
-
John Criswell authored
Copies Makefiles into the new object root directory from the source directory. Removed the --with-objroot option. llvm-svn: 8384
-
John Criswell authored
Updated TestRunner tests so that they work correctly in a separate object root directory. llvm-svn: 8383
-