- 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
-
Chris Lattner authored
llvm-svn: 29179
-
Patrick Jenkins authored
llvm-svn: 29178
-
Chris Lattner authored
based and less switch-statements-with-hundreds-of-cases based. This shrinks the x86 asmprinters to about 1/3 their previous size. Other improvements coming. llvm-svn: 29177
-
- Jul 17, 2006
-
-
Patrick Jenkins authored
If a gccpath is specified when invoking the nightly test script we will hopefully now use that gcc for the gcc version. Also fixed some 80 char column stuff. llvm-svn: 29162
-
- Jul 16, 2006
-
-
Evan Cheng authored
llvm-svn: 29161
-
Evan Cheng authored
Also reduce the number of arguments passed to emit functions and removed a hack. llvm-svn: 29160
-
- Jul 15, 2006
-
-
Evan Cheng authored
code that emit target specific nodes into emit functions that are uniquified and shared among selection routines. e.g. This reduces X86ISelDAGToDAG.o (release) from ~2M to ~1.5M. Stack frame size of Select_store from ~13k down to ~8k. This is the first step. Further work to enable more sharing will follow. llvm-svn: 29158
-
Chris Lattner authored
llvm-svn: 29155
-
Chris Lattner authored
and index into it, instead of emitting it like this: static const char * const OpStrs[] = { "PHINODE\n", // PHI 0, // INLINEASM "adc ", // ADC32mi "adc ", // ADC32mi8 ... The old way required thousands of relocations that slows down link time and dynamic load times. This also cuts about 10K off each of the X86 asmprinters, and should shrink the others as well. llvm-svn: 29152
-
- Jul 14, 2006
-
-
Patrick Jenkins authored
llvm-svn: 29144
-
Jim Laskey authored
llvm-svn: 29137
-
- Jul 13, 2006
-
-
Jim Laskey authored
2. Coalesce instruction cases. llvm-svn: 29135
-