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
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
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
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(-)
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
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
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
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(-)
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
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
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
11 matches
Mail list logo