[llvm-commits] CVS: llvm/lib/Bytecode/Writer/WriterInternals.h

2007-02-08 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Writer: WriterInternals.h updated: 1.30 -> 1.31 --- Log message: remove unneeded #includes --- Diffs of the changes: (+0 -3) WriterInternals.h |3 --- 1 files changed, 3 deletions(-) Index: llvm/lib/Bytecode/Writer/WriterInternals.h diff -u llvm

[llvm-commits] CVS: llvm/lib/Bytecode/Writer/Writer.cpp WriterInternals.h

2007-02-08 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Writer: Writer.cpp updated: 1.157 -> 1.158 WriterInternals.h updated: 1.29 -> 1.30 --- Log message: remove dead code, the outputConstants function is now only called at module scope. --- Diffs of the changes: (+6 -14) Writer.cpp| 18 +--

[llvm-commits] CVS: llvm/lib/Bytecode/Writer/SlotCalculator.cpp SlotCalculator.h Writer.cpp

2007-02-08 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Writer: SlotCalculator.cpp updated: 1.82 -> 1.83 SlotCalculator.h updated: 1.27 -> 1.28 Writer.cpp updated: 1.156 -> 1.157 --- Log message: 1. constants can never occur in the symbol table. 2. All function-level constants are now incorporated into the modu

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

2007-02-08 Thread Zhou Sheng
Changes in directory llvm/lib/Support: APInt.cpp updated: 1.6 -> 1.7 --- Log message: Eliminates friend function declaration inside APInt, instead, adds public methods as those global function's internal implementation. --- Diffs of the changes: (+23 -23) APInt.cpp | 46 +

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

2007-02-08 Thread Zhou Sheng
Changes in directory llvm/include/llvm/ADT: APInt.h updated: 1.5 -> 1.6 --- Log message: Eliminates friend function declaration inside APInt, instead, adds public methods as those global function's internal implementation. --- Diffs of the changes: (+103 -43) APInt.h | 146 +++

[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/long-compare.ll

2007-02-08 Thread Chris Lattner
Changes in directory llvm/test/CodeGen/PowerPC: long-compare.ll added (r1.1) --- Log message: Add ppc-specific test for better i64 compare codegen. --- Diffs of the changes: (+9 -0) long-compare.ll |9 + 1 files changed, 9 insertions(+) Index: llvm/test/CodeGen/PowerPC/long-c

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

2007-02-08 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: README.txt updated: 1.109 -> 1.110 --- Log message: Remove fixed item --- Diffs of the changes: (+0 -26) README.txt | 26 -- 1 files changed, 26 deletions(-) Index: llvm/lib/Target/PowerPC/README.txt diff -u llvm/lib

[llvm-commits] CVS: llvm/docs/CommandGuide/llvm-ld.pod

2007-02-08 Thread Reid Spencer
Changes in directory llvm/docs/CommandGuide: llvm-ld.pod updated: 1.5 -> 1.6 --- Log message: Fix some formatting mistakes. --- Diffs of the changes: (+6 -7) llvm-ld.pod | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) Index: llvm/docs/CommandGuide/llvm-ld.pod diff

[llvm-commits] CVS: llvm/docs/CommandGuide/llvm-ld.pod

2007-02-08 Thread Reid Spencer
Changes in directory llvm/docs/CommandGuide: llvm-ld.pod updated: 1.4 -> 1.5 --- Log message: Merge gccld documentation in here. gccld will go away soon. --- Diffs of the changes: (+107 -19) llvm-ld.pod | 126 ++-- 1 files changed, 1

[llvm-commits] CVS: llvm-test/SingleSource/Makefile.singlesrc

2007-02-08 Thread Reid Spencer
Changes in directory llvm-test/SingleSource: Makefile.singlesrc updated: 1.34 -> 1.35 --- Log message: Remove last vestiges of GCCAS/gccas, GCCLD/gccld --- Diffs of the changes: (+1 -1) Makefile.singlesrc |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/SingleSo

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

2007-02-08 Thread Reid Spencer
Changes in directory llvm-test: Makefile.programs updated: 1.256 -> 1.257 Makefile.rules updated: 1.24 -> 1.25 --- Log message: Remove last vestiges of GCCAS/gccas, GCCLD/gccld --- Diffs of the changes: (+1 -6) Makefile.programs |2 +- Makefile.rules|5 - 2 files changed, 1

[llvm-commits] CVS: llvm-test/SingleSource/Makefile.singlesrc

2007-02-08 Thread Reid Spencer
Changes in directory llvm-test/SingleSource: Makefile.singlesrc updated: 1.33 -> 1.34 --- Log message: Let's try using llvm-ld for the nightly test. If all goes well, gccld will go away tomorrow. This patch replaces all uses of gccld with llvm-ld. --- Diffs of the changes: (+1 -1) Makefil

[llvm-commits] CVS: llvm-test/Makefile.dummylib Makefile.programs Makefile.rules Makefile.tests

2007-02-08 Thread Reid Spencer
Changes in directory llvm-test: Makefile.dummylib updated: 1.7 -> 1.8 Makefile.programs updated: 1.255 -> 1.256 Makefile.rules updated: 1.23 -> 1.24 Makefile.tests updated: 1.14 -> 1.15 --- Log message: Let's try using llvm-ld for the nightly test. If all goes well, gccld will go away tomorrow.

[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

2007-02-08 Thread Reid Spencer
Changes in directory llvm-test/External/SPEC: Makefile.spec updated: 1.61 -> 1.62 --- Log message: Let's try using llvm-ld for the nightly test. If all goes well, gccld will go away tomorrow. This patch replaces all uses of gccld with llvm-ld. --- Diffs of the changes: (+7 -8) Makefile.sp

[llvm-commits] CVS: llvm-test/MultiSource/Makefile.multisrc

2007-02-08 Thread Reid Spencer
Changes in directory llvm-test/MultiSource: Makefile.multisrc updated: 1.57 -> 1.58 --- Log message: Let's try using llvm-ld for the nightly test. If all goes well, gccld will go away tomorrow. This patch replaces all uses of gccld with llvm-ld. --- Diffs of the changes: (+6 -4) Makefile.

[llvm-commits] MultiSource/Benchmarks/MiBench/consumer-typeset/lout.li

2007-02-08 Thread Reid Spencer
Anyone know about this file? Every time I run this test, this file gets modified. However, its checked into CVS. I'm thinking it is just an output file and it shouldn't be in CVS. But, before I cvs rm it, I thought I'd ask. Reid. ___ llvm-commits maili

[llvm-commits] CVS: llvm/tools/gccld/Makefile

2007-02-08 Thread Reid Spencer
Changes in directory llvm/tools/gccld: Makefile updated: 1.17 -> 1.18 --- Log message: Put in a disabled template for when gccld is replaced by the shell script. --- Diffs of the changes: (+19 -0) Makefile | 19 +++ 1 files changed, 19 insertions(+) Index: llvm/tools/gc

[llvm-commits] CVS: llvm/tools/gccld/gccld.sh

2007-02-08 Thread Reid Spencer
Changes in directory llvm/tools/gccld: gccld.sh updated: 1.1 -> 1.2 --- Log message: Get the right warning message. --- Diffs of the changes: (+1 -1) gccld.sh |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/gccld/gccld.sh diff -u llvm/tools/gccld/gccld.sh:1.1

[llvm-commits] CVS: llvm/tools/gccld/gccld.sh

2007-02-08 Thread Reid Spencer
Changes in directory llvm/tools/gccld: gccld.sh added (r1.1) --- Log message: New shell script to replace gccld, eventually. --- Diffs of the changes: (+23 -0) gccld.sh | 23 +++ 1 files changed, 23 insertions(+) Index: llvm/tools/gccld/gccld.sh diff -c /dev/null ll

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

2007-02-08 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ld: llvm-ld.cpp updated: 1.47 -> 1.48 --- Log message: Clean up error handling. --- Diffs of the changes: (+55 -72) llvm-ld.cpp | 127 +--- 1 files changed, 55 insertions(+), 72 deletions(-) Ind

Re: [llvm-commits] [patch] Intruction Constraint DestReg!=SrcReg (for review)

2007-02-08 Thread Evan Cheng
> Index: lib/CodeGen/LiveIntervalAnalysis.cpp > === > RCS file: /var/cvs/llvm/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp,v > retrieving revision 1.204 > diff -u -r1.204 LiveIntervalAnalysis.cpp > --- lib/CodeGen/LiveIntervalAnalysis.cpp

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

2007-02-08 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.153 -> 1.154 --- Log message: This is done. --- Diffs of the changes: (+0 -14) README.txt | 14 -- 1 files changed, 14 deletions(-) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/Target/X86/README.txt:1.

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/ldecod/Makefile

2007-02-08 Thread Evan Cheng
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod: Makefile updated: 1.6 -> 1.7 --- Log message: Don't compile with -g --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/MultiSource/Applications/JM/ldecod/M

[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/ldecod/global.h

2007-02-08 Thread Evan Cheng
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod: global.h updated: 1.5 -> 1.6 --- Log message: Increase pathname buffer sizes. --- Diffs of the changes: (+4 -4) global.h |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm-test/MultiSource/Applic

[llvm-commits] CVS: llvm/test/CodeGen/ARM/long-setcc.ll

2007-02-08 Thread Evan Cheng
Changes in directory llvm/test/CodeGen/ARM: long-setcc.ll added (r1.1) --- Log message: i64 setcc tests. --- Diffs of the changes: (+20 -0) long-setcc.ll | 20 1 files changed, 20 insertions(+) Index: llvm/test/CodeGen/ARM/long-setcc.ll diff -c /dev/null llvm/test/C

[llvm-commits] CVS: llvm/test/CodeGen/X86/long-setcc.ll 2006-01-30-LongSetcc.ll

2007-02-08 Thread Evan Cheng
Changes in directory llvm/test/CodeGen/X86: long-setcc.ll added (r1.1) 2006-01-30-LongSetcc.ll (r1.2) removed --- Log message: i64 setcc tests. --- Diffs of the changes: (+18 -0) long-setcc.ll | 18 ++ 1 files changed, 18 insertions(+) Index: llvm/test/CodeGen/X86/long-s

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

2007-02-08 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.471 -> 1.472 --- Log message: Make use of TLI.SimplifySetCC() in LegalizeSetCCOperands(). --- Diffs of the changes: (+36 -8) LegalizeDAG.cpp | 44 1 files changed, 3

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

2007-02-08 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.269 -> 1.270 TargetLowering.cpp updated: 1.88 -> 1.89 --- Log message: Move SimplifySetCC to TargetLowering and allow it to be shared with legalizer. --- Diffs of the changes: (+426 -399) DAGCombiner.cpp| 40

[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h

2007-02-08 Thread Evan Cheng
Changes in directory llvm/include/llvm/Target: TargetLowering.h updated: 1.106 -> 1.107 --- Log message: Move SimplifySetCC to TargetLowering and allow it to be shared with legalizer. --- Diffs of the changes: (+10 -2) TargetLowering.h | 12 ++-- 1 files changed, 10 insertions(+),

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

2007-02-08 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: StringMap.h updated: 1.4 -> 1.5 CStringMap.h (r1.4) removed --- Log message: Rename CStringMap -> StringMap, since it now supports nul characters in the strings. --- Diffs of the changes: (+17 -17) StringMap.h | 34 +

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

2007-02-08 Thread Chris Lattner
Changes in directory llvm/lib/Support: StringMap.cpp updated: 1.4 -> 1.5 CStringMap.cpp (r1.4) removed --- Log message: Rename CStringMap -> StringMap, since it now supports nul characters in the strings. --- Diffs of the changes: (+8 -8) StringMap.cpp | 16 1 files chan

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

2007-02-08 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.122 -> 1.123 --- Log message: update this. --- Diffs of the changes: (+10 -11) ProgrammersManual.html | 21 ++--- 1 files changed, 10 insertions(+), 11 deletions(-) Index: llvm/docs/ProgrammersManual.html

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

2007-02-08 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: CStringMap.h updated: 1.3 -> 1.4 --- Log message: Allow cstringmap to contain strings with nul characters in them. --- Diffs of the changes: (+57 -28) CStringMap.h | 85 +++ 1 files change

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

2007-02-08 Thread Chris Lattner
Changes in directory llvm/lib/Support: CStringMap.cpp updated: 1.3 -> 1.4 --- Log message: Allow cstringmap to contain strings with nul characters in them. --- Diffs of the changes: (+5 -4) CStringMap.cpp |9 + 1 files changed, 5 insertions(+), 4 deletions(-) Index: llvm/lib/

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

2007-02-08 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ld: llvm-ld.cpp updated: 1.46 -> 1.47 --- Log message: For PR1153: http://llvm.org/PR1153 : Copy a couple more missing options from gccld to llvm-ld. --- Diffs of the changes: (+5 -0) llvm-ld.cpp |5 + 1 files changed, 5 insertions(+) Index: l

[llvm-commits] CVS: llvm-test/MultiSource/Applications/minisat/Makefile

2007-02-08 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Applications/minisat: Makefile updated: 1.4 -> 1.5 --- Log message: let this sort-of work with darwin at least --- Diffs of the changes: (+3 -0) Makefile |3 +++ 1 files changed, 3 insertions(+) Index: llvm-test/MultiSource/Applications/mini

[llvm-commits] CVS: llvm/tools/llvm-ld/Optimize.cpp

2007-02-08 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ld: Optimize.cpp updated: 1.16 -> 1.17 --- Log message: For PR1153: http://llvm.org/PR1153 : Make llvm-ld more gccld-like by having it run the same set of passes. The delta was probably due to lack of llvm-ld being maintained. Just another reason to have onl

[llvm-commits] CVS: llvm-test/MultiSource/Applications/Makefile

2007-02-08 Thread Chris Lattner
Changes in directory llvm-test/MultiSource/Applications: Makefile updated: 1.25 -> 1.26 --- Log message: add minisat --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/MultiSource/Applications/Makefile diff -u llvm-test/M

[llvm-commits] [123593] Fix build.

2007-02-08 Thread jlaskey
Revision: 123593 Author: jlaskey Date: 2007-02-08 10:12:42 -0800 (Thu, 08 Feb 2007) Log Message: --- Fix build. Modified Paths: -- apple-local/branches/llvm/gcc/llvm-backend.cpp apple-local/branches/llvm/gcc/llvm-linker-hack.cpp Modified: apple-local/branches/ll

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

2007-02-08 Thread Chris Lattner
>> // >> ===-- >> ===// >> // APInt Class >> // >> ===-- >> ===// >> @@ -40,14 +55,18 @@ >> class APInt { >>/// Friend Fu

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/minisat/Alg.h BasicHeap.h BoxedVec.h Heap.h Map.h Queue.h SolverTypes.h Sort.h Vec.h Makefile

2007-02-08 Thread Owen Anderson
Changes in directory llvm-test/MultiSource/Benchmarks/minisat: Alg.h added (r1.1) BasicHeap.h added (r1.1) BoxedVec.h added (r1.1) Heap.h added (r1.1) Map.h added (r1.1) Queue.h added (r1.1) SolverTypes.h added (r1.1) Sort.h added (r1.1) Vec.h added (r1.1) Makefile updated: 1.3 -> 1.4 --- Log me

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.cpp

2007-02-08 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelLowering.cpp updated: 1.80 -> 1.81 --- Log message: return addresses, those I already have --- Diffs of the changes: (+3 -2) AlphaISelLowering.cpp |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm/lib/Target/Alp

[llvm-commits] llvm-gcc4: compile fix due to ParseBytecodeFile changes

2007-02-08 Thread Duncan Sands
"Read bytecodes from PCH file", http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070205/044159.html, and "Push bytecode decompressor out through APIs", http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070205/044106.html, passed each other in the night. The attached patc

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

2007-02-08 Thread Reid Spencer
Sheng, Some feedback for you ... On Thu, 2007-02-08 at 08:30 -0600, Zhou Sheng wrote: > > Changes in directory llvm/include/llvm/ADT: > > APInt.h updated: 1.4 -> 1.5 > --- > Log message: > > As Chris and Reid suggested, remove "isSigned" field from APInt, instead, > add some signed/unsigned a

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

2007-02-08 Thread Reid Spencer
Changes in directory llvm/docs: TestingGuide.html updated: 1.39 -> 1.40 --- Log message: Describe llvm/test more accurately given recent changes. --- Diffs of the changes: (+22 -14) TestingGuide.html | 36 ++-- 1 files changed, 22 insertions(+), 14 deletio

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

2007-02-08 Thread Zhou Sheng
Changes in directory llvm/lib/Support: APInt.cpp updated: 1.5 -> 1.6 --- Log message: Switched this file on accidently. --- Diffs of the changes: (+1 -1) APInt.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Support/APInt.cpp diff -u llvm/lib/Support/APInt.c

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

2007-02-08 Thread Zhou Sheng
Changes in directory llvm/lib/Support: APInt.cpp updated: 1.4 -> 1.5 --- Log message: As Chris and Reid suggested, remove "isSigned" field from APInt, instead, add some signed/unsigned arithmetic operation functions into APInt.h to handle the signed/unsigned issue. These functions will be defin

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

2007-02-08 Thread Zhou Sheng
Changes in directory llvm/include/llvm/ADT: APInt.h updated: 1.4 -> 1.5 --- Log message: As Chris and Reid suggested, remove "isSigned" field from APInt, instead, add some signed/unsigned arithmetic operation functions into APInt.h to handle the signed/unsigned issue. These functions will be de

[llvm-commits] CVS: llvm/test/Assembler/2007-02-07-BasicBlockRename.ll 2007-02-07-UpgradeGVarConflict.ll

2007-02-08 Thread Reid Spencer
Changes in directory llvm/test/Assembler: 2007-02-07-BasicBlockRename.ll added (r1.1) 2007-02-07-UpgradeGVarConflict.ll added (r1.1) --- Log message: New test cases for PR1187: http://llvm.org/PR1187 --- Diffs of the changes: (+33 -0) 2007-02-07-BasicBlockRename.ll| 14 +

[llvm-commits] CVS: llvm/test/Assembler/2007-02-07-RenameInternals.ll

2007-02-08 Thread Reid Spencer
Changes in directory llvm/test/Assembler: 2007-02-07-RenameInternals.ll updated: 1.1 -> 1.2 --- Log message: Make this legal input. --- Diffs of the changes: (+1 -1) 2007-02-07-RenameInternals.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Assembler/2007-02

[llvm-commits] CVS: llvm/tools/llvm-upgrade/UpgradeInternals.h

2007-02-08 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: UpgradeInternals.h updated: 1.8 -> 1.9 --- Log message: Rename a field so there's less confusion between fields of the same name. --- Diffs of the changes: (+3 -2) UpgradeInternals.h |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-

[llvm-commits] CVS: llvm/tools/llvm-upgrade/UpgradeParser.y

2007-02-08 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: UpgradeParser.y updated: 1.61 -> 1.62 --- Log message: For PR1187: http://llvm.org/PR1187 : Rename function scope names that conflict with basic block names. --- Diffs of the changes: (+20 -11) UpgradeParser.y | 31 --

[llvm-commits] CVS: llvm/tools/llvm-upgrade/UpgradeParser.y

2007-02-08 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: UpgradeParser.y updated: 1.60 -> 1.61 --- Log message: For PR1187: http://llvm.org/PR1187 : Always rename, never give a redef error. We could check for collapsed type planes and generate an error if that's not the cause, but the 99. percentile c

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/minisat/Makefile

2007-02-08 Thread Owen Anderson
Changes in directory llvm-test/MultiSource/Benchmarks/minisat: Makefile updated: 1.2 -> 1.3 --- Log message: Fix a comment. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/MultiSource/Benchmarks/minisat/Makefile diff -

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/minisat/long.cnf.gz short.cnf.gz Main.cpp Makefile

2007-02-08 Thread Owen Anderson
Changes in directory llvm-test/MultiSource/Benchmarks/minisat: long.cnf.gz added (r1.1) short.cnf.gz added (r1.1) Main.cpp updated: 1.1 -> 1.2 Makefile updated: 1.1 -> 1.2 --- Log message: Reenable some hacked out output from minisat to better indentify failures. Also, gzip the input files to s

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/minisat/mtl/Alg.h BasicHeap.h BoxedVec.h Heap.h Map.h Queue.h SolverTypes.h Sort.h Vec.h

2007-02-08 Thread Owen Anderson
Changes in directory llvm-test/MultiSource/Benchmarks/minisat/mtl: Alg.h added (r1.1) BasicHeap.h added (r1.1) BoxedVec.h added (r1.1) Heap.h added (r1.1) Map.h added (r1.1) Queue.h added (r1.1) SolverTypes.h added (r1.1) Sort.h added (r1.1) Vec.h added (r1.1) --- Log message: Add minisat to th

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/minisat/mtl/

2007-02-08 Thread LLVM
Changes in directory llvm-test/MultiSource/Benchmarks/minisat/mtl: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/minisat/mtl added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commit

[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/minisat/

2007-02-08 Thread LLVM
Changes in directory llvm-test/MultiSource/Benchmarks/minisat: --- Log message: Directory /var/cvs/llvm/llvm-test/MultiSource/Benchmarks/minisat added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailin

[llvm-commits] CVS: llvm/tools/llvm-upgrade/UpgradeParser.y

2007-02-08 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: UpgradeParser.y updated: 1.59 -> 1.60 --- Log message: For PR1187: http://llvm.org/PR1187 : Some changes to get the smbd.ll test case working: 1. Move the logic for CSRETCC->sret attribute out of the ResolveDefinitions code and into getExistingVa

[llvm-commits] CVS: llvm/test/Assembler/2007-02-07-UpgradeCSRETCC.ll

2007-02-08 Thread Reid Spencer
Changes in directory llvm/test/Assembler: 2007-02-07-UpgradeCSRETCC.ll updated: 1.1 -> 1.2 --- Log message: Add some more interesting cases to this test. --- Diffs of the changes: (+2 -0) 2007-02-07-UpgradeCSRETCC.ll |2 ++ 1 files changed, 2 insertions(+) Index: llvm/test/Assembler/