Unbreak the build.
[oota-llvm.git] / lib / Transforms /
2011-07-25 Frits van BommelShorten some expressions by using ArrayRef::slice().
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-23 Andrew TrickMove trip count discovery outside of the generic LoopUn...
2011-07-23 Andrew Trickwhitespace
2011-07-22 Dan GohmanMove the last uses of RetainFunc etc. over to using...
2011-07-22 Jay FoadFix more MSVC warnings caused by a cases I missed when...
2011-07-22 Jay FoadConvert IRBuilder::CreateGEP and IRBuilder::CreateInBou...
2011-07-22 Jay FoadFix an MSVC warning, caused by a case I missed when...
2011-07-21 Dan GohmanFix MergeInVectorType to check for vector types with...
2011-07-21 Andrew TrickCleanup: make std::pair usage slightly less indeciphera...
2011-07-21 Jay FoadMake better use of ConstantExpr::getGetElementPtr's...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-21 Chris Lattnermove tier out of an anonymous namespace, it doesn't...
2011-07-21 Andrew TrickLSR, correct fix for rdar://9786536. Silly casting...
2011-07-21 Andrew TrickLSR must sometimes sign-extend before generating double...
2011-07-21 Andrew TrickLSR crashes on an empty IVUsers list.
2011-07-20 Eli FriedmanClean up includes of llvm/Analysis/ConstantFolding...
2011-07-20 Eli FriedmanBring LICM into compliance with the new "Memory Model...
2011-07-20 Jay FoadFix a GCC warning.
2011-07-20 Andrew Trickindvars: Added getInsertPointForUses to find a valid...
2011-07-20 Andrew Trickindvars -disable-iv-rewrite: Add NarrowIVDefUse to...
2011-07-20 Andrew Trickindvars -disable-iv-rewrite fix: derived GEP IVs
2011-07-19 Eli FriedmanPR10386: Don't try to split an edge from an indirectbr.
2011-07-19 Devang PatelDistinguish between two copies of one inlined variable.
2011-07-19 Jay FoadConvert SimplifyGEPInst to use ArrayRef.
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-19 Jay FoadUse ArrayRef in ConstantFoldInstOperands and ConstantFo...
2011-07-18 Andrew TrickCompiler warning.
2011-07-18 Andrew Trickindvars: LinearFunctionTestReplace for non-canonical...
2011-07-18 Andrew Trickindvars: Added verification that LFTR and other indvars...
2011-07-18 Andrew Trickindvars: Added isHighCostExpansion. Avoid generating...
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-18 Chris Lattnerfix a warning in TinyPtrVector, adopt it in SSAUpdater...
2011-07-16 Andrew Trickindvars: fix a pass-sensitivity issue that would hit...
2011-07-16 Andrew Trickindvars: remove ExprToIVMap because it won't be needed...
2011-07-15 Chris Lattnerfix rdar://9776316 - type remapping needed for inline...
2011-07-15 Chad RosierDisable loop idiom recognition of memset/memcpy if...
2011-07-15 Frits van BommelNo need to explicitly invoke the ArrayRef constructor...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-15 Chris Lattnerstart using the new helper methods a bit.
2011-07-14 Devang PatelUndo r135191 (i.e. reapply Chris's patch. Now linker...
2011-07-14 Chris Lattnerrevert r135172 until Devang and I figure out the right...
2011-07-14 Chris LattnerStop the ValueMapper from calling getAllMetadata, which...
2011-07-14 Benjamin KramerChange Intrinsic::getDeclaration and friends to take...
2011-07-13 Evan ChengIt's not safe to fold (fptrunc (sqrt (fpext x))) to...
2011-07-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-12 Andrew Trickindvars: Code reorganization in preparation for
2011-07-11 Jay FoadDe-constify Types in StructType::get() and TargetData...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-11 Rafael EspindolaDon't duplicate the work done by a gep into a "bitcast...
2011-07-09 Chris Lattnerremove the DerivedType which isn't adding value anymore.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Lang HamesAdded recognition for signed add/sub/mul with overflow...
2011-07-08 Bob WilsonReapply a fixed version of r133285.
2011-07-08 Benjamin KramerRemove unused copy of UpdateInlinedAtInfo.
2011-07-08 Devang PatelRefactor. It is inliner's responsibility to update...
2011-07-08 Lang HamesMake GVN look through extractvalues for recognised...
2011-07-07 Devang PatelUse DBG_VALUE location while inserting DBG_VALUE during...
2011-07-06 Jakub StaszakFix a bug in the "expect" intrinsic lowering.
2011-07-06 Devang PatelHandle cases where multiple dbg.declare and dbg.value...
2011-07-06 Devang PatelSimplify. Consolidate dbg.declare handling in AllocaPro...
2011-07-06 Andrew Trickindvars -disable-iv-rewrite: ExprToMap lives in Pass...
2011-07-06 Andrew Trickindvars -disable-iv-rewrite: Added SimplifyCongruentIVs.
2011-07-06 Tobias GrosserLICM: Remove trailing white spaces
2011-07-06 Tobias GrosserLICM: Do not loose alignment on promotion
2011-07-06 Jakub StaszakIntroduce "expect" intrinsic instructions.
2011-07-05 Devang PatelPreserve debug loc.
2011-07-05 Andrew Trickindvars -disable-iv-rewrite: avoid multiple IVs in...
2011-07-04 Benjamin KramerPR10267: Don't combine an equality compare with an...
2011-07-02 Andrew Trickindvars -disable-iv-rewrite: bug fix involving weird...
2011-07-01 Owen AndersonGeneralize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop...
2011-07-01 Nick LewyckyFix likely typo, reduce number of instruction name...
2011-06-30 Rafael EspindolaAdd r134057 back, but splice the predecessor after...
2011-06-30 Andrew Trickindvars -disable-iv-rewrite: handle cloning binary...
2011-06-30 Andrew Trickindvars -disable-iv-rewrite: handle an edge case involv...
2011-06-29 Andrew Trickindvars -disable-iv-rewrite: insert new trunc instructi...
2011-06-29 Chad RosierTemporarily revert r134057: "Let simplify cfg simplify...
2011-06-29 Rafael EspindolaLet simplify cfg simplify bb with only debug and lifeti...
2011-06-29 Andrew Trickindvars -disable-iv-rewrite: just because SCEV ignores...
2011-06-28 Andrew Trickcleanup: misleading comment.
2011-06-28 Andrew TrickSCEVExpander: give new insts a name that identifies...
2011-06-28 Andrew Trickwhitespace
2011-06-28 Nick LewyckyFix typo in comment.
2011-06-28 Andrew Trickindvars --disable-iv-rewrite: sever ties with IVUsers.
2011-06-28 Andrew Trickindvars --disable-iv-rewrite: Defer evaluating s/zext...
2011-06-27 Andrew Trickindvars -disable-iv-rewrite: run RLEV after SimplifyIVU...
2011-06-27 Jakub StaszakCalculate GetBestDestForJumpOnUndef correctly.
2011-06-27 Nick LewyckyTeach one piece of scalarrepl to handle lifetime marker...
2011-06-27 Nick LewyckyMove onlyUsedByLifetimeMarkers to ValueTracking so...
2011-06-23 Eli FriedmanPR10180: Fix a instcombine crash with FP vectors.
2011-06-23 Jay FoadReinstate r133513 (reverted in r133700) with an additio...
2011-06-23 Eric ChristopherRevert r133513:
2011-06-22 Devang PatelSet debug loc.
2011-06-22 Jay FoadReplace the existing forms of ConstantArray::get()...
2011-06-21 Andrew TrickIVUsers no longer needs to record the phis.
2011-06-21 Benjamin KramerRemove unused variables.
2011-06-21 Jay FoadReinstate r133435 and r133449 (reverted in r133499...
next