- Jul 28, 2006
-
-
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
-
- Jul 25, 2006
-
-
Reid Spencer authored
implies -flat and will produce a list of all the symbols for each library that another library depends on. Run the output through c++filt for better readability. Also, don't generate a temporary file for storing the dependent library names. Perl can handle it in a %hash. llvm-svn: 29273
-
- Jul 24, 2006
-
-
Patrick Jenkins authored
llvm-svn: 29270
-
- Jul 23, 2006
-
-
Patrick Jenkins authored
When the ability to gather .a and .o file sizes was added, it changed the directory the perl script was in so when we tried to run dejagnu tests, everything failed. llvm-svn: 29269
-
- Jul 22, 2006
-
-
Patrick Jenkins authored
llvm-svn: 29263
-
Evan Cheng authored
llvm-svn: 29258
-
- Jul 21, 2006
-
-
Patrick Jenkins authored
llvm-svn: 29252
-
Patrick Jenkins authored
llvm-svn: 29251
-
Jim Laskey authored
llvm-svn: 29250
-
Jim Laskey authored
llvm-svn: 29249
-
Patrick Jenkins authored
llvm-svn: 29248
-
Patrick Jenkins authored
llvm-svn: 29241
-
Patrick Jenkins authored
llvm-svn: 29240
-
Evan Cheng authored
llvm-svn: 29235
-
Patrick Jenkins authored
We now fail and print an error message if a nightly tester does not specify a nickname on the command line llvm-svn: 29230
-
- Jul 20, 2006
-
-
Patrick Jenkins authored
llvm-svn: 29218
-
- Jul 19, 2006
-
-
Patrick Jenkins authored
Removed the portion that determines which tests are newly passing/failing because we no longer keep the previos days list on the testing machines. Added functionality to send lists of all tests, all passing tests, all failing tests all unexpected failing tests. llvm-svn: 29209
-
Evan Cheng authored
llvm-svn: 29200
-
Chris Lattner authored
string. The return value of printInstruction should be true for these. llvm-svn: 29196
-
Evan Cheng authored
llvm-svn: 29193
-
Evan Cheng authored
llvm-svn: 29190
-
- Jul 18, 2006
-
-
Patrick Jenkins authored
llvm-svn: 29188
-
Chris Lattner authored
instructions not handled would have a case value of #0, throwing things off. This marginally shrinks the X86 asmprinter, but shrinks the sparc asmwriter by 25 lines. llvm-svn: 29187
-
Chris Lattner authored
Add an assert that catches the real problem earlier. llvm-svn: 29185
-
Chris Lattner authored
series of identical commands, handle them all with one switch. In the case of the x86 at&t asm printer, only 3 switches are needed for all instructions. llvm-svn: 29184
-
Chris Lattner authored
generated file. llvm-svn: 29183
-
Chris Lattner authored
return from the asmprinter to make the generated asmprinter both more efficient and smaller. llvm-svn: 29182
-
Chris Lattner authored
tidyness. llvm-svn: 29181
-
Chris Lattner authored
x86 and ppc, this gets us 4 more bits to play with, since the string indices both only use 12 bits. llvm-svn: 29180
-