llvm-6502/lib/Transforms/IPO
Chris Lattner 998182b380 When SRoA'ing a global variable, make sure the new globals get the
appropriate alignment.  This fixes a miscompilation of 252.eon on
x86-64 (rdar://5891920).

Bill, please pull this into Tak.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50308 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-26 07:40:11 +00:00
..
ArgumentPromotion.cpp Allow argpromote to promote struct arguments with a specified number 2008-04-19 19:50:01 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp
ExtractGV.cpp
GlobalDCE.cpp
GlobalOpt.cpp When SRoA'ing a global variable, make sure the new globals get the 2008-04-26 07:40:11 +00:00
IndMemRemoval.cpp
Inliner.cpp
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp simplify code for propagation of constant arguments into 2008-04-23 06:16:27 +00:00
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile
PruneEH.cpp Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 2008-04-25 16:53:59 +00:00
RaiseAllocations.cpp
SimplifyLibCalls.cpp don't assume that the argument passed to fprintf("%s" is a string. This 2008-04-21 03:18:33 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp
StructRetPromotion.cpp