[opaque pointer type] Start migrating GEP creation to explicitly specify the pointee...
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombinePHI.cpp
2015-03-14 David Blaikie[opaque pointer type] Start migrating GEP creation...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-01-22 Chandler Carruth[PM] Rename InstCombine.h to InstCombineInternal.h...
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-09-07 Hal FinkelMake use of @llvm.assume in ValueTracking (computeKnown...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Chandler Carruth[Modules] Sink all the DEBUG_TYPE defines for InstCombi...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-02-21 Rafael EspindolaRename many DataLayout variables from TD to DL.
2013-09-24 Benjamin KramerPush analysis passes to InstSimplify when they're aroun...
2013-09-11 Eli FriedmanGet rid of unused isPodLike definitions.
2013-09-05 Matt ArsenaultConsistently use dbgs() in debug printing
2013-04-05 Jim GrosbachTidy up a bit. No functional change.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2011-08-15 Eli FriedmanUpdate instcombine for atomic load/store.
2011-07-25 Frits van BommelShorten some expressions by using ArrayRef::slice().
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-05-27 Eli FriedmanFinal step of instcombine debuginfo; switch a couple...
2011-04-27 Duncan SandsStop trying to have instcombine preserve LCSSA form...
2011-04-16 Frits van BommelRename a misleadingly-named variable.
2011-04-16 Jay FoadFix bug when checking phi operands in InstCombiner...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Jay Foad(Almost) always call reserveOperandSpace() on newly...
2011-03-28 Jay FoadMake more use of PHINode::getNumIncomingValues().
2011-02-17 Chris Lattnerhave instcombine preserve nsw/nuw/exact when sinking
2011-02-17 Chris Lattnerfix typo
2011-02-17 Chris Lattnerfix instcombine merging GEPs through a PHI to only...
2010-11-14 Duncan SandsTeach InstructionSimplify about phi nodes. I chose...
2010-07-12 Gabor Greifcache result of operator*
2010-03-05 Chris Lattnerfix PR6512, a case where instcombine would incorrectly...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-01-05 Benjamin KramerAdd newline at EOF.
2010-01-05 Chris Lattnersplit PHI node stuff out to InstCombinePHI.cpp