aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Compiler warning.Andrew Trick2011-07-181-3/+3
* indvars: LinearFunctionTestReplace for non-canonical IVs.Andrew Trick2011-07-181-48/+292
* indvars: Added verification that LFTR and other indvars goodness doesAndrew Trick2011-07-181-1/+20
* indvars: Added isHighCostExpansion. Avoid generating extra ops in theAndrew Trick2011-07-181-17/+51
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-181-2/+2
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-1845-505/+505
* fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving someChris Lattner2011-07-181-3/+3
* indvars: fix a pass-sensitivity issue that would hit the SCEVExpanderAndrew Trick2011-07-161-2/+13
* indvars: remove ExprToIVMap because it won't be needed by LFTR.Andrew Trick2011-07-161-9/+3
* fix rdar://9776316 - type remapping needed for inline asm blobs,Chris Lattner2011-07-151-1/+17
* Disable loop idiom recognition of memset/memcpy if the function being compiledChad Rosier2011-07-151-0/+5
* No need to explicitly invoke the ArrayRef constructor here.Frits van Bommel2011-07-151-1/+1
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-1514-38/+28
* start using the new helper methods a bit.Chris Lattner2011-07-154-23/+21
* Undo r135191 (i.e. reapply Chris's patch. Now linker maps NamedMDNodes first,...Devang Patel2011-07-141-2/+3
* revert r135172 until Devang and I figure out the right answer.Chris Lattner2011-07-141-3/+2
* Stop the ValueMapper from calling getAllMetadata, which unpacks DebugLoc intoChris Lattner2011-07-141-2/+3
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-146-8/+7
* It's not safe to fold (fptrunc (sqrt (fpext x))) to (sqrtf x) if there is ano...Evan Cheng2011-07-131-1/+2
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-132-7/+6
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-1213-44/+43
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-1213-43/+44
* indvars: Code reorganization in preparation forAndrew Trick2011-07-121-589/+624
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-113-4/+4
* De-constify Types in FunctionType::get().Jay Foad2011-07-1112-40/+39
* Don't duplicate the work done by a gep into a "bitcast" if the gep hasRafael Espindola2011-07-111-0/+8
* remove the DerivedType which isn't adding value anymore.Chris Lattner2011-07-091-2/+1
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-098-199/+97
* Added recognition for signed add/sub/mul with overflow intrinsics to GVN as p...Lang Hames2011-07-091-0/+3
* Reapply a fixed version of r133285.Bob Wilson2011-07-081-5/+8
* Remove unused copy of UpdateInlinedAtInfo.Benjamin Kramer2011-07-081-12/+0
* Refactor. It is inliner's responsibility to update line number information.Devang Patel2011-07-082-38/+40
* Make GVN look through extractvalues for recognised intrinsics. GVN can then C...Lang Hames2011-07-081-7/+54
* Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion.Devang Patel2011-07-071-2/+2
* Fix a bug in the "expect" intrinsic lowering.Jakub Staszak2011-07-061-1/+4
* Handle cases where multiple dbg.declare and dbg.value intrinsics are tied to ...Devang Patel2011-07-061-11/+58
* Simplify. Consolidate dbg.declare handling in AllocaPromoter.Devang Patel2011-07-063-25/+22
* indvars -disable-iv-rewrite: ExprToMap lives in Pass data, so be moreAndrew Trick2011-07-061-1/+2
* indvars -disable-iv-rewrite: Added SimplifyCongruentIVs.Andrew Trick2011-07-061-1/+58
* LICM: Remove trailing white spacesTobias Grosser2011-07-061-32/+32
* LICM: Do not loose alignment on promotionTobias Grosser2011-07-061-8/+30
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-063-0/+165
* Preserve debug loc.Devang Patel2011-07-051-1/+1
* indvars -disable-iv-rewrite: avoid multiple IVs in weird cases.Andrew Trick2011-07-051-18/+30
* PR10267: Don't combine an equality compare with an AND into an inequality com...Benjamin Kramer2011-07-041-1/+5
* indvars -disable-iv-rewrite: bug fix involving weird geps and related cleanup.Andrew Trick2011-07-021-46/+51
* Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of inte...Owen Anderson2011-07-011-2/+6
* Fix likely typo, reduce number of instruction name collisions.Nick Lewycky2011-07-011-1/+1
* Add r134057 back, but splice the predecessor after the successors phiRafael Espindola2011-06-302-11/+13
* indvars -disable-iv-rewrite: handle cloning binary operators that cannot over...Andrew Trick2011-06-301-3/+7