summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Fix a GCC warning.Jay Foad2011-07-20
* indvars: Added getInsertPointForUses to find a valid place to truncate the IV.Andrew Trick2011-07-20
* indvars -disable-iv-rewrite: Add NarrowIVDefUse to cache def-useAndrew Trick2011-07-20
* indvars -disable-iv-rewrite fix: derived GEP IVsAndrew Trick2011-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
* Convert SimplifyGEPInst to use ArrayRef.Jay Foad2011-07-19
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-19
* Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad2011-07-19
* Compiler warning.Andrew Trick2011-07-18
* indvars: LinearFunctionTestReplace for non-canonical IVs.Andrew Trick2011-07-18
* indvars: Added verification that LFTR and other indvars goodness doesAndrew Trick2011-07-18
* indvars: Added isHighCostExpansion. Avoid generating extra ops in theAndrew Trick2011-07-18
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-18
* 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
* indvars: fix a pass-sensitivity issue that would hit the SCEVExpanderAndrew Trick2011-07-16
* indvars: remove ExprToIVMap because it won't be needed by LFTR.Andrew Trick2011-07-16
* fix rdar://9776316 - type remapping needed for inline asm blobs,Chris Lattner2011-07-15
* Disable loop idiom recognition of memset/memcpy if the function being compiledChad Rosier2011-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
* start using the new helper methods a bit.Chris Lattner2011-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
* 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