Changes in directory llvm/lib/Target/IA64:
IA64ISelPattern.cpp (r1.76) removed
---
Log message:
BOOM!
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/l
Changes in directory llvm/lib/Target/IA64:
IA64ISelPattern.cpp updated: 1.73 -> 1.74
---
Log message:
Missed a spot.
---
Diffs of the changes: (+2 -0)
IA64ISelPattern.cpp |2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Target/IA64/IA64ISelPattern.cpp
diff -u llvm/lib/Target/I
Changes in directory llvm/lib/Target/IA64:
IA64ISelPattern.cpp updated: 1.70 -> 1.71
---
Log message:
remove dead code
---
Diffs of the changes: (+0 -7)
IA64ISelPattern.cpp |7 ---
1 files changed, 7 deletions(-)
Index: llvm/lib/Target/IA64/IA64ISelPattern.cpp
diff -u llvm/lib/Ta
Changes in directory llvm/lib/Target/IA64:
IA64ISelPattern.cpp updated: 1.68 -> 1.69
---
Log message:
IA64 doesn't support the LOCATION node, and for some reason the ISelPattern
stuff isn't using ISelLowering.cpp
---
Diffs of the changes: (+3 -0)
IA64ISelPattern.cpp |3 +++
1 files cha