[llvm-commits] CVS: llvm/lib/System/Unix/Program.inc

2007-04-23 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Program.inc updated: 1.23 - 1.24 --- Log message: Cygwin doesn't have the RSS_LIMIT for get/setrlimit. --- Diffs of the changes: (+2 -0) Program.inc |2 ++ 1 files changed, 2 insertions(+) Index: llvm/lib/System/Unix/Program.inc diff -u

Re: [llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-23 Thread Duncan Sands
Hi Reid, + if { [ string first $lang $llvmgcc_langs ] = 0 } { won't c match c,c++,objc and objc++; and c++ match both c++ and objc++, etc? Best wishes, Duncan. ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu

[llvm-commits] CVS: llvm/win32/Bitcode/Bitcode.vcproj

2007-04-23 Thread Jeff Cohen
Changes in directory llvm/win32/Bitcode: Bitcode.vcproj updated: 1.1 - 1.2 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+2 -2) Bitcode.vcproj |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/win32/Bitcode/Bitcode.vcproj diff -u

[llvm-commits] CVS: llvm-www/ProjectsWithLLVM/index.html

2007-04-23 Thread Chris Lattner
Changes in directory llvm-www/ProjectsWithLLVM: index.html updated: 1.34 - 1.35 --- Log message: add the calysto checker --- Diffs of the changes: (+56 -0) index.html | 56 1 files changed, 56 insertions(+) Index:

[llvm-commits] CVS: llvm-www/Users.html

2007-04-23 Thread John Criswell
Changes in directory llvm-www: Users.html updated: 1.15 - 1.16 --- Log message: Add Abo Akademi University's NECST project per Sebastien Lafond's request. --- Diffs of the changes: (+9 -1) Users.html | 10 +- 1 files changed, 9 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Bitcode/Writer/Writer.cpp

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Writer: Writer.cpp updated: 1.2 - 1.3 --- Log message: first part of implementation of abbrevs. The writer isn't fully there yet and the reader doesn't handle them at all yet. --- Diffs of the changes: (+39 -6) Writer.cpp | 45

[llvm-commits] CVS: llvm/include/llvm/Bitcode/BitCodes.h BitstreamReader.h BitstreamWriter.h

2007-04-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/Bitcode: BitCodes.h updated: 1.1 - 1.2 BitstreamReader.h updated: 1.3 - 1.4 BitstreamWriter.h updated: 1.2 - 1.3 --- Log message: first part of implementation of abbrevs. The writer isn't fully there yet and the reader doesn't handle them at all yet.

[llvm-commits] CVS: llvm/lib/Bitcode/Reader/BitcodeReader.cpp

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Reader: BitcodeReader.cpp updated: 1.1 - 1.2 --- Log message: first part of implementation of abbrevs. The writer isn't fully there yet and the reader doesn't handle them at all yet. --- Diffs of the changes: (+8 -6) BitcodeReader.cpp | 14

[llvm-commits] CVS: llvm-www/DevMtgMay2007.html

2007-04-23 Thread Chris Lattner
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.112 - 1.113 --- Log message: Add rafael --- Diffs of the changes: (+3 -2) DevMtgMay2007.html |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u

[llvm-commits] CVS: llvm/include/llvm/Bitcode/BitstreamWriter.h

2007-04-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/Bitcode: BitstreamWriter.h updated: 1.3 - 1.4 --- Log message: finish implementation of basic abbrev writing. --- Diffs of the changes: (+69 -4) BitstreamWriter.h | 73 +++--- 1 files changed, 69

Re: [llvm-commits] CVS: llvm-www/Users.html

2007-04-23 Thread Bill Wendling
Hi John, +tda href=http://www.abo.fi/;Åbo Akademi University/a/td Could you use the HTML entity for the Å? I think it's Acirc;. Thanks! -bw ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu

[llvm-commits] CVS: llvm/include/llvm/Bitcode/BitstreamReader.h

2007-04-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/Bitcode: BitstreamReader.h updated: 1.4 - 1.5 --- Log message: implement reading of abbrevs --- Diffs of the changes: (+89 -6) BitstreamReader.h | 95 ++ 1 files changed, 89 insertions(+), 6

[llvm-commits] CVS: llvm/lib/Bitcode/Writer/Writer.cpp

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Writer: Writer.cpp updated: 1.3 - 1.4 --- Log message: implement reading of abbrevs, and writing of abbreviated global varrs. --- Diffs of the changes: (+7 -3) Writer.cpp | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Bitcode/Reader/BitcodeReader.cpp

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Reader: BitcodeReader.cpp updated: 1.2 - 1.3 --- Log message: implement reading of abbrevs, and writing of abbreviated global varrs. --- Diffs of the changes: (+6 -3) BitcodeReader.cpp |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-)

[llvm-commits] CVS: llvm/lib/CodeGen/AsmPrinter.cpp

2007-04-23 Thread Dale Johannesen
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.154 - 1.155 --- Log message: make EmitAlignment work the way Chris says it should --- Diffs of the changes: (+3 -1) AsmPrinter.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Target/TargetAsmInfo.cpp

2007-04-23 Thread Dale Johannesen
Changes in directory llvm/lib/Target: TargetAsmInfo.cpp updated: 1.22 - 1.23 --- Log message: Fix generic getInlineAsmLength --- Diffs of the changes: (+18 -4) TargetAsmInfo.cpp | 22 ++ 1 files changed, 18 insertions(+), 4 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMTargetAsmInfo.cpp ARMTargetAsmInfo.h

2007-04-23 Thread Dale Johannesen
Changes in directory llvm/lib/Target/ARM: ARMTargetAsmInfo.cpp updated: 1.13 - 1.14 ARMTargetAsmInfo.h updated: 1.1 - 1.2 --- Log message: add isThumb (unused as yet) --- Diffs of the changes: (+5 -0) ARMTargetAsmInfo.cpp |3 +++ ARMTargetAsmInfo.h |2 ++ 2 files changed, 5

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMMachineFunctionInfo.h ARMAsmPrinter.cpp

2007-04-23 Thread Dale Johannesen
Changes in directory llvm/lib/Target/ARM: ARMMachineFunctionInfo.h updated: 1.8 - 1.9 ARMAsmPrinter.cpp updated: 1.65 - 1.66 --- Log message: add Align field, and use when generating function alignment --- Diffs of the changes: (+13 -3) ARMAsmPrinter.cpp|2 +-

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMConstantIslandPass.cpp

2007-04-23 Thread Dale Johannesen
Changes in directory llvm/lib/Target/ARM: ARMConstantIslandPass.cpp updated: 1.35 - 1.36 --- Log message: Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintaining BBOffsets and BBSizes when adjusting conditional branches. --- Diffs of the changes: (+19 -6)

[llvm-commits] CVS: llvm/include/llvm/Bitcode/BitstreamWriter.h LLVMBitCodes.h

2007-04-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/Bitcode: BitstreamWriter.h updated: 1.5 - 1.6 LLVMBitCodes.h updated: 1.1 - 1.2 --- Log message: Fix a bug in bitstream writer handling abbrevs, add value symtab --- Diffs of the changes: (+12 -6) BitstreamWriter.h | 11 ++- LLVMBitCodes.h

[llvm-commits] CVS: llvm/lib/Bitcode/Writer/Writer.cpp

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Writer: Writer.cpp updated: 1.4 - 1.5 --- Log message: write out the symtab for globals. --- Diffs of the changes: (+70 -33) Writer.cpp | 103 + 1 files changed, 70 insertions(+), 33

[llvm-commits] CVS: llvm/include/llvm/ADT/SmallString.h

2007-04-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: SmallString.h updated: 1.1 - 1.2 --- Log message: add a missing operator --- Diffs of the changes: (+5 -0) SmallString.h |5 + 1 files changed, 5 insertions(+) Index: llvm/include/llvm/ADT/SmallString.h diff -u

[llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-23 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm.exp updated: 1.22 - 1.23 --- Log message: Dan is right, using string first would produce false positives. So, devolve the check to a comparison against each component in the string. Fortunately there isn't many of them. --- Diffs of the changes: (+9

[llvm-commits] CVS: llvm/lib/Bitcode/Writer/ValueEnumerator.h

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Writer: ValueEnumerator.h updated: 1.1 - 1.2 --- Log message: fix off-by one --- Diffs of the changes: (+1 -1) ValueEnumerator.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Bitcode/Writer/ValueEnumerator.h diff -u

[llvm-commits] CVS: llvm/lib/Bitcode/Reader/BitcodeReader.cpp BitcodeReader.h

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Reader: BitcodeReader.cpp updated: 1.3 - 1.4 BitcodeReader.h updated: 1.3 - 1.4 --- Log message: Read global symtab --- Diffs of the changes: (+59 -3) BitcodeReader.cpp | 59 +++--- BitcodeReader.h |

[llvm-commits] [126432] clarify the relation of this file with README.LLVM.

2007-04-23 Thread clattner
Revision: 126432 Author: clattner Date: 2007-04-23 14:52:56 -0700 (Mon, 23 Apr 2007) Log Message: --- clarify the relation of this file with README.LLVM. Modified Paths: -- apple-local/branches/llvm/README.Apple Modified: apple-local/branches/llvm/README.Apple

[llvm-commits] [126435] Fix PR 1344

2007-04-23 Thread dpatel
Revision: 126435 Author: dpatel Date: 2007-04-23 15:07:27 -0700 (Mon, 23 Apr 2007) Log Message: --- Fix PR 1344 Modified Paths: -- apple-local/branches/llvm/gcc/llvm-types.cpp Modified: apple-local/branches/llvm/gcc/llvm-types.cpp

[llvm-commits] CVS: llvm/test/Transforms/LoopStrengthReduce/2007-04-23-UseIterator.ll

2007-04-23 Thread Devang Patel
Changes in directory llvm/test/Transforms/LoopStrengthReduce: 2007-04-23-UseIterator.ll added (r1.1) --- Log message: New test. --- Diffs of the changes: (+71 -0) 2007-04-23-UseIterator.ll | 71 ++ 1 files changed, 71 insertions(+) Index:

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp

2007-04-23 Thread Devang Patel
Changes in directory llvm/lib/Transforms/Scalar: LoopStrengthReduce.cpp updated: 1.130 - 1.131 --- Log message: Fix http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070423/048333.html --- Diffs of the changes: (+9 -5) LoopStrengthReduce.cpp | 14 +- 1 files

[llvm-commits] CVS: llvm/include/llvm/CodeGen/ValueTypes.h

2007-04-23 Thread Christopher Lamb
Changes in directory llvm/include/llvm/CodeGen: ValueTypes.h updated: 1.32 - 1.33 --- Log message: Fix bug in isFloatingPoint() --- Diffs of the changes: (+1 -1) ValueTypes.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/CodeGen/ValueTypes.h diff -u

[llvm-commits] CVS: llvm/include/llvm/Bitcode/LLVMBitCodes.h

2007-04-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/Bitcode: LLVMBitCodes.h updated: 1.2 - 1.3 --- Log message: add codes for constants table --- Diffs of the changes: (+17 -3) LLVMBitCodes.h | 20 +--- 1 files changed, 17 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/AsmPrinter.cpp

2007-04-23 Thread Dale Johannesen
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.155 - 1.156 --- Log message: modify per review commentary --- Diffs of the changes: (+2 -2) AsmPrinter.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/CodeGen/AsmPrinter.cpp diff -u

[llvm-commits] CVS: llvm/lib/Bitcode/Writer/ValueEnumerator.cpp ValueEnumerator.h Writer.cpp

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Writer: ValueEnumerator.cpp updated: 1.1 - 1.2 ValueEnumerator.h updated: 1.2 - 1.3 Writer.cpp updated: 1.5 - 1.6 --- Log message: Emit module-level constants. --- Diffs of the changes: (+118 -10) ValueEnumerator.cpp |5 +- ValueEnumerator.h |

[llvm-commits] CVS: llvm/lib/Bitcode/Reader/BitcodeReader.cpp BitcodeReader.h

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Reader: BitcodeReader.cpp updated: 1.4 - 1.5 BitcodeReader.h updated: 1.4 - 1.5 --- Log message: track global inits --- Diffs of the changes: (+9 -3) BitcodeReader.cpp | 10 +++--- BitcodeReader.h |2 ++ 2 files changed, 9 insertions(+), 3

[llvm-commits] CVS: llvm/lib/Bitcode/Reader/BitcodeReader.cpp

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Reader: BitcodeReader.cpp updated: 1.5 - 1.6 --- Log message: move check to the right place :) --- Diffs of the changes: (+4 -3) BitcodeReader.cpp |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

2007-04-23 Thread Scott Michel
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.424 - 1.425 --- Log message: Use '-1U' where '-1UL' is obvious overkill, eliminating gcc warnings about tests always being true in the process. --- Diffs of the changes: (+2 -2) SelectionDAGISel.cpp |4

[llvm-commits] CVS: llvm/lib/Bitcode/Writer/Writer.cpp

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Writer: Writer.cpp updated: 1.6 - 1.7 --- Log message: fix off-by-one computing size for section abbrevs --- Diffs of the changes: (+1 -1) Writer.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Bitcode/Writer/Writer.cpp

[llvm-commits] CVS: llvm/lib/Bitcode/Reader/BitcodeReader.cpp BitcodeReader.h

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Reader: BitcodeReader.cpp updated: 1.6 - 1.7 BitcodeReader.h updated: 1.5 - 1.6 --- Log message: read basic constants: null, undef, integers = 64bits --- Diffs of the changes: (+80 -2) BitcodeReader.cpp | 77

[llvm-commits] CVS: llvm/lib/Bitcode/Reader/BitcodeReader.cpp

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Reader: BitcodeReader.cpp updated: 1.7 - 1.8 --- Log message: add supprot for FP constants, wide integers, and fix the encoding of MININT --- Diffs of the changes: (+40 -8) BitcodeReader.cpp | 48 1

[llvm-commits] CVS: llvm/lib/Bitcode/Reader/BitcodeReader.cpp BitcodeReader.h

2007-04-23 Thread Chris Lattner
Changes in directory llvm/lib/Bitcode/Reader: BitcodeReader.cpp updated: 1.8 - 1.9 BitcodeReader.h updated: 1.6 - 1.7 --- Log message: implement support for reading aggregate constants, including handling forward constant references, etc. --- Diffs of the changes: (+108 -5)