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

2006-06-21 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.22 -> 1.23 --- Log message: fix typos --- Diffs of the changes: (+3 -3) SourceLevelDebugging.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/docs/SourceLevelDebugging.html diff -u llvm/do

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

2006-06-21 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaAsmPrinter.cpp updated: 1.43 -> 1.44 AlphaISelLowering.cpp updated: 1.52 -> 1.53 AlphaISelLowering.h updated: 1.18 -> 1.19 --- Log message: inline asm, at least for floats --- Diffs of the changes: (+58 -0) AlphaAsmPrinter.cpp | 12 ++

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

2006-06-21 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaAsmPrinter.cpp updated: 1.44 -> 1.45 AlphaISelDAGToDAG.cpp updated: 1.45 -> 1.46 AlphaISelLowering.cpp updated: 1.53 -> 1.54 --- Log message: Add memory operand and int regs --- Diffs of the changes: (+46 -0) AlphaAsmPrinter.cpp | 14

[llvm-commits] CVS: llvm/lib/AsmParser/llvmAsmParser.cpp.cvs llvmAsmParser.y.cvs

2006-06-21 Thread Chris Lattner
Changes in directory llvm/lib/AsmParser: llvmAsmParser.cpp.cvs updated: 1.6 -> 1.7 llvmAsmParser.y.cvs updated: 1.6 -> 1.7 --- Log message: fix typo --- Diffs of the changes: (+187 -187) llvmAsmParser.cpp.cvs | 372 +- llvmAsmParser.y.cvs

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

2006-06-21 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: Statistic.h updated: 1.15 -> 1.16 --- Log message: Add some out-of-line virtual dtors so that the class has a "home", preventing vtables for (e.g.) Instruction from being emitted into every .o file. --- Diffs of the changes: (+2 -1) Statistic.h |

[llvm-commits] CVS: llvm/lib/VMCore/Instruction.cpp Instructions.cpp

2006-06-21 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Instruction.cpp updated: 1.51 -> 1.52 Instructions.cpp updated: 1.38 -> 1.39 --- Log message: Add some out-of-line virtual dtors so that the class has a "home", preventing vtables for (e.g.) Instruction from being emitted into every .o file. --- Diffs of

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

2006-06-21 Thread Chris Lattner
Changes in directory llvm/lib/Support: Statistic.cpp updated: 1.16 -> 1.17 --- Log message: Add some out-of-line virtual dtors so that the class has a "home", preventing vtables for (e.g.) Instruction from being emitted into every .o file. --- Diffs of the changes: (+4 -0) Statistic.cpp |

[llvm-commits] CVS: llvm/include/llvm/InstrTypes.h Instruction.h Instructions.h

2006-06-21 Thread Chris Lattner
Changes in directory llvm/include/llvm: InstrTypes.h updated: 1.45 -> 1.46 Instruction.h updated: 1.71 -> 1.72 Instructions.h updated: 1.36 -> 1.37 --- Log message: Add some out-of-line virtual dtors so that the class has a "home", preventing vtables for (e.g.) Instruction from being emitted in

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

2006-06-21 Thread Reid Spencer
Changes in directory llvm/tools/llvmc: Makefile updated: 1.17 -> 1.18 --- Log message: For PR811: http://llvm.org/PR811 : Don't both with the "C" and "cc" extensions as they aren't common and they the "C" extension conflicts with the "c" extension on operating systems that have case insensitiv

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

2006-06-21 Thread Chris Lattner
Changes in directory llvm/tools/llvmc: Makefile updated: 1.18 -> 1.19 --- Log message: Remove unneeded libs --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/llvmc/Makefile diff -u llvm/tools/llvmc/Makefile:1.18 llvm/to

[llvm-commits] CVS: llvm/lib/VMCore/ConstantFolding.cpp

2006-06-21 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: ConstantFolding.cpp updated: 1.87 -> 1.88 --- Log message: Add more anonymous namespaces to make it clear that these are private classes --- Diffs of the changes: (+18 -1) ConstantFolding.cpp | 19 ++- 1 files changed, 18 insertions(+

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

2006-06-21 Thread Chris Lattner
Changes in directory llvm: Makefile.rules updated: 1.381 -> 1.382 --- Log message: Factor a bunch of rules together, no functionality change. --- Diffs of the changes: (+23 -56) Makefile.rules | 79 - 1 files changed, 23 insertions(

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

2006-06-21 Thread Chris Lattner
Changes in directory llvm: Makefile.rules updated: 1.382 -> 1.383 --- Log message: Add targets for generating .s file in addition to .o files. --- Diffs of the changes: (+28 -15) Makefile.rules | 43 --- 1 files changed, 28 insertions(+), 15 deleti

[llvm-commits] CVS: llvm/include/llvm/Support/MathExtras.h

2006-06-21 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: MathExtras.h updated: 1.30 -> 1.31 --- Log message: Use C++ style casts instead of C-style casts to shut up compiler warnings when compiling with -pedantic. Passes regression tests on Linux. --- Diffs of the changes: (+18 -6) MathExtras.h |

[llvm-commits] CVS: llvm/include/llvm/Support/MathExtras.h

2006-06-21 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: MathExtras.h updated: 1.31 -> 1.32 --- Log message: Whoops, missed a couple more C-style casts. --- Diffs of the changes: (+2 -2) MathExtras.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/include/llvm/Support/Ma

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

2006-06-21 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86CodeEmitter.cpp updated: 1.107 -> 1.108 --- Log message: variable_ops instructions such as call can have any number of operands. --- Diffs of the changes: (+1 -1) X86CodeEmitter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Inde

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

2006-06-21 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86CodeEmitter.cpp updated: 1.108 -> 1.109 --- Log message: Eliminate unneeded parameter. --- Diffs of the changes: (+4 -8) X86CodeEmitter.cpp | 12 1 files changed, 4 insertions(+), 8 deletions(-) Index: llvm/lib/Target/X86/X86Code