summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* 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
* It's not safe to fold (fptrunc (sqrt (fpext x))) to (sqrtf x) if there is ano...Evan Cheng2011-07-13
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-13
* 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
* indvars: Code reorganization in preparation forAndrew Trick2011-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
* Don't duplicate the work done by a gep into a "bitcast" if the gep hasRafael Espindola2011-07-11
* remove the DerivedType which isn't adding value anymore.Chris Lattner2011-07-09
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Added recognition for signed add/sub/mul with overflow intrinsics to GVN as p...Lang Hames2011-07-09
* Reapply a fixed version of r133285.Bob Wilson2011-07-08
* Remove unused copy of UpdateInlinedAtInfo.Benjamin Kramer2011-07-08
* Refactor. It is inliner's responsibility to update line number information.Devang Patel2011-07-08
* Make GVN look through extractvalues for recognised intrinsics. GVN can then C...Lang Hames2011-07-08
* Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion.Devang Patel2011-07-07
* Fix a bug in the "expect" intrinsic lowering.Jakub Staszak2011-07-06
* Handle cases where multiple dbg.declare and dbg.value intrinsics are tied to ...Devang Patel2011-07-06
* Simplify. Consolidate dbg.declare handling in AllocaPromoter.Devang Patel2011-07-06
* indvars -disable-iv-rewrite: ExprToMap lives in Pass data, so be moreAndrew Trick2011-07-06
* indvars -disable-iv-rewrite: Added SimplifyCongruentIVs.Andrew Trick2011-07-06
* LICM: Remove trailing white spacesTobias Grosser2011-07-06
* LICM: Do not loose alignment on promotionTobias Grosser2011-07-06
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-06
* Preserve debug loc.Devang Patel2011-07-05
* indvars -disable-iv-rewrite: avoid multiple IVs in weird cases.Andrew Trick2011-07-05
* PR10267: Don't combine an equality compare with an AND into an inequality com...Benjamin Kramer2011-07-04
* indvars -disable-iv-rewrite: bug fix involving weird geps and related cleanup.Andrew Trick2011-07-02
* Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of inte...Owen Anderson2011-07-01
* Fix likely typo, reduce number of instruction name collisions.Nick Lewycky2011-07-01
* Add r134057 back, but splice the predecessor after the successors phiRafael Espindola2011-06-30
* indvars -disable-iv-rewrite: handle cloning binary operators that cannot over...Andrew Trick2011-06-30
* indvars -disable-iv-rewrite: handle an edge case involving identity phis.Andrew Trick2011-06-30
* indvars -disable-iv-rewrite: insert new trunc instructions carefully.Andrew Trick2011-06-29
* 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
* indvars -disable-iv-rewrite: just because SCEV ignores casts doesn'tAndrew Trick2011-06-29
* cleanup: misleading comment.Andrew Trick2011-06-28
* SCEVExpander: give new insts a name that identifies the reponsible pass.Andrew Trick2011-06-28
* whitespaceAndrew Trick2011-06-28
* Fix typo in comment.Nick Lewycky2011-06-28
* indvars --disable-iv-rewrite: sever ties with IVUsers.Andrew Trick2011-06-28
* indvars --disable-iv-rewrite: Defer evaluating s/zext until SCEVAndrew Trick2011-06-28
* indvars -disable-iv-rewrite: run RLEV after SimplifyIVUsers forAndrew Trick2011-06-27
* Calculate GetBestDestForJumpOnUndef correctly.Jakub Staszak2011-06-27
* Teach one piece of scalarrepl to handle lifetime markers. When transforming anNick Lewycky2011-06-27