aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
AgeCommit message (Expand)Author
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-05-05Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo
2013-04-30Fix a use after free. RI is freed before the call to getDebugLoc(). ToRichard Trieu
2013-04-30Spelling. Thanks, Eric.Adrian Prantl
2013-04-30Set debug locations for branch instructions created during inlining, evenAdrian Prantl
2013-04-29SimplifyCFG: If convert single conditional storesArnold Schwaighofer
2013-04-26fix a typo that due to cu&paste quadrupled itselfAdrian Prantl
2013-04-26Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl
2013-04-23Make sure the instruction right after an inlined function has aAdrian Prantl
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-04-21Revert "SimplifyCFG: If convert single conditional stores"Arnold Schwaighofer
2013-04-20SimplifyCFG: If convert single conditional storesArnold Schwaighofer
2013-04-17Do not optimise fprintf() calls if its return value is used.Peter Collingbourne
2013-04-16simplifycfg: Fix integer overflow converting switch into icmp.Hans Wennborg
2013-04-10Change CloneFunctionInto to always clone Argument attributes induvidually,Joey Gouly
2013-03-22Add all clauses when merging the landing pads. Duplicates will be handled lat...Bill Wendling
2013-03-22Don't use the removed API.Bill Wendling
2013-03-22Fix llvm::removeUnreachableBlocks to handle unreachable loops.Evgeniy Stepanov
2013-03-21Always forward 'resume' instructions to the outter landing pad.Bill Wendling
2013-03-12LibCallSimplifier: optimize speed for short-lived instancesMeador Inge
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-03-11Don't remove a landing pad if the invoke requires a table entry.Bill Wendling
2013-03-07Fixed a crash when cloning a function into a function withPekka Jaaskelainen
2013-03-07SimplifyCFG fix for volatile load/store.Andrew Trick
2013-03-04Bypass Slow DividesPreston Gurd
2013-03-02Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.Peter Collingbourne
2013-02-27For each function that we optimize we initialize a new list of lib functions....Nadav Rotem
2013-02-26Enhance integer division emulation support to handle types smaller than 32 bits,Pedro Artigas
2013-02-22Implement the NoBuiltin attribute.Bill Wendling
2013-02-19Temporarily revert r175470 for more review.Bill Wendling
2013-02-18Check to see if the 'no-builtin' attribute is set before simplifying a librar...Bill Wendling
2013-02-09Remove #includes from the commonly used LoopInfo.h.Jakub Staszak
2013-02-08[SimplifyLibCalls] Library call simplification doen't work if the call site Chad Rosier
2013-02-05[SjLj Prepare] When demoting an invoke instructions to the stack, if the normalChad Rosier
2013-01-31Linker: correctly link in dbg.declareManman Ren
2013-01-31Cherry-pick r174067Derek Schuff
2013-01-31Revert r173946. This breaks compilation of googletest with ClangAlexey Samsonov
2013-01-30Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-30Linker: correctly link in dbg.declareManman Ren
2013-01-27Re-revert r173342, without losing the compile time improvements, flatChandler Carruth
2013-01-26Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...Bill Wendling
2013-01-25Switch this code away from Value::isUsedInBasicBlock. That code eitherChandler Carruth
2013-01-24Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.Benjamin Kramer
2013-01-24Revert r173342 temporarily. It appears to cause a very late miscompileChandler Carruth
2013-01-24Plug TTI into the speculation logic, giving it a real cost interfaceChandler Carruth
2013-01-24Address a large chunk of this FIXME by accumulating the cost forChandler Carruth
2013-01-24Switch the constant expression speculation cost evaluation away fromChandler Carruth
2013-01-24Rephrase the speculating scan of the conditional BB to be phrased inChandler Carruth