llvm-6502/lib/Transforms/IPO
Chris Lattner 701bc4264d Fix PR1788 by taking the approach suggested by Richard Smith.
Thanks to him for his detailed analysis of the problem.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44162 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-15 06:10:55 +00:00
..
ArgumentPromotion.cpp Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. 2007-11-01 20:53:16 +00:00
ConstantMerge.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
DeadArgumentElimination.cpp Fix PR1788 by taking the approach suggested by Richard Smith. 2007-11-15 06:10:55 +00:00
DeadTypeElimination.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
ExtractFunction.cpp More explicit keywords. 2007-08-01 15:32:29 +00:00
GlobalDCE.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
GlobalOpt.cpp Fix the regression on Transforms/GlobalOpt/deadglobal-2.ll from my 2007-11-13 21:46:23 +00:00
IndMemRemoval.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
Inliner.cpp Use empty() member functions when that's what's being tested for instead 2007-10-03 19:26:29 +00:00
InlineSimple.cpp Use SmallPtrSet. 2007-07-27 18:34:27 +00:00
Internalize.cpp Fix PR1719, by not marking llvm.global.annotations internal. 2007-10-03 17:05:40 +00:00
IPConstantPropagation.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
LoopExtractor.cpp Allow the block extractor take to take a list of basic blocks to not extract 2007-11-14 06:47:06 +00:00
LowerSetJmp.cpp Update InvokeInst to work like CallInst 2007-08-27 19:04:21 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
PruneEH.cpp New CallInst interface to address GLIBCXX_DEBUG errors caused by 2007-08-01 03:43:44 +00:00
RaiseAllocations.cpp Do not raise free() call that is called through invoke instruction. 2007-10-17 20:12:58 +00:00
SimplifyLibCalls.cpp Fix off by 1 bug in printf->puts lowering. 2007-10-24 20:14:50 +00:00
StripDeadPrototypes.cpp Fix typo in comment. 2007-05-06 13:37:16 +00:00
StripSymbols.cpp Finishing initial docs for all transformations in Passes.html. 2007-11-04 16:15:04 +00:00