aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO
AgeCommit message (Expand)Author
2007-12-10Make PruneEH update the nounwind/noreturn attributesDuncan Sands
2007-12-03Rather than having special rules like "intrinsics cannotDuncan Sands
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-11-22Don't crash on bogus llvm.noinline. This is first part of PR1817 (preventing ...Anton Korobeynikov
2007-11-15Fix PR1788 by taking the approach suggested by Richard Smith.Chris Lattner
2007-11-14Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky
2007-11-13Fix the regression on Transforms/GlobalOpt/deadglobal-2.ll from myChris Lattner
2007-11-09Tighten up a check for folding away loads from (newly constant) globals. ThisChris Lattner
2007-11-05Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen
2007-11-04Finishing initial docs for all transformations in Passes.html.Gordon Henriksen
2007-11-01Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands
2007-10-26More fleshing out of docs/Passes.html, plus some typo fixes andGordon Henriksen
2007-10-24Fix off by 1 bug in printf->puts lowering.Dale Johannesen
2007-10-18Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll byChris Lattner
2007-10-17Do not raise free() call that is called through invoke instruction.Devang Patel
2007-10-03Use empty() member functions when that's what's being tested for insteadDan Gohman
2007-10-03Fix PR1719, by not marking llvm.global.annotations internal.Tanya Lattner
2007-10-03Fix PR1719, by not marking llvm.noinline internal.Chris Lattner
2007-09-28minor long double related changesDale Johannesen
2007-09-14Fix a logic error in ValueIsOnlyUsedLocallyOrStoredToOneGlobal that caused Chris Lattner
2007-09-13Teach GlobalLoadUsesSimpleEnoughForHeapSRA and the SROA rewriter how to handleChris Lattner
2007-09-13be tolerant of PHI nodes when rewriting heap SROA code. This is a stepChris Lattner
2007-09-13refactor some code, no functionality change. On the path to PR1639Chris Lattner
2007-09-13Make ValueIsOnlyUsedLocallyOrStoredToOneGlobal smart enough to see throughChris Lattner
2007-09-13Make AllUsesOfLoadedValueWillTrapIfNull strong enough to see through PHIChris Lattner
2007-09-06Next round of APFloat changes.Dale Johannesen
2007-09-04Update GEP constructors to use an iterator interface to fixDavid Greene
2007-08-27Update InvokeInst to work like CallInstDavid Greene
2007-08-27Change comments to refer to @malloc and @free instead of %malloc and %free.Dan Gohman
2007-08-23rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner
2007-08-21Use SmallVector instead of std::vector.Devang Patel
2007-08-01More explicit keywords.Dan Gohman
2007-08-01New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene
2007-07-27Use SmallPtrSet.Devang Patel
2007-07-25Add BasicInliner interface. Devang Patel
2007-06-25fix Transforms/Inline/2007-06-25-WeakInline.ll by not inlining functionsChris Lattner
2007-06-19Moved Inliner.h to include/llvm/Transforms/IPO/InlinerPass.hTanya Lattner
2007-06-19Inliner pass header file was moved.Tanya Lattner
2007-06-07Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient.Devang Patel
2007-06-07Formating fixes.Tanya Lattner
2007-06-06Instruct the inliner to obey the noinline attribute. Add test case.Tanya Lattner
2007-06-06simplify this code and fix PR1493, now that llvm-gcc3 is dead.Chris Lattner
2007-06-04When rebuilding constant structs, make sure to honor the isPacked bit.Chris Lattner
2007-05-15selects can also reach hereChris Lattner
2007-05-13Fix Transforms/GlobalOpt/2007-05-13-Crash.llChris Lattner
2007-05-06Fix PR1395, by passing the ID correctlyChris Lattner
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel