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

2005-12-25 Thread Duraid Madina
Changes in directory llvm/utils/TableGen: TableGen.cpp updated: 1.41 -> 1.42 Record.cpp updated: 1.48 -> 1.49 --- Log message: more standards-compliance stuff --- Diffs of the changes: (+3 -0) Record.cpp |2 ++ TableGen.cpp |1 + 2 files changed, 3 insertions(+) Index: llvm/ut

[llvm-commits] CVS: llvm/lib/Support/bzip2/Makefile

2005-12-25 Thread Duraid Madina
Changes in directory llvm/lib/Support/bzip2: Makefile updated: 1.3 -> 1.4 --- Log message: HP aCC chokes on this, but it's not required anyway: according to the bzip2 homepage, only ancient (gcc 2.7.x ?) versions of GCC require this? It certainly isn't needed for the current bzip2 sources. -

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

2005-12-25 Thread Duraid Madina
Changes in directory llvm/lib/Support: CommandLine.cpp updated: 1.64 -> 1.65 --- Log message: MERRY CHRISTMAS EVERYONE!!! (what better way to spend christmas than to try building LLVM on HP-UX! (the Right Way seems to be to tear out the ancient STL that HP ship and use http://incubator.apache.o

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaAsmPrinter.cpp AlphaISelDAGToDAG.cpp AlphaISelPattern.cpp AlphaInstrFormats.td AlphaInstrInfo.td

2005-12-25 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaAsmPrinter.cpp updated: 1.27 -> 1.28 AlphaISelDAGToDAG.cpp updated: 1.22 -> 1.23 AlphaISelPattern.cpp updated: 1.197 -> 1.198 AlphaInstrFormats.td updated: 1.20 -> 1.21 AlphaInstrInfo.td updated: 1.89 -> 1.90 --- Log message: add br pattern, unif

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelDAGToDAG.cpp

2005-12-25 Thread Duraid Madina
Changes in directory llvm/lib/Target/IA64: IA64ISelDAGToDAG.cpp updated: 1.16 -> 1.17 --- Log message: unbreak calls, a few more tests should run. Tomorrow: bugpoint! --- Diffs of the changes: (+1 -2) IA64ISelDAGToDAG.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64InstrInfo.td

2005-12-25 Thread Duraid Madina
Changes in directory llvm/lib/Target/IA64: IA64InstrInfo.td updated: 1.33 -> 1.34 --- Log message: we don't feed our call instructions extra operands --- Diffs of the changes: (+3 -3) IA64InstrInfo.td |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/Target/