- Nov 06, 2004
-
-
Tanya Lattner authored
First crack at support to run tests using dejagnu. This file contains a procedure to run a test like TestRunner.sh does. llvm-svn: 17521
-
Chris Lattner authored
llvm-svn: 17520
-
Chris Lattner authored
llvm-svn: 17519
-
Chris Lattner authored
llvm-svn: 17518
-
Chris Lattner authored
llvm-svn: 17517
-
Tanya Lattner authored
llvm-svn: 17514
-
Chris Lattner authored
I checked out from cvs directly on Windows and I ran into another problem with the project files. Evidently, the files were initially checked in on Unix, and the files were transfered to Unix without converting the CR/LF line endings first. When checked out on Windows, cvs converts the files to DOS format, resulting in two CRs for each LF. llvm-svn: 17504
-
Reid Spencer authored
externally visible defined symbols from a bytecode file. llvm-svn: 17503
-
Reid Spencer authored
Bytecode file. llvm-svn: 17502
-
Reid Spencer authored
Temporarily comment out two interface methods we might not implement. llvm-svn: 17501
-
Reid Spencer authored
llvm-svn: 17500
-
Reid Spencer authored
yet supported but writing works. Way too early to review this. More to come llvm-svn: 17499
-
- Nov 05, 2004
-
-
Reid Spencer authored
llvm-svn: 17498
-
Reid Spencer authored
by the findModuleContainingSymbol method. llvm-svn: 17491
-
Reid Spencer authored
* Remove dead typedefs. * Redefine how getAllPaths treats its argument. llvm-svn: 17489
-
John Criswell authored
llvm-svn: 17488
-
Reid Spencer authored
llvm::Archive class to provide for reading, writing, indexing and search functions on standard ar(1) format files that contain bytecode modules. Implementation to follow. llvm-svn: 17487
-
Chris Lattner authored
llvm-svn: 17485
-
Chris Lattner authored
llvm-svn: 17484
-
Chris Lattner authored
llvm-svn: 17483
-
Chris Lattner authored
llvm-svn: 17482
-
Chris Lattner authored
llvm-svn: 17481
-
Chris Lattner authored
llvm-svn: 17480
-
Chris Lattner authored
llvm-svn: 17479
-
Misha Brukman authored
llvm-svn: 17478
-
- Nov 04, 2004
-
-
Nate Begeman authored
int test(int x) { return 32768 - x; } Fixed by teaching the function that checks a constant's validity to be used as an immediate argument about subtract-from instructions. llvm-svn: 17476
-
Chris Lattner authored
llvm-svn: 17466
-
Brian Gaeke authored
llvm-svn: 17464
-
- Nov 03, 2004
-
-
Chris Lattner authored
standards llvm-svn: 17459
-
Chris Lattner authored
llvm-svn: 17457
-
Chris Lattner authored
for Visual Studio, and is a bit of a pain when you want to include the LLVM headers from your own project, so I moved the check a bit down into the Unix case to avoid the hassle... Here is a patch Patch by Morten Ofstad! llvm-svn: 17450
-
Brian Gaeke authored
Due to qmtest's or llvm.py's lousy error checking, this single error causes qmtest to fork-bomb the machine, filling the process table with python processes that do nothing. Clearly, better error checking is needed. llvm-svn: 17449
-
Reid Spencer authored
llvm-svn: 17447
-
Reid Spencer authored
llvm-svn: 17446
-
- Nov 02, 2004
-
-
Chris Lattner authored
This method is really a gross hack, but at least we can make it work on the targets we support right now. This bug fix stops a crash in a testcase reduced from 176.gcc llvm-svn: 17443
-
Tanya Lattner authored
Added gross hacks such as creating my own def-use map, and picking on Instruction that I can add all my TmpInstructions to its MCFI. llvm-svn: 17441
-
Chris Lattner authored
themselves. Make sure to update DSInfo correctly. This fixes a testcase reduced from Prolangs-C++/objects llvm-svn: 17439
-
Chris Lattner authored
function pointer equivalences. This fixes many problems, including a testcase reduced Prolangs-C++/objects. llvm-svn: 17437
-
Chris Lattner authored
a DSGraph at a time instead of a function at a time. This is also more correct, though it doesn't seem to fix any programs. llvm-svn: 17435
-
Chris Lattner authored
llvm-svn: 17434
-