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
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
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 +
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
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.
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