Changes in directory llvm/lib/Analysis/DataStructure:
DataStructure.cpp updated: 1.254 -> 1.255
---
Log message:
Removed more includes
---
Diffs of the changes: (+4 -5)
DataStructure.cpp |9 -
1 files changed, 4 insertions(+), 5 deletions(-)
Index: llvm/lib/Analysis/DataStru
Changes in directory llvm/lib/Analysis/DataStructure:
DataStructure.cpp updated: 1.250 -> 1.251
Local.cpp updated: 1.160 -> 1.161
---
Log message:
For PR950: http://llvm.org/PR950 :
The long awaited CAST patch. This introduces 12 new instructions into LLVM
to replace the cast instruction. Corre
Changes in directory llvm/lib/Analysis/DataStructure:
DataStructure.cpp updated: 1.248 -> 1.249
---
Log message:
Allow loop detection during debug in forwarding nodes, and revert auxcall patch
as it make 176.gcc untenable
---
Diffs of the changes: (+20 -8)
DataStructure.cpp | 28
Changes in directory llvm/lib/Analysis/DataStructure:
DataStructure.cpp updated: 1.247 -> 1.248
EquivClassGraphs.cpp updated: 1.48 -> 1.49
Local.cpp updated: 1.156 -> 1.157
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resul
Changes in directory llvm/lib/Analysis/DataStructure:
DataStructure.cpp updated: 1.246 -> 1.247
---
Log message:
Fix a bug, don't drop indirect call sites, especially if there is nothing known
about them yet, and restore a simple version of a removed function
---
Diffs of the changes: (+27 -
Changes in directory llvm/lib/Analysis/DataStructure:
DataStructure.cpp updated: 1.245 -> 1.246
---
Log message:
Patches to make the LLVM sources more -pedantic clean. Patch provided
by Anton Korobeynikov! This is a step towards closing PR786:
http://llvm.cs.uiuc.edu/PR786 .
---
Diffs of t
Changes in directory llvm/lib/Analysis/DataStructure:
DataStructure.cpp updated: 1.244 -> 1.245
---
Log message:
Another simple case type merge case to try
---
Diffs of the changes: (+24 -0)
DataStructure.cpp | 24
1 files changed, 24 insertions(+)
Index: llvm/l
Changes in directory llvm/lib/Analysis/DataStructure:
DataStructure.cpp updated: 1.243 -> 1.244
---
Log message:
If adding a link to a collapsed, node, ignore offset.
Fixes 2006-03-27-LinkedCollapsed.ll
---
Diffs of the changes: (+3 -0)
DataStructure.cpp |3 +++
1 files changed, 3 ins
Changes in directory llvm/lib/Analysis/DataStructure:
DataStructure.cpp updated: 1.242 -> 1.243
---
Log message:
allow field sensitivity to be a tunable parameter
---
Diffs of the changes: (+6 -2)
DataStructure.cpp |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
Index: l
Changes in directory llvm/lib/Analysis/DataStructure:
DataStructure.cpp updated: 1.241 -> 1.242
---
Log message:
Handle one offset with growth case seen in povray. Namely, if we have an
offset,
and the offset lands at a field boundary in the old type, construct a new type,
copying the field
10 matches
Mail list logo