summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAge
...
* Add clarifying comments for the new arguments to UnrollLoop.Andrew Trick2011-07-25
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* Move trip count discovery outside of the generic LoopUnroll helper. ThisAndrew Trick2011-07-23
* whitespaceAndrew Trick2011-07-23
* Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where i...Eli Friedman2011-07-20
* PR10386: Don't try to split an edge from an indirectbr.Eli Friedman2011-07-19
* Distinguish between two copies of one inlined variable.Devang Patel2011-07-19
* Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad2011-07-19
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving someChris Lattner2011-07-18
* fix rdar://9776316 - type remapping needed for inline asm blobs,Chris Lattner2011-07-15
* No need to explicitly invoke the ArrayRef constructor here.Frits van Bommel2011-07-15
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Undo r135191 (i.e. reapply Chris's patch. Now linker maps NamedMDNodes first,...Devang Patel2011-07-14
* revert r135172 until Devang and I figure out the right answer.Chris Lattner2011-07-14
* Stop the ValueMapper from calling getAllMetadata, which unpacks DebugLoc intoChris Lattner2011-07-14
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-14
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-11
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Remove unused copy of UpdateInlinedAtInfo.Benjamin Kramer2011-07-08
* Refactor. It is inliner's responsibility to update line number information.Devang Patel2011-07-08
* Fix a bug in the "expect" intrinsic lowering.Jakub Staszak2011-07-06
* Simplify. Consolidate dbg.declare handling in AllocaPromoter.Devang Patel2011-07-06
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-06
* Add r134057 back, but splice the predecessor after the successors phiRafael Espindola2011-06-30
* Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and Chad Rosier2011-06-29
* Let simplify cfg simplify bb with only debug and lifetime intrinsics.Rafael Espindola2011-06-29
* Fix typo in comment.Nick Lewycky2011-06-28
* Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by otherNick Lewycky2011-06-27
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-23
* Revert r133513:Eric Christopher2011-06-23
* Remove unused variables.Benjamin Kramer2011-06-21
* Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad2011-06-21
* Revert r133435 and r133449 to appease buildbots.Chad Rosier2011-06-21
* Change how PHINodes store their operands.Jay Foad2011-06-20
* Fix PR10103: Less code for enum type translation.Hans Wennborg2011-06-18
* Set debug loc for new preheader's terminator.Devang Patel2011-06-17
* When promoting an alloca to registers discard any lifetime intrinsics.Nick Lewycky2011-06-17
* Simplify; no significant functionality change.Eli Friedman2011-06-15
* Fix cmake build.Rafael Espindola2011-06-15
* Remove unused code.Eli Friedman2011-06-15
* Use IRBuilder to make our intrinsic calls in the inliner so that we pick upJohn McCall2011-06-14
* Use Value::stripPointerCasts instead of reinventing part of the wheel.Nick Lewycky2011-06-14
* It's possible that an all-zero GEP may be used as the argument to lifetimeNick Lewycky2011-06-13
* SplitCriticalEdge can sometimes split the edge from an invoke to a landingJohn McCall2011-06-09
* Teach the CallGraph to ignore calls to intrinsics.John McCall2011-06-09
* If the block that we're threading through is jumped to by an indirect branch,Bill Wendling2011-06-04