[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.td

2006-03-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86InstrInfo.td updated: 1.257 - 1.258 --- Log message: Fix the encodings of these new instructions, hopefully fixing the JIT failures from last night --- Diffs of the changes: (+4 -4) X86InstrInfo.td |8 1 files changed, 4

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.15 - 1.16 --- Log message: Updated information related to local variables and scopes. --- Diffs of the changes: (+106 -34) SourceLevelDebugging.html | 140 ++ 1 files changed,

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.16 - 1.17 --- Log message: Correction of stoppoint arguments. --- Diffs of the changes: (+6 -5) SourceLevelDebugging.html | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) Index:

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: MachineLocation.h added (r1.1) --- Log message: Support for locating of debug items in frames. --- Diffs of the changes: (+64 -0) MachineLocation.h | 64 ++ 1 files changed, 64

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: AutoUpgrade.cpp updated: 1.14 - 1.15 --- Log message: Change the argument types of llvm.dbg intrinsics. --- Diffs of the changes: (+64 -23) AutoUpgrade.cpp | 87 +--- 1 files changed, 64

[llvm-commits] CVS: llvm/include/llvm/Intrinsics.td

2006-03-23 Thread Jim Laskey
Changes in directory llvm/include/llvm: Intrinsics.td updated: 1.10 - 1.11 --- Log message: Modify usage of llvm.dbg intrinsics. --- Diffs of the changes: (+4 -3) Intrinsics.td |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/include/llvm/Intrinsics.td diff

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: IntrinsicInst.cpp added (r1.1) --- Log message: Simplify handling of llvm.dbg intrinsic operands to one spot. --- Diffs of the changes: (+55 -0) IntrinsicInst.cpp | 55 ++ 1 files changed, 55

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: IntrinsicLowering.cpp updated: 1.42 - 1.43 --- Log message: Handle new forms of llvm.dbg intrinsics. --- Diffs of the changes: (+1 -0) IntrinsicLowering.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/IntrinsicLowering.cpp

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.29 - 1.30 MachineDebugInfo.h updated: 1.30 - 1.31 --- Log message: Generate local variable and scope information and equivalent dwarf forms. --- Diffs of the changes: (+215 -34) DwarfWriter.h | 49 +++-

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.48 - 1.49 MachineDebugInfo.cpp updated: 1.32 - 1.33 --- Log message: Generate local variable and scope information and equivalent dwarf forms. --- Diffs of the changes: (+434 -79) DwarfWriter.cpp | 324

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/include/llvm/Support: Dwarf.h updated: 1.5 - 1.6 --- Log message: Generate local variable and scope information and equivalent dwarf forms. --- Diffs of the changes: (+11 -1) Dwarf.h | 12 +++- 1 files changed, 11 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Target/X86/X86IntelAsmPrinter.cpp X86ATTAsmPrinter.cpp X86AsmPrinter.cpp

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/Target/X86: X86IntelAsmPrinter.cpp updated: 1.24 - 1.25 X86ATTAsmPrinter.cpp updated: 1.31 - 1.32 X86AsmPrinter.cpp updated: 1.171 - 1.172 --- Log message: Change interface to DwarfWriter. --- Diffs of the changes: (+8 -8) X86ATTAsmPrinter.cpp |4 ++--

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.160 - 1.161 --- Log message: Change interface to DwarfWriter. --- Diffs of the changes: (+4 -4) PPCAsmPrinter.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) Index:

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.451 - 1.452 --- Log message: Can't combine anymore - we don't have a chain through llvm.dbg intrinsics. --- Diffs of the changes: (+0 -10) InstructionCombining.cpp | 10 -- 1 files changed, 10

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/Transforms/IPO: StripSymbols.cpp updated: 1.7 - 1.8 --- Log message: Strip changes to llvm.dbg intrinsics. --- Diffs of the changes: (+34 -7) StripSymbols.cpp | 41 ++--- 1 files changed, 34 insertions(+), 7 deletions(-)

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp PPCRegisterInfo.h

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.cpp updated: 1.49 - 1.50 PPCRegisterInfo.h updated: 1.10 - 1.11 --- Log message: Add support to locate local variables in frames (early version.) --- Diffs of the changes: (+15 -0) PPCRegisterInfo.cpp | 12

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/include/llvm/Target: MRegisterInfo.h updated: 1.70 - 1.71 --- Log message: Add support to locate local variables in frames (early version.) --- Diffs of the changes: (+6 -0) MRegisterInfo.h |6 ++ 1 files changed, 6 insertions(+) Index:

[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcRegisterInfo.cpp SparcRegisterInfo.h

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/Target/Sparc: SparcRegisterInfo.cpp updated: 1.37 - 1.38 SparcRegisterInfo.h updated: 1.9 - 1.10 --- Log message: Add support to locate local variables in frames (early version.) --- Diffs of the changes: (+15 -0) SparcRegisterInfo.cpp | 12

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/Target/IA64: IA64RegisterInfo.cpp updated: 1.13 - 1.14 IA64RegisterInfo.h updated: 1.4 - 1.5 --- Log message: Add support to locate local variables in frames (early version.) --- Diffs of the changes: (+16 -0) IA64RegisterInfo.cpp | 14 ++

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/Target/X86: X86RegisterInfo.cpp updated: 1.130 - 1.131 X86RegisterInfo.h updated: 1.34 - 1.35 --- Log message: Add support to locate local variables in frames (early version.) --- Diffs of the changes: (+15 -0) X86RegisterInfo.cpp | 12

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

2006-03-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.203 - 1.204 --- Log message: Add PPC vector bit-convert support --- Diffs of the changes: (+3 -0) PPCInstrInfo.td |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td diff -u

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: AutoUpgrade.cpp updated: 1.15 - 1.16 --- Log message: Add some more bulletproofing to auto upgrade of llvm.dbg intrinsics. --- Diffs of the changes: (+9 -13) AutoUpgrade.cpp | 22 +- 1 files changed, 9 insertions(+), 13

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

2006-03-23 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.123 - 1.124 --- Log message: Typo --- Diffs of the changes: (+1 -1) X86ISelLowering.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/X86/X86ISelLowering.cpp diff -u

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/vector.ll

2006-03-23 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/Generic: vector.ll updated: 1.6 - 1.7 --- Log message: add some tests for typecasts and extract_element --- Diffs of the changes: (+23 -0) vector.ll | 23 +++ 1 files changed, 23 insertions(+) Index:

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

2006-03-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.333 - 1.334 --- Log message: add support for splitting casts. This implements CodeGen/Generic/vector.ll:test_cast_2. --- Diffs of the changes: (+41 -1) LegalizeDAG.cpp | 42

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

2006-03-23 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: README.txt updated: 1.79 - 1.80 --- Log message: add a note --- Diffs of the changes: (+10 -0) README.txt | 10 ++ 1 files changed, 10 insertions(+) Index: llvm/lib/Target/PowerPC/README.txt diff -u

[llvm-commits] CVS: llvm/utils/llvm-config/Makefile

2006-03-23 Thread Reid Spencer
Changes in directory llvm/utils/llvm-config: Makefile updated: 1.2 - 1.3 --- Log message: Don't print out ugly command line when building LibDeps.txt. --- Diffs of the changes: (+3 -1) Makefile |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index:

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.30 - 1.31 --- Log message: Make sure types are allocated in the scope of their use. --- Diffs of the changes: (+8 -9) DwarfWriter.h | 17 - 1 files changed, 8 insertions(+), 9 deletions(-) Index:

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.49 - 1.50 --- Log message: Make sure types are allocated in the scope of their use. --- Diffs of the changes: (+54 -107) DwarfWriter.cpp | 161 ++-- 1 files changed, 54

[llvm-commits] CVS: llvm/utils/findsym.pl

2006-03-23 Thread Reid Spencer
Changes in directory llvm/utils: findsym.pl added (r1.1) --- Log message: A little script to find LLVM symbols. Ideally this would use c++filt for both input and output to render everything in C++, but that will be the next patch. For now, it just runs nm and greps each .o or .a file for the

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.50 - 1.51 --- Log message: Unneeded forward. --- Diffs of the changes: (+0 -1) DwarfWriter.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/CodeGen/DwarfWriter.cpp diff -u llvm/lib/CodeGen/DwarfWriter.cpp:1.50

[llvm-commits] CVS: llvm/utils/Makefile

2006-03-23 Thread Reid Spencer
Changes in directory llvm/utils: Makefile updated: 1.7 - 1.8 --- Log message: Update to llvm-config tool, by Erik Kidd: 1. Check for Perl and only build llvm-config if its available. 2. Add some virtual components 3. Don't depend on standard location for Perl, but configured location 4.

[llvm-commits] CVS: llvm/utils/llvm-config/Makefile find-cycles.pl llvm-config.in.in

2006-03-23 Thread Reid Spencer
Changes in directory llvm/utils/llvm-config: Makefile updated: 1.3 - 1.4 find-cycles.pl updated: 1.1 - 1.2 llvm-config.in.in updated: 1.1 - 1.2 --- Log message: Update to llvm-config tool, by Erik Kidd: 1. Check for Perl and only build llvm-config if its available. 2. Add some virtual

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

2006-03-23 Thread Reid Spencer
Changes in directory llvm/autoconf/m4: path_perl.m4 added (r1.1) --- Log message: Update to llvm-config tool, by Erik Kidd: 1. Check for Perl and only build llvm-config if its available. 2. Add some virtual components 3. Don't depend on standard location for Perl, but configured location 4.

[llvm-commits] CVS: llvm/autoconf/configure.ac

2006-03-23 Thread Reid Spencer
Changes in directory llvm/autoconf: configure.ac updated: 1.212 - 1.213 --- Log message: Update to llvm-config tool, by Erik Kidd: 1. Check for Perl and only build llvm-config if its available. 2. Add some virtual components 3. Don't depend on standard location for Perl, but configured

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

2006-03-23 Thread Reid Spencer
Changes in directory llvm/docs/CommandGuide: llvm-config.pod added (r1.1) --- Log message: Documentation for llvm-config by Eric Kidd. --- Diffs of the changes: (+113 -0) llvm-config.pod | 113 1 files changed, 113 insertions(+)

[llvm-commits] CVS: llvm/CREDITS.TXT Makefile.config.in configure

2006-03-23 Thread Reid Spencer
Changes in directory llvm: CREDITS.TXT updated: 1.45 - 1.46 Makefile.config.in updated: 1.52 - 1.53 configure updated: 1.214 - 1.215 --- Log message: Update to llvm-config tool, by Erik Kidd: 1. Check for Perl and only build llvm-config if its available. 2. Add some virtual components 3.

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

2006-03-23 Thread Evan Cheng
Changes in directory llvm/lib/Target: TargetLowering.cpp updated: 1.47 - 1.48 --- Log message: Typo --- Diffs of the changes: (+1 -1) TargetLowering.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/TargetLowering.cpp diff -u

[llvm-commits] CVS: llvm/test/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test: .cvsignore added (r1.1) --- Log message: Ignore some files that occur when srcdir = objdir. --- Diffs of the changes: (+5 -0) .cvsignore |5 + 1 files changed, 5 insertions(+) Index: llvm/test/.cvsignore diff -c /dev/null llvm/test/.cvsignore:1.1

[llvm-commits] CVS: llvm/utils/llvm-config/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/utils/llvm-config: .cvsignore added (r1.1) --- Log message: Ignore temporary files generated by building. --- Diffs of the changes: (+5 -0) .cvsignore |5 + 1 files changed, 5 insertions(+) Index: llvm/utils/llvm-config/.cvsignore diff -c /dev/null

[llvm-commits] CVS: llvm/utils/TableGen/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/utils/TableGen: .cvsignore updated: 1.2 - 1.3 --- Log message: Add new generated files to be ignored. --- Diffs of the changes: (+4 -0) .cvsignore |4 1 files changed, 4 insertions(+) Index: llvm/utils/TableGen/.cvsignore diff -u

[llvm-commits] CVS: llvm/utils/Burg/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/utils/Burg: .cvsignore added (r1.1) --- Log message: Add a .cvsignore file to get rid of notices about gram.tab.[ch] --- Diffs of the changes: (+2 -0) .cvsignore |2 ++ 1 files changed, 2 insertions(+) Index: llvm/utils/Burg/.cvsignore diff -c /dev/null

[llvm-commits] CVS: llvm/lib/AsmParser/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/lib/AsmParser: .cvsignore updated: 1.3 - 1.4 --- Log message: Add new generated files. --- Diffs of the changes: (+3 -0) .cvsignore |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/AsmParser/.cvsignore diff -u llvm/lib/AsmParser/.cvsignore:1.3

[llvm-commits] CVS: llvm/include/llvm/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/include/llvm: .cvsignore added (r1.1) --- Log message: Ignore generated file Intrinsics.gen --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/.cvsignore diff -c /dev/null

[llvm-commits] CVS: llvm/projects/Stacker/lib/compiler/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/projects/Stacker/lib/compiler: .cvsignore added (r1.1) --- Log message: Ignore generated files. --- Diffs of the changes: (+4 -0) .cvsignore |4 1 files changed, 4 insertions(+) Index: llvm/projects/Stacker/lib/compiler/.cvsignore diff -c /dev/null

[llvm-commits] CVS: llvm/projects/Stacker/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/projects/Stacker: .cvsignore added (r1.1) --- Log message: Ignore generated files. --- Diffs of the changes: (+4 -0) .cvsignore |4 1 files changed, 4 insertions(+) Index: llvm/projects/Stacker/.cvsignore diff -c /dev/null

[llvm-commits] CVS: llvm/test/Regression/Other/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Other: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known

[llvm-commits] CVS: llvm/test/Regression/Archive/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Archive: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known

[llvm-commits] CVS: llvm/test/Regression/Analysis/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Analysis: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known

[llvm-commits] CVS: llvm/test/Regression/Transforms/ADCE/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/ADCE: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/Debugger/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Debugger: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known

[llvm-commits] CVS: llvm/test/Regression/CodeGen/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known

[llvm-commits] CVS: llvm/test/Regression/C++Frontend/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/C++Frontend: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about

[llvm-commits] CVS: llvm/test/Regression/BugPoint/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/BugPoint: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known

[llvm-commits] CVS: llvm/test/Regression/Bytecode/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Bytecode: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/X86: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about

[llvm-commits] CVS: llvm/test/Regression/Analysis/LoadVN/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Analysis/LoadVN: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/CodeGen/IA64/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/IA64: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about

[llvm-commits] CVS: llvm/test/Regression/Transforms/BlockPlacement/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/BlockPlacement: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut

[llvm-commits] CVS: llvm/test/Regression/Transforms/LICM/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/LICM: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/Transforms/GlobalOpt/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/GlobalOpt: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/PowerPC: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/TableGen/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/TableGen: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known

[llvm-commits] CVS: llvm/test/Regression/Transforms/LoopUnswitch/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/LoopUnswitch: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs

[llvm-commits] CVS: llvm/test/Regression/Transforms/Reassociate/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/Reassociate: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs

[llvm-commits] CVS: llvm/test/Regression/Transforms/Mem2Reg/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/Mem2Reg: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/Transforms/SCCP/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/SCCP: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Analysis/DSGraph: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/Transforms/GlobalDCE/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/GlobalDCE: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/GC/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/Generic/GC: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/Transforms/LowerSetJmp/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/LowerSetJmp: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs

[llvm-commits] CVS: llvm/test/Regression/Transforms/PruneEH/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/PruneEH: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/CodeGen/SPARC/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/SPARC: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/Generic: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/CFrontend/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/CFrontend: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about

[llvm-commits] CVS: llvm/test/Regression/CodeGen/CBackend/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/CBackend: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/Analysis/Dominators/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Analysis/Dominators: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/Transforms/LowerSwitch/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/LowerSwitch: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs

[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyLibCalls/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/SimplifyLibCalls: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut

[llvm-commits] CVS: llvm/test/Regression/Transforms/TailDup/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/TailDup: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/Transforms/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about

[llvm-commits] CVS: llvm/test/Regression/Transforms/LoopUnroll/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/LoopUnroll: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs

[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyCFG/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/SimplifyCFG: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs

[llvm-commits] CVS: llvm/test/Regression/Transforms/RaiseAllocations/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/RaiseAllocations: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut

[llvm-commits] CVS: llvm/test/Regression/Transforms/CodeExtractor/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/CodeExtractor: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut

[llvm-commits] CVS: llvm/test/Regression/Transforms/GCSE/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/GCSE: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/Analysis/BasicAA/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Analysis/BasicAA: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/Transforms/TailCallElim/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/TailCallElim: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs

[llvm-commits] CVS: llvm/test/Regression/Transforms/IndVarsSimplify/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/IndVarsSimplify: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut

[llvm-commits] CVS: llvm/test/Regression/Transforms/LoopSimplify/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/LoopSimplify: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs

[llvm-commits] CVS: llvm/test/Regression/Transforms/CorrelatedExprs/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/CorrelatedExprs: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut

[llvm-commits] CVS: llvm/test/Regression/Transforms/FunctionResolve/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/FunctionResolve: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut

[llvm-commits] CVS: llvm/test/Regression/ExecutionEngine/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/ExecutionEngine: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/Transforms/ArgumentPromotion/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/ArgumentPromotion: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to

[llvm-commits] CVS: llvm/test/Regression/Transforms/DeadStoreElimination/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/DeadStoreElimination: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to

[llvm-commits] CVS: llvm/test/Regression/Transforms/LowerInvoke/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/LowerInvoke: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs

[llvm-commits] CVS: llvm/test/Regression/Transforms/ConstProp/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/ConstProp: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/InstCombine: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs

[llvm-commits] CVS: llvm/test/Regression/Transforms/DecomposeMultiDimRefs/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/DecomposeMultiDimRefs: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to

[llvm-commits] CVS: llvm/test/Regression/Transforms/ScalarRepl/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/ScalarRepl: .cvsignore added (r1.1) --- Log message: Tired of wading through cvs's list ? files that are generated when building with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs

  1   2   3   >