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

2006-06-29 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrSSE.td updated: 1.127 -> 1.128 --- Log message: Should just use xorps to clear XMM registers for all data types. pxor is also one byte longer. --- Diffs of the changes: (+10 -14) X86InstrSSE.td | 24 ++-- 1 files chang

[llvm-commits] CVS: llvm/Makefile.rules

2006-06-29 Thread Chris Lattner
Changes in directory llvm: Makefile.rules updated: 1.383 -> 1.384 --- Log message: Allow specifying an explicit list of architectures to build for, e.g.: make ENABLE_OPTIMIZED=1 UNIVERSAL=1 UNIVERSAL_ARCH="i386 ppc ppc64" retain the default of building for just i386/ppc. --- Diffs of the ch

[llvm-commits] CVS: llvm-poolalloc/runtime/FL2Allocator/PoolAllocator.cpp PoolAllocator.h

2006-06-29 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/runtime/FL2Allocator: PoolAllocator.cpp updated: 1.53 -> 1.54 PoolAllocator.h updated: 1.27 -> 1.28 --- Log message: Add runtime support for an alternate pointer compression runtime --- Diffs of the changes: (+38 -1) PoolAllocator.cpp | 28 +

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

2006-06-29 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.101 -> 1.102 --- Log message: Ugly hack! Add helper functions InsertInFlightSetEntry and RemoveInFlightSetEntry. They are used in place of direct set operators to reduce instruction selection function stack size. --- Di

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

2006-06-29 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.309 -> 1.310 --- Log message: Ugly hack! Add helper functions InsertInFlightSetEntry and RemoveInFlightSetEntry. They are used in place of direct set operators to reduce instruction selection function stack size.

[llvm-commits] CVS: llvm/utils/TableGen/DAGISelEmitter.cpp

2006-06-29 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.216 -> 1.217 --- Log message: Ugly hack! Add helper functions InsertInFlightSetEntry and RemoveInFlightSetEntry. They are used in place of direct set operators to reduce instruction selection function stack size. --- Diff