llvm-6502/lib/Analysis/DataStructure
Chris Lattner 4d5af8e894 Fix a crash that happens when mapping something like this:
{ short, short }

to
  short

where the second short maps onto the second field of the first struct.  In
this case, the struct index is not aligned, so we should avoid calling
getLink(2), which asserts out.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20626 91177308-0d34-0410-b5e6-96231b3b80d8
2005-03-15 21:36:50 +00:00
..
BottomUpClosure.cpp Start using retnodes_* for iteration. 2005-03-15 16:55:04 +00:00
CompleteBottomUp.cpp Start using retnodes_* for iteration. 2005-03-15 16:55:04 +00:00
DataStructure.cpp Fix a crash that happens when mapping something like this: 2005-03-15 21:36:50 +00:00
DataStructureAA.cpp Make -ds-aa more useful, allowing it to be updated as xforms hack on the program. 2005-01-24 20:00:14 +00:00
DataStructureOpt.cpp This mega patch converts us from using Function::a{iterator|begin|end} to 2005-03-15 04:54:21 +00:00
DataStructureStats.cpp * Make some methods more const correct. 2005-01-30 23:51:02 +00:00
DSCallSiteIterator.h * Make some methods more const correct. 2005-01-30 23:51:02 +00:00
EquivClassGraphs.cpp Finally fix (the right way) the problem where functions like this: 2005-03-15 17:14:09 +00:00
GraphChecker.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
Local.cpp This mega patch converts us from using Function::a{iterator|begin|end} to 2005-03-15 04:54:21 +00:00
Makefile Fix library name. 2004-10-28 05:36:48 +00:00
Printer.cpp Start using retnodes_* for iteration. 2005-03-15 16:55:04 +00:00
Steensgaard.cpp This mega patch converts us from using Function::a{iterator|begin|end} to 2005-03-15 04:54:21 +00:00
TopDownClosure.cpp Start using retnodes_* for iteration. 2005-03-15 16:55:04 +00:00