llvm-6502/test/Other
Duncan Sands a0fcc08e65 Change packed struct layout so that field sizes
are the same as in unpacked structs, only field
positions differ.  This only matters for structs
containing x86 long double or an apint; it may
cause backwards compatibility problems if someone
has bitcode containing a packed struct with a
field of one of those types.
The issue is that only 10 bytes are needed to
hold an x86 long double: the store size is 10
bytes, but the ABI size is 12 or 16 bytes (linux/
darwin) which comes from rounding the store size
up by the alignment.  Because it seemed silly not
to pack an x86 long double into 10 bytes in a
packed struct, this is what was done.  I now
think this was a mistake.  Reserving the ABI size
for an x86 long double field even in a packed
struct makes things more uniform: the ABI size is
now always used when reserving space for a type.
This means that developers are less likely to
make mistakes.  It also makes life easier for the
CBE which otherwise could not represent all LLVM
packed structs (PR2402).
Front-end people might need to adjust the way
they create LLVM structs - see following change
to llvm-gcc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51928 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-04 08:21:45 +00:00
..
2002-01-31-CallGraph.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2002-02-24-InlineBrokePHINodes.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2002-03-11-ConstPropCrash.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2003-02-19-LoopInfoNestingBug.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2004-08-16-PackedConstantInlineStore.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2004-08-16-PackedGlobalConstant.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2004-08-16-PackedSelect.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2004-08-16-PackedSimple.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2004-08-20-PackedControlFlow.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2006-02-05-PassManager.ll Update. Now, -etforest is an invalid option. 2007-06-27 22:58:12 +00:00
2007-04-24-eliminate-mostly-empty-blocks.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2007-06-05-PassID.ll New test. 2007-06-05 20:23:20 +00:00
2007-06-16-Funcname.ll Fix tests due to llvm2cpp move to llc target 2008-04-23 22:41:53 +00:00
2007-06-28-PassManager.ll Fix PR1539. Add LoopPassPrinter. 2007-07-05 15:32:03 +00:00
2007-09-10-PassManager.ll New test. 2007-09-10 18:12:52 +00:00
2008-02-14-PassManager.ll Fix PR2028 2008-02-15 01:24:49 +00:00
2008-03-19-PassManager.ll Keep track of analysis information inherited from Module pass manager. 2008-03-20 01:09:53 +00:00
2008-06-04-FieldSizeInPacked.ll Change packed struct layout so that field sizes 2008-06-04 08:21:45 +00:00
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
invalid-commandline-option.ll Fix a bug that caused opt and other tools to silently ignore 2008-02-23 01:55:25 +00:00