Re: [llvm-commits] [126245] Fix http://lists.cs.uiuc.edu/pipermail/llvm-commits/ Week-of-Mon-20070416/047943.html

2007-04-18 Thread Duncan Sands
Hi Devang, if (StartOffsetInBits FirstUnallocatedByte*8) is true then (StartOffsetFromByteBoundry == 0) is always true. If so, we could simply this even further. In other words, if we need pad bytes for a new field then it always starts at byte boundary. Can

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

2007-04-18 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: ADCE.cpp updated: 1.105 - 1.106 --- Log message: Revert changes that caused breakage. --- Diffs of the changes: (+19 -15) ADCE.cpp | 34 +++--- 1 files changed, 19 insertions(+), 15 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrSSE.td

2007-04-18 Thread Dan Gohman
Changes in directory llvm/lib/Target/X86: X86InstrSSE.td updated: 1.180 - 1.181 --- Log message: Fix the spelling of the prefetchnta instruction. --- Diffs of the changes: (+1 -1) X86InstrSSE.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/docs/GarbageCollection.html

2007-04-18 Thread Jeff Cohen
Changes in directory llvm/docs: GarbageCollection.html updated: 1.9 - 1.10 --- Log message: Provide link. --- Diffs of the changes: (+4 -3) GarbageCollection.html |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/docs/GarbageCollection.html diff -u

[llvm-commits] CVS: llvm/lib/Transforms/Utils/LCSSA.cpp

2007-04-18 Thread Evan Cheng
Changes in directory llvm/lib/Transforms/Utils: LCSSA.cpp updated: 1.37 - 1.38 --- Log message: Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap. --- Diffs of the changes: (+21 -18) LCSSA.cpp | 39 +-- 1 files changed, 21

[llvm-commits] Function aliases

2007-04-18 Thread Anton Korobeynikov
Hello Everyone. This is LLVM part of patch, which enable function aliases for LLVM. The syntax is pretty simple: it just mimics the section keyword. I'm currently working on gcc part of the patch. Please note, that patch breaks bytecode format (llvm-dev message will follow). Documentation

Re: [llvm-commits] Function aliases

2007-04-18 Thread Anton Korobeynikov
This is LLVM part of patch, which enable function aliases for LLVM. Forgot to add: this is patch for review :) -- With best regards, Anton Korobeynikov. Faculty of Mathematics Mechanics, Saint Petersburg State University. ___ llvm-commits mailing

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

2007-04-18 Thread Jeff Cohen
Changes in directory llvm/include/llvm/ADT: SmallVector.h updated: 1.27 - 1.28 --- Log message: Fix some VC++ warnings. --- Diffs of the changes: (+4 -4) SmallVector.h |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/include/llvm/ADT/SmallVector.h diff -u

Re: [llvm-commits] Function aliases

2007-04-18 Thread Chris Lattner
On Apr 18, 2007, at 4:53 PM, Anton Korobeynikov wrote: Hello Everyone. This is LLVM part of patch, which enable function aliases for LLVM. The syntax is pretty simple: it just mimics the section keyword. I'm currently working on gcc part of the patch. Please note, that patch breaks

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

2007-04-18 Thread Chris Lattner
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.111 - 1.112 --- Log message: adjust entry --- Diffs of the changes: (+2 -2) DevMtgMay2007.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u

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

2007-04-18 Thread Zhou Sheng
Changes in directory llvm/lib/Transforms/Scalar: PredicateSimplifier.cpp updated: 1.67 - 1.68 --- Log message: Make the operations of APInt variables more efficient. --- Diffs of the changes: (+21 -27) PredicateSimplifier.cpp | 48 +--- 1

[llvm-commits] CVS: llvm/lib/Analysis/BasicAliasAnalysis.cpp

2007-04-18 Thread Zhou Sheng
Changes in directory llvm/lib/Analysis: BasicAliasAnalysis.cpp updated: 1.107 - 1.108 --- Log message: Make use of ConstantInt::isZero instead of ConstantInt::isNullValue. --- Diffs of the changes: (+1 -1) BasicAliasAnalysis.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

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

2007-04-18 Thread Zhou Sheng
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.748 - 1.749 ScalarReplAggregates.cpp updated: 1.84 - 1.85 --- Log message: Make use of ConstantInt::isZero instead of ConstantInt::isNullValue. --- Diffs of the changes: (+5 -5) InstructionCombining.cpp |