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

2006-08-24 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: MachOWriter.h updated: 1.3 -> 1.4 --- Log message: Get closer to handling globals correctly. We now generally get them in the right section. --- Diffs of the changes: (+36 -2) MachOWriter.h | 38 -- 1 fi

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

2006-08-24 Thread Nate Begeman
Changes in directory llvm/lib/CodeGen: MachOWriter.cpp updated: 1.1 -> 1.2 --- Log message: Get closer to handling globals correctly. We now generally get them in the right section. --- Diffs of the changes: (+70 -5) MachOWriter.cpp | 75 +

[llvm-commits] CVS: llvm/tools/llvm-ranlib/llvm-ranlib.cpp

2006-08-24 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ranlib: llvm-ranlib.cpp updated: 1.9 -> 1.10 --- Log message: Fix a bug introduced by a change in the Archive::writeToDisk interface. --- Diffs of the changes: (+1 -1) llvm-ranlib.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: ll

[llvm-commits] CVS: llvm/tools/llvm-ar/llvm-ar.cpp

2006-08-24 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ar: llvm-ar.cpp updated: 1.37 -> 1.38 --- Log message: Fix a bug caused by change in the interface of Archive::writeToDisk. --- Diffs of the changes: (+4 -4) llvm-ar.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/too

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

2006-08-24 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: IndVarSimplify.cpp updated: 1.90 -> 1.91 --- Log message: Revert my previous patch. Since there are some major changes that went in today, I'm going to wait to put this in HEAD until tomorrow, so as not to clutter the nightly tester. --- Dif

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

2006-08-24 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: IndVarSimplify.cpp updated: 1.89 -> 1.90 --- Log message: Specify that indvars actually preserve LCSSA. This has been done for a while, but I forgot to put in the analysis usage. --- Diffs of the changes: (+3 -0) IndVarSimplify.cpp |3

[llvm-commits] CVS: llvm/tools/llvm-ar/llvm-ar.cpp

2006-08-24 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ar: llvm-ar.cpp updated: 1.36 -> 1.37 --- Log message: For PR797: http://llvm.org/PR797 : Remove exception handling from the bytecode archiver and adjust the llvm-ar tool to accommodate the new interfaces. --- Diffs of the changes: (+9 -5) llvm-ar.cpp |

[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Archive.cpp ArchiveReader.cpp ArchiveWriter.cpp

2006-08-24 Thread Reid Spencer
Changes in directory llvm/lib/Bytecode/Archive: Archive.cpp updated: 1.13 -> 1.14 ArchiveReader.cpp updated: 1.45 -> 1.46 ArchiveWriter.cpp updated: 1.29 -> 1.30 --- Log message: For PR797: http://llvm.org/PR797 : Remove exception handling from the bytecode archiver and adjust the llvm-ar tool

[llvm-commits] CVS: llvm/include/llvm/Bytecode/Archive.h

2006-08-24 Thread Reid Spencer
Changes in directory llvm/include/llvm/Bytecode: Archive.h updated: 1.17 -> 1.18 --- Log message: For PR797: http://llvm.org/PR797 : Remove exception handling from the bytecode archiver and adjust the llvm-ar tool to accommodate the new interfaces. --- Diffs of the changes: (+17 -9) Archiv

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

2006-08-24 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LiveInterval.cpp updated: 1.29 -> 1.30 --- Log message: When replacing value numbers, make sure to compactify the value # space. --- Diffs of the changes: (+12 -0) LiveInterval.cpp | 12 1 files changed, 12 insertions(+) Index: llvm/l

[llvm-commits] CVS: llvm/lib/Target/README.txt

2006-08-24 Thread Chris Lattner
Changes in directory llvm/lib/Target: README.txt updated: 1.35 -> 1.36 --- Log message: We compile this into: _swap_16: slwi r2, r3, 24 rlwimi r2, r3, 8, 8, 15 srwi r3, r2, 16 blr now. --- Diffs of the changes: (+0 -18) README.txt | 18 -

[llvm-commits] CVS: llvm/lib/Target/README.txt

2006-08-24 Thread Chris Lattner
Changes in directory llvm/lib/Target: README.txt updated: 1.34 -> 1.35 --- Log message: Owen implemented this. --- Diffs of the changes: (+0 -11) README.txt | 11 --- 1 files changed, 11 deletions(-) Index: llvm/lib/Target/README.txt diff -u llvm/lib/Target/README.txt:1.34 llvm

[llvm-commits] CVS: llvm/lib/CodeGen/LiveInterval.cpp LiveIntervalAnalysis.cpp VirtRegMap.cpp

2006-08-24 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: LiveInterval.cpp updated: 1.28 -> 1.29 LiveIntervalAnalysis.cpp updated: 1.166 -> 1.167 VirtRegMap.cpp updated: 1.70 -> 1.71 --- Log message: Take advantage of the recent improvements to the liveintervals set (tracking instructions which define each value#

[llvm-commits] CVS: llvm/autoconf/m4/bison.m4

2006-08-24 Thread Reid Spencer
Changes in directory llvm/autoconf/m4: bison.m4 updated: 1.4 -> 1.5 --- Log message: For PR738: http://llvm.org/PR738 : Demote check for bison from error to warning and make sure that the makefile can handle an empty definition for BISON variable. --- Diffs of the changes: (+3 -2) bison.m

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

2006-08-24 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: LiveInterval.h updated: 1.19 -> 1.20 LiveIntervalAnalysis.h updated: 1.53 -> 1.54 --- Log message: Take advantage of the recent improvements to the liveintervals set (tracking instructions which define each value#) to simplify and improve the coal

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

2006-08-24 Thread Reid Spencer
Changes in directory llvm: Makefile.rules updated: 1.395 -> 1.396 configure updated: 1.248 -> 1.249 --- Log message: For PR738: http://llvm.org/PR738 : Demote check for bison from error to warning and make sure that the makefile can handle an empty definition for BISON variable. --- Diffs of

[llvm-commits] CVS: llvm/lib/Support/GraphWriter.cpp

2006-08-24 Thread Reid Spencer
Changes in directory llvm/lib/Support: GraphWriter.cpp updated: 1.4 -> 1.5 --- Log message: Remove a character to avoid line exceeding 80 cols. --- Diffs of the changes: (+1 -1) GraphWriter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Support/GraphWriter.

[llvm-commits] CVS: llvm/test/Regression/Transforms/LoopUnroll/2006-08-24-MultiBlockLoop.ll

2006-08-24 Thread Owen Anderson
Changes in directory llvm/test/Regression/Transforms/LoopUnroll: 2006-08-24-MultiBlockLoop.ll added (r1.1) --- Log message: Implement unrolling of multiblock loops. This significantly improves the utility of the LoopUnroll pass. Also, add a testcase for multiblock-loop unrolling. --- Diffs

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

2006-08-24 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: LoopUnroll.cpp updated: 1.23 -> 1.24 --- Log message: Implement unrolling of multiblock loops. This significantly improves the utility of the LoopUnroll pass. Also, add a testcase for multiblock-loop unrolling. --- Diffs of the changes: (+12

[llvm-commits] CVS: llvm/lib/System/Win32/Path.inc

2006-08-24 Thread Reid Spencer
Changes in directory llvm/lib/System/Win32: Path.inc updated: 1.55 -> 1.56 --- Log message: For PR797: http://llvm.org/PR797 : Adjust implementation to match the new interface after exception handling was removed in the Unix verison. NOTE: this hasn't been compiled yet! --- Diffs of the chang

[llvm-commits] CVS: llvm/lib/Target/ARM/ARM.h ARMISelDAGToDAG.cpp ARMInstrInfo.td

2006-08-24 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARM.h updated: 1.2 -> 1.3 ARMISelDAGToDAG.cpp updated: 1.35 -> 1.36 ARMInstrInfo.td updated: 1.20 -> 1.21 --- Log message: add the "eq" condition code implement a movcond instruction --- Diffs of the changes: (+13 -8) ARM.h |4 +++

[llvm-commits] CVS: llvm/lib/Target/ARM/ARM.h ARMAsmPrinter.cpp ARMISelDAGToDAG.cpp ARMInstrInfo.td

2006-08-24 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARM.h updated: 1.1 -> 1.2 ARMAsmPrinter.cpp updated: 1.12 -> 1.13 ARMISelDAGToDAG.cpp updated: 1.34 -> 1.35 ARMInstrInfo.td updated: 1.19 -> 1.20 --- Log message: create a generic bcond instruction that has a conditional code argument --- Diffs of the

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

2006-08-24 Thread Reid Spencer
Changes in directory llvm/include/llvm/CodeGen: MachOWriter.h updated: 1.2 -> 1.3 --- Log message: Remove a FIXME. Don't use strlcpy that isn't available on non-BSD platforms and ensure that a memory overrun won't occur while still writing Length bytes in the outstring function. --- Diffs of

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/branch.ll

2006-08-24 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: branch.ll added (r1.1) --- Log message: initial support for branches --- Diffs of the changes: (+13 -0) branch.ll | 13 + 1 files changed, 13 insertions(+) Index: llvm/test/Regression/CodeGen/ARM/branch.ll diff -c /dev/

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMAsmPrinter.cpp ARMISelDAGToDAG.cpp ARMInstrInfo.td

2006-08-24 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMAsmPrinter.cpp updated: 1.11 -> 1.12 ARMISelDAGToDAG.cpp updated: 1.33 -> 1.34 ARMInstrInfo.td updated: 1.18 -> 1.19 --- Log message: initial support for branches --- Diffs of the changes: (+30 -3) ARMAsmPrinter.cpp |3 +-- ARMISelDAGToDAG