- Aug 04, 2006
-
-
Jim Laskey authored
llvm-svn: 29528
-
Chris Lattner authored
llvm-svn: 29527
-
Patrick Jenkins authored
Made some more changes to the print statements in the nightly tester. The last commit was a preemptive strike. llvm-svn: 29526
-
Patrick Jenkins authored
Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing script will be absoutely silent now except for errors, which will still be printed to the annoyance of the user. llvm-svn: 29525
-
Chris Lattner authored
also make it simpler. llvm-svn: 29524
-
Patrick Jenkins authored
We should now send the correct list of dejagnu tests instead of the csv file of test results when we submit results back to the nightly tester. llvm-svn: 29523
-
Reid Spencer authored
have it in our path and to ensure it uses the configured llvm-gcc not just any one randomly placed in the path. llvm-svn: 29522
-
Rafael Espindola authored
make sure only one move is used in a hello world llvm-svn: 29520
-
Rafael Espindola authored
fixes ret_null.ll and call.ll llvm-svn: 29519
-
Chris Lattner authored
llvm-svn: 29518
-
- Aug 03, 2006
-
-
Reid Spencer authored
Enable the makefile check on the result of find-cycles.pl. LLVM is now cycle free and we intend to keep it that way. This patch will fail the build if cycles are found. llvm-svn: 29517
-
Reid Spencer authored
Make the dependency line pattern match handle white space better. llvm-svn: 29516
-
Chris Lattner authored
Transforms/SimplifyCFG/2006-08-03-Crash.ll llvm-svn: 29515
-
Chris Lattner authored
llvm-svn: 29514
-
Jim Laskey authored
llvm-svn: 29512
-
Jim Laskey authored
llvm-svn: 29511
-
Jim Laskey authored
llvm-svn: 29510
-
Reid Spencer authored
directory. llvm-svn: 29508
-
Chris Lattner authored
llvm-svn: 29507
-
Chris Lattner authored
llvm-svn: 29506
-
Chris Lattner authored
llvm-svn: 29505
-
Jim Laskey authored
llvm-svn: 29504
-
Devang Patel authored
llvm-svn: 29503
-
Devang Patel authored
llvm-svn: 29502
-
Devang Patel authored
llvm-svn: 29501
-
Rafael Espindola authored
llvm-svn: 29499
-
Chris Lattner authored
llvm-svn: 29498
-
Devang Patel authored
llvm-svn: 29497
-
Patrick Jenkins authored
One of the directories we were searching in for .o and .a files was wrong. We now search /lib instead of /libs. llvm-svn: 29496
-
Devang Patel authored
llvm-svn: 29495
-
Devang Patel authored
dynamic library that linker can use to optimize llvm byte codes at link time. llvm-svn: 29494
-
Chris Lattner authored
Changes: 1. Update an obsolete comment. 2. Make the sorting by base an explicit (though still N^2) step, so that the code is more clear on what it is doing. 3. Partition uses so that uses inside the loop are handled before uses outside the loop. Note that none of these changes currently changes the code inserted by LSR, but they are a stepping stone to getting there. This code is the result of some crazy pair programming with Nate. :) llvm-svn: 29493
-
Chris Lattner authored
llvm-svn: 29492
-
Chris Lattner authored
llvm-svn: 29491
-
Chris Lattner authored
llvm-svn: 29490
-
Chris Lattner authored
llvm-svn: 29489
-
Patrick Jenkins authored
utils/ libs/ tools/ Release/ & Debug/ as per Chris. llvm-svn: 29488
-
Evan Cheng authored
llvm-svn: 29480
-
Evan Cheng authored
- Tweak implementation to avoid using std::map. llvm-svn: 29479
-
- Aug 02, 2006
-
-
Evan Cheng authored
avoid the expensive operation of copying a vector. It also returns a maximum id by value. llvm-svn: 29478
-