- Aug 15, 2004
-
-
Chris Lattner authored
name of the generated asmwriter class, and the name of the format string. llvm-svn: 15747
-
- Aug 11, 2004
-
-
Chris Lattner authored
llvm-svn: 15649
-
Chris Lattner authored
pass in the MI, operand number, and the type of the operand. llvm-svn: 15645
-
Chris Lattner authored
llvm-svn: 15644
-
Chris Lattner authored
llvm-svn: 15643
-
- Aug 10, 2004
-
-
Misha Brukman authored
llvm-svn: 15627
-
Misha Brukman authored
llvm-svn: 15616
-
Chris Lattner authored
lib/Target/Sparc, we should not use it. llvm-svn: 15603
-
- Aug 09, 2004
-
-
Misha Brukman authored
llvm-svn: 15585
-
Misha Brukman authored
* Simplify code and shorten lines by not recomputing values llvm-svn: 15582
-
- Aug 05, 2004
-
-
Brian Gaeke authored
llvm-svn: 15530
-
Misha Brukman authored
* Shorten assert() text to make it fit within 80 cols llvm-svn: 15508
-
- Aug 01, 2004
-
-
Chris Lattner authored
llvm-svn: 15400
-
Chris Lattner authored
llvm-svn: 15399
-
Chris Lattner authored
llvm-svn: 15391
-
Chris Lattner authored
llvm-svn: 15390
-
Chris Lattner authored
instructions, and only instructions that take no operands at that! llvm-svn: 15386
-
Chris Lattner authored
an instance of the Instruction tablegen class. llvm-svn: 15385
-
Chris Lattner authored
llvm-svn: 15382
-
Chris Lattner authored
llvm-svn: 15381
-
- Jul 31, 2004
-
-
Chris Lattner authored
llvm-svn: 15355
-
- Jul 27, 2004
-
-
Chris Lattner authored
llvm-svn: 15287
-
Chris Lattner authored
llvm-svn: 15269
-
Chris Lattner authored
llvm-svn: 15249
-
Chris Lattner authored
like this: def B { list<int> X = [10, 20, 30, 4, 1, 1231, 20] [2-4,2,2,0-6]; } ... which isn't particularly useful, but more is to come. llvm-svn: 15247
-
Reid Spencer authored
This is like llvmgrep but instead of running grep, it runs the command given by the first argument. For example, to find the top ten files with the most lines in llvm, you could: utils/llvmdo wc -l | sort -nb | tail Or, to find any source files with the wrong permissions, you could: utils/llvmdo ls -l | grep -v rw-r--r-- Hopefully, you get the idea. llvm-svn: 15246
-
- Jul 23, 2004
-
-
Chris Lattner authored
llvm-svn: 15129
-
- Jul 22, 2004
-
-
Chris Lattner authored
it can be ressurected from CVS. llvm-svn: 15113
-
- Jul 16, 2004
-
-
Chris Lattner authored
by using a new macro. llvm-svn: 14863
-
- Jul 13, 2004
-
-
Chris Lattner authored
at all. Patch contributed by Vladimir Prus! llvm-svn: 14784
-
- Jul 07, 2004
-
-
Reid Spencer authored
llvm-svn: 14676
-
- Jul 06, 2004
-
-
Reid Spencer authored
equivalent. The "by <angle>" syntax is not acceptable for all output devices. Apparently the Sparc and x86 output devices (no color) don't accept this, but should accept the plain "rotate". llvm-svn: 14645
-
- Jul 05, 2004
-
-
Reid Spencer authored
horizontally so they no longer overlap. This eye-strain-lessening patch contributed by Vladimir Merzliakov. Thanks! llvm-svn: 14632
-
- Jun 25, 2004
-
-
Chris Lattner authored
Patch contributed by Vladimir Merzliakov! llvm-svn: 14419
-
Brian Gaeke authored
least, on macosx) will spiral out of control instead of failing gracefully. llvm-svn: 14396
-
- Jun 23, 2004
-
-
Reid Spencer authored
occur AFTER the source is checked out. This ensures that if either of the -gnuplotscript or -templatefile options are not given, that they get picked up from the checkout directory and don't abort the test unnecessarily. llvm-svn: 14346
-
Reid Spencer authored
test environments that don't have Povray or SPEC. llvm-svn: 14345
-
Reid Spencer authored
a ?) so that graphs don't bail if something fails in a test. llvm-svn: 14344
-
- Jun 22, 2004
-
-
Reid Spencer authored
- Added the -gnuplotscript option to specify the GnuPlot script to use. - Added the -templatefile option to specify the HTML template to use. - Moved subroutines to top of file. - Used variables for file names in case we want to change to directories. - Made program track its directory changes in $VERBOSE mode (for debugging) - Added variables to support tracking start time, finish time, and platform details about each nightly test. llvm-svn: 14321
-
Reid Spencer authored
to the top of the template for identification purposes. llvm-svn: 14318
-