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

2007-01-26 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: IntrinsicInst.cpp updated: 1.12 -> 1.13 --- Log message: Change the MachineDebugInfo to MachineModuleInfo to better reflect usage for debugging and exception handling. --- Diffs of the changes: (+1 -1) IntrinsicInst.cpp |2 +- 1 files changed, 1 in

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

2006-12-13 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: IntrinsicInst.cpp updated: 1.11 -> 1.12 --- Log message: Update version in safe guards. --- Diffs of the changes: (+2 -2) IntrinsicInst.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/VMCore/IntrinsicInst.cpp diff -u

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

2006-10-04 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: IntrinsicInst.cpp updated: 1.9 -> 1.10 --- Log message: getFilename/getDirectory shouldn't abort if the global has no init. This can happen on bugpoint reduced testcases f.e.. --- Diffs of the changes: (+2 -2) IntrinsicInst.cpp |4 ++-- 1 files ch

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

2006-07-11 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: IntrinsicInst.cpp updated: 1.8 -> 1.9 --- Log message: 1. Support for c++ mangled names. 2. Support for private/protected class members. --- Diffs of the changes: (+2 -2) IntrinsicInst.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

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

2006-06-19 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: IntrinsicInst.cpp updated: 1.7 -> 1.8 --- Log message: Handle versioning of compile unit. --- Diffs of the changes: (+5 -0) IntrinsicInst.cpp |5 + 1 files changed, 5 insertions(+) Index: llvm/lib/VMCore/IntrinsicInst.cpp diff -u llvm/lib/VMC

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

2006-06-16 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: IntrinsicInst.cpp updated: 1.6 -> 1.7 --- Log message: Forgot operands were hard coded for compile unit. --- Diffs of the changes: (+2 -2) IntrinsicInst.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/VMCore/Intrinsi

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

2006-06-07 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: IntrinsicInst.cpp updated: 1.4 -> 1.5 Pass.cpp updated: 1.68 -> 1.69 --- Log message: For PR780: http://llvm.cs.uiuc.edu/PR780 : Break the "IncludeFile" mechanism into its own header file and adjust other files accordingly. Use this facility for the Intrins

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

2006-03-26 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: IntrinsicInst.cpp updated: 1.3 -> 1.4 --- Log message: Bullet proof against undefined args produced by upgrading ols-style debug info. --- Diffs of the changes: (+3 -3) IntrinsicInst.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)

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

2006-03-24 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: IntrinsicInst.cpp updated: 1.2 -> 1.3 --- Log message: Fix indent. --- Diffs of the changes: (+1 -1) IntrinsicInst.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/VMCore/IntrinsicInst.cpp diff -u llvm/lib/VMCore/Intrinsi

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

2006-03-24 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: IntrinsicInst.cpp updated: 1.1 -> 1.2 --- Log message: Clean up some commentary. --- Diffs of the changes: (+19 -1) IntrinsicInst.cpp | 20 +++- 1 files changed, 19 insertions(+), 1 deletion(-) Index: llvm/lib/VMCore/IntrinsicInst.c

[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 insert