- Aug 17, 2004
-
-
Chris Lattner authored
llvm-svn: 15849
-
- Aug 16, 2004
-
-
Chris Lattner authored
systematic. llvm-svn: 15805
-
Chris Lattner authored
Obviously this is not done. llvm-svn: 15804
-
Chris Lattner authored
llvm-svn: 15789
-
Chris Lattner authored
them, and also count them in the LOC of LLVM for the nightly tester. llvm-svn: 15786
-
- 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
-