- Nov 05, 2004
-
-
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
-
Reid Spencer authored
$(ObjDir) and clean out all build modes (Debug, Release, Profile) in addition to the normal "clean" rules. * Fix "clean" problems with Lex/Yacc so all files are remove properly. * Ensure errors from "rm" don't thwart the uninstall and clean targets. llvm-svn: 17433
-
Reid Spencer authored
llvm-svn: 17432
-
Chris Lattner authored
llvm-svn: 17431
-
Chris Lattner authored
llvm-svn: 17428
-
Chris Lattner authored
* Disable broken transforms for simplifying (setcc (cast X to larger), CI) where CC is not != or == llvm-svn: 17422
-
- Nov 01, 2004
-
-
Reid Spencer authored
Make the bugpoint link reference the man page in the CommandGuide until the Bugpoint.html file can describe bugpoint in a little more of a tutorial style instead of just being a man page. llvm-svn: 17416
-
Reid Spencer authored
NOTE: This doc needs to describe the bugpoint "subsystem" not the tool. llvm-svn: 17415
-
Reid Spencer authored
llvm-svn: 17414
-
Chris Lattner authored
llvm-svn: 17413
-
Chris Lattner authored
llvm-svn: 17412
-
Chris Lattner authored
delete some dead methods llvm-svn: 17410
-
Reid Spencer authored
llvm-svn: 17409
-
Reid Spencer authored
llvm-svn: 17408
-
Chris Lattner authored
We only need one instance of the vector that it contains at a time. llvm-svn: 17407
-
Chris Lattner authored
llvm-svn: 17406
-
Chris Lattner authored
llvm-svn: 17405
-
Reid Spencer authored
llvm-svn: 17404
-
Reid Spencer authored
llvm-svn: 17403
-
Reid Spencer authored
llvm-svn: 17402
-
Reid Spencer authored
llvm-svn: 17401
-