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 llv
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
http://lists.cs.uiuc.edu/mai
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/win32/Bitco
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-www/Proje
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-www/User
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
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.
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 +++
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-www/DevMtgMay2007.html
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 inse
Hi John,
> +http://www.abo.fi/";>Åbo Akademi University
Could you use the HTML entity for the "Å"? I think it's "Â".
Thanks!
-bw
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
Changes in directory llvm/include/llvm/Bitcode:
BitstreamWriter.h updated: 1.4 -> 1.5
---
Log message:
minor cleanups
---
Diffs of the changes: (+5 -3)
BitstreamWriter.h |8 +---
1 files changed, 5 insertions(+), 3 deletions(-)
Index: llvm/include/llvm/Bitcode/BitstreamWriter.h
d
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 delet
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: llv
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(-)
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/lib/CodeGen/AsmPri
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/lib/Target/Targe
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 ins
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 +-
ARMMachineFunct
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)
ARMConstantIsla
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
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 deletio
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/include/llvm/ADT/Sm
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: (
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/
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
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
=
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
===
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: llv
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 fi
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
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/include/llvm/Bitc
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/l
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 |
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(+),
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/lib/Bitcode/Reader/Bitcod
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
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
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 +++
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 f
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)
BitcodeReader
Changes in directory llvm/lib/Transforms/Scalar:
LICM.cpp updated: 1.94 -> 1.95
---
Log message:
Rollback some changes that adversely affected performance. I'm currently
rethinking
my approach to this, so hopefully I'll find a way to do this without making
this slower.
---
Diffs of the cha
42 matches
Mail list logo