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

2005-10-22 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: SubtargetEmitter.cpp updated: 1.1 -> 1.2 --- Log message: Sort the features and processor lists for the sake of search (and maintainers.) --- Diffs of the changes: (+27 -2) SubtargetEmitter.cpp | 29 +++-- 1 files changed

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.td

2005-10-22 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.5 -> 1.6 --- Log message: Add g3 back to the mix and reorder to irritate them anal folk. Actually, it's to group appropriately and provide cues to maintainers that the lists don't need to be ordered. --- Diffs of the changes:

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

2005-10-22 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.53 -> 1.54 --- Log message: BuildSDIV and BuildUDIV only work for i32/i64, but they don't check that the input is that type, this caused a failure on gs on X86 last night. Move the hard checks into Build[US]Div since

[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8ISelPattern.cpp

2005-10-22 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV8: SparcV8ISelPattern.cpp (r1.7) removed --- Log message: This file is entirely ifdef'd out --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list [EMAIL PROTECTED] http://lis

[llvm-commits] CVS: llvm-www/pubs/2005-09-25-CASES05-SegmentProtection.html 2005-09-25-CASES05-SegmentProtection.pdf index.html

2005-10-22 Thread Chris Lattner
Changes in directory llvm-www/pubs: 2005-09-25-CASES05-SegmentProtection.html added (r1.1) 2005-09-25-CASES05-SegmentProtection.pdf added (r1.1) index.html updated: 1.23 -> 1.24 --- Log message: add a new paper that uses LLVM --- Diffs of the changes: (+67 -0) 2005-09-25-CASES05-SegmentPro

[llvm-commits] CVS: llvm-www/pubs/index.html

2005-10-22 Thread Chris Lattner
Changes in directory llvm-www/pubs: index.html updated: 1.24 -> 1.25 --- Log message: fix run-on link, remove italics --- Diffs of the changes: (+3 -3) index.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm-www/pubs/index.html diff -u llvm-www/pubs/index.

[llvm-commits] CVS: llvm-www/pubs/index.html

2005-10-22 Thread Chris Lattner
Changes in directory llvm-www/pubs: index.html updated: 1.25 -> 1.26 --- Log message: Clean this up significantly, remove all links but those to the paper's page to reduce clutter --- Diffs of the changes: (+38 -48) index.html | 86 ++--

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

2005-10-22 Thread Chris Lattner
Changes in directory llvm/tools/llc: llc.cpp updated: 1.113 -> 1.114 --- Log message: document this as experimental --- Diffs of the changes: (+1 -1) llc.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/llc/llc.cpp diff -u llvm/tools/llc/llc.cpp:1.113 llvm/

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

2005-10-22 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelDAGToDAG.cpp updated: 1.1 -> 1.2 AlphaISelLowering.h updated: 1.2 -> 1.3 AlphaInstrFormats.td updated: 1.9 -> 1.10 AlphaInstrInfo.td updated: 1.66 -> 1.67 --- Log message: Well, the Constant matching pattern works. Can't say much about calls

[llvm-commits] CVS: llvm/win32/TableGen/TableGen.vcproj

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/win32/TableGen: TableGen.vcproj updated: 1.14 -> 1.15 --- Log message: Add new files to Visual Studio. --- Diffs of the changes: (+6 -0) TableGen.vcproj |6 ++ 1 files changed, 6 insertions(+) Index: llvm/win32/TableGen/TableGen.vcproj diff -u llvm/win32/

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

2005-10-22 Thread Andrew Lenharth
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.206 -> 1.207 --- Log message: add TargetExternalSymbol --- Diffs of the changes: (+13 -1) SelectionDAG.cpp | 14 +- 1 files changed, 13 insertions(+), 1 deletion(-) Index: llvm/lib/CodeGen/Select

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

2005-10-22 Thread Andrew Lenharth
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.63 -> 1.64 SelectionDAGNodes.h updated: 1.69 -> 1.70 --- Log message: add TargetExternalSymbol --- Diffs of the changes: (+8 -3) SelectionDAG.h |2 ++ SelectionDAGNodes.h |9 ++--- 2 files changed, 8

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

2005-10-22 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelDAGToDAG.cpp updated: 1.2 -> 1.3 AlphaInstrInfo.td updated: 1.67 -> 1.68 --- Log message: Add several things. loads branches setcc working calls Global address External addresses now I can manage malloc calls. --- Diffs of the changes: (

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

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/lib/CodeGen: IntrinsicLowering.cpp updated: 1.34 -> 1.35 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end of the list, the zero *must* be cast to the pointer type. An un-cast zero is a 32-bit int, and a

[llvm-commits] CVS: llvm/include/llvm/Module.h

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/include/llvm: Module.h updated: 1.62 -> 1.63 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end of the list, the zero *must* be cast to the pointer type. An un-cast zero is a 32-bit int, and at least on x

[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Reader.cpp ReaderWrappers.cpp

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/lib/Bytecode/Reader: Reader.cpp updated: 1.167 -> 1.168 ReaderWrappers.cpp updated: 1.51 -> 1.52 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end of the list, the zero *must* be cast to the pointer type.

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp InstLoops.cpp ProfilePaths.cpp

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/lib/Transforms/Instrumentation/ProfilePaths: EdgeCode.cpp updated: 1.30 -> 1.31 InstLoops.cpp updated: 1.21 -> 1.22 ProfilePaths.cpp updated: 1.43 -> 1.44 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp TraceBasicBlocks.cpp TraceValues.cpp

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/lib/Transforms/Instrumentation: ProfilingUtils.cpp updated: 1.6 -> 1.7 TraceBasicBlocks.cpp updated: 1.12 -> 1.13 TraceValues.cpp updated: 1.74 -> 1.75 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end of

[llvm-commits] CVS: llvm/examples/Fibonacci/fibonacci.cpp

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/examples/Fibonacci: fibonacci.cpp updated: 1.9 -> 1.10 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end of the list, the zero *must* be cast to the pointer type. An un-cast zero is a 32-bit int, and at

[llvm-commits] CVS: llvm/lib/Debugger/UnixLocalInferiorProcess.cpp

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/lib/Debugger: UnixLocalInferiorProcess.cpp updated: 1.8 -> 1.9 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end of the list, the zero *must* be cast to the pointer type. An un-cast zero is a 32-bit int,

[llvm-commits] CVS: llvm/examples/HowToUseJIT/HowToUseJIT.cpp

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/examples/HowToUseJIT: HowToUseJIT.cpp updated: 1.9 -> 1.10 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end of the list, the zero *must* be cast to the pointer type. An un-cast zero is a 32-bit int, and

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LowerAllocations.cpp LowerGC.cpp LowerInvoke.cpp

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/lib/Transforms/Scalar: LowerAllocations.cpp updated: 1.54 -> 1.55 LowerGC.cpp updated: 1.8 -> 1.9 LowerInvoke.cpp updated: 1.33 -> 1.34 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end of the list, the z

[llvm-commits] CVS: llvm/examples/ParallelJIT/ParallelJIT.cpp

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/examples/ParallelJIT: ParallelJIT.cpp updated: 1.3 -> 1.4 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end of the list, the zero *must* be cast to the pointer type. An un-cast zero is a 32-bit int, and

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

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/tools/lli: lli.cpp updated: 1.49 -> 1.50 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end of the list, the zero *must* be cast to the pointer type. An un-cast zero is a 32-bit int, and at least on x86_6

[llvm-commits] CVS: llvm/lib/Transforms/IPO/LowerSetJmp.cpp SimplifyLibCalls.cpp

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/lib/Transforms/IPO: LowerSetJmp.cpp updated: 1.27 -> 1.28 SimplifyLibCalls.cpp updated: 1.54 -> 1.55 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end of the list, the zero *must* be cast to the pointer t

[llvm-commits] CVS: llvm/include/llvm/Support/CommandLine.h DataTypes.h.in

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/include/llvm/Support: CommandLine.h updated: 1.49 -> 1.50 DataTypes.h.in updated: 1.20 -> 1.21 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end of the list, the zero *must* be cast to the pointer type.

[llvm-commits] CVS: llvm/tools/bugpoint/Miscompilation.cpp

2005-10-22 Thread Jeff Cohen
Changes in directory llvm/tools/bugpoint: Miscompilation.cpp updated: 1.71 -> 1.72 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end of the list, the zero *must* be cast to the pointer type. An un-cast zero is a 32-bit int, and a

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

2005-10-22 Thread Jeff Cohen
Changes in directory llvm: Makefile.rules updated: 1.328 -> 1.329 --- Log message: When a function takes a variable number of pointer arguments, with a zero pointer marking the end of the list, the zero *must* be cast to the pointer type. An un-cast zero is a 32-bit int, and at least on x86_64

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

2005-10-22 Thread Jeff Cohen
Changes in directory llvm: Makefile.rules updated: 1.329 -> 1.330 --- Log message: Remove redundant flag. --- Diffs of the changes: (+1 -1) Makefile.rules |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/Makefile.rules diff -u llvm/Makefile.rules:1.329 llvm/Makefile.r

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

2005-10-22 Thread Chris Lattner
Changes in directory llvm/include/llvm/Target: SubtargetFeature.h updated: 1.3 -> 1.4 --- Log message: Move static functions to .cpp file, reduce #includes, pass strings by const&. --- Diffs of the changes: (+7 -68) SubtargetFeature.h | 75 ---

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

2005-10-22 Thread Chris Lattner
Changes in directory llvm/lib/Target: SubtargetFeature.cpp updated: 1.4 -> 1.5 --- Log message: Move static functions from .h file, reduce #includes, pass strings by const&, use LowercaseString from StringExtras.h, remove extraneous space from help output. --- Diffs of the changes: (+99 -45)

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC.td

2005-10-22 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPC.td updated: 1.6 -> 1.7 --- Log message: improve -help output --- Diffs of the changes: (+5 -5) PPC.td | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/lib/Target/PowerPC/PPC.td diff -u llvm/lib/Target/PowerP

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

2005-10-22 Thread Chris Lattner
Changes in directory llvm/lib/Target: SubtargetFeature.cpp updated: 1.5 -> 1.6 --- Log message: Improve help output. --- Diffs of the changes: (+16 -12) SubtargetFeature.cpp | 28 1 files changed, 16 insertions(+), 12 deletions(-) Index: llvm/lib/Target/Sub

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

2005-10-22 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: TableGen.cpp updated: 1.40 -> 1.41 InstrSelectorEmitter.cpp (r1.45) removed InstrSelectorEmitter.h (r1.27) removed --- Log message: Remove the obsolete instr selector emitter --- Diffs of the changes: (+1 -7) TableGen.cpp |8 +--- 1 files