- Aug 09, 2006
-
-
Reid Spencer authored
llvm-svn: 29590
-
Chris Lattner authored
llvm-svn: 29585
-
Tanya Lattner authored
llvm-svn: 29584
-
Evan Cheng authored
llvm-svn: 29579
-
- Aug 08, 2006
-
-
Chris Lattner authored
in the start of an array and a count of operands where applicable. In many cases, the number of operands is known, so this static array can be allocated on the stack, avoiding the heap. In many other cases, a SmallVector can be used, which has the same benefit in the common cases. I updated a lot of code calling getNode that takes a vector, but ran out of time. The rest of the code should be updated, and these methods should be removed. We should also do the same thing to eliminate the methods that take a vector of MVT::ValueTypes. It would be extra nice to convert the dagiselemitter to avoid creating vectors for operands when calling getTargetNode. llvm-svn: 29566
-
Patrick Jenkins authored
llvm-svn: 29565
-
Evan Cheng authored
llvm-svn: 29548
-
- Aug 07, 2006
-
-
Patrick Jenkins authored
Reinstated the sending of a list of all dejagnutests run. Also fixed a rather embarresing error introduced during version 1.41 where i commented out the actual sending of the data to the results server. llvm-svn: 29538
-
- Aug 06, 2006
-
-
Patrick Jenkins authored
llvm-svn: 29537
-
- Aug 04, 2006
-
-
Patrick Jenkins authored
Changed a = to a .= so we now append tests we have performed to the master list of all tests instead of assigning it as the master list. llvm-svn: 29531
-
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
-
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
-
- Aug 03, 2006
-
-
Reid Spencer authored
directory. llvm-svn: 29508
-
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
-
Chris Lattner authored
llvm-svn: 29492
-
Chris Lattner authored
llvm-svn: 29491
-
Patrick Jenkins authored
utils/ libs/ tools/ Release/ & Debug/ as per Chris. llvm-svn: 29488
-
- Aug 02, 2006
-
-
Patrick Jenkins authored
Removed some dead code and hopefully fixed the issue where the total list of tests was not being sent llvm-svn: 29476
-
- Aug 01, 2006
-
-
Reid Spencer authored
the first argument is omitted. Attempt to use a standard/default font. Make the generation of the DOT file readable. llvm-svn: 29429
-
Evan Cheng authored
llvm-svn: 29423
-
- Jul 31, 2006
-
-
Evan Cheng authored
moved to outside the actual select routine. llvm-svn: 29415
-
- Jul 29, 2006
-
-
Andrew Lenharth authored
llvm-svn: 29409
-
Evan Cheng authored
per possible ValueType of the node. e.g. Select_add is split into Select_add_i8, Select_add_i16, etc. For opcodes which do not produce a non-chain result, it is split on the ValueType of its first non-chain operand. e.g. Select_store. On X86 / Mac OS X, Select_store used to be the largest function. It had a stack frame size of 8.5k. Now the largest one is Store_i32 with a frame size of 3.1k. llvm-svn: 29404
-
- Jul 28, 2006
-
-
Evan Cheng authored
llvm-svn: 29378
-
Patrick Jenkins authored
llvm-svn: 29377
-
Evan Cheng authored
llvm-svn: 29376
-
Evan Cheng authored
llvm-svn: 29373
-
Reid Spencer authored
have a compile-host version of "nm", not build-host. In order to effect this we must use autoconf to determine the correct "nm" to use and propagate that through the makefiles, through llvm-config and finally to GenLibDeps.pl as an optional argument. Patch contributed by Anton Korobeynikov. Thanks! llvm-svn: 29368
-
- Jul 27, 2006
-
-
Patrick Jenkins authored
llvm-svn: 29362
-
Patrick Jenkins authored
llvm-svn: 29361
-
Evan Cheng authored
llvm-svn: 29359
-
Patrick Jenkins authored
llvm-svn: 29357
-
Patrick Jenkins authored
llvm-svn: 29353
-
Patrick Jenkins authored
Changed how changedir worked. Hopefully now when it fails it will tell us why. llvm-svn: 29352
-
Evan Cheng authored
Let each target specific isel provide routine to check if a chain producing node is foldable by another. llvm-svn: 29335
-
Patrick Jenkins authored
llvm-svn: 29321
-
Patrick Jenkins authored
llvm-svn: 29319
-
Patrick Jenkins authored
This change will allow support for SunOS to the testing script. It adds a check to see if we're running on SunOS and if so, then uses gmake instead of make. llvm-svn: 29316
-
Evan Cheng authored
llvm-svn: 29311
-