Make DataLayout Non-Optional in the Module
[oota-llvm.git] / lib / Analysis / Loads.cpp
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-03 Mehdi AminiRemove getDataLayout() from Instruction/GlobalValue...
2014-11-25 Chandler CarruthRevert r220349 to re-instate r220277 with a fix for...
2014-10-21 Hans WennborgRevert "Teach the load analysis to allow finding availa...
2014-10-21 Chandler CarruthTeach the load analysis to allow finding available...
2014-10-20 Chandler CarruthFix a miscompile introduced in r220178.
2014-10-20 Chandler CarruthTeach the load analysis driving core instcombine logic...
2014-10-19 Chandler CarruthFix a long-standing miscompile in the load analysis...
2014-10-19 Chandler CarruthSwitch how the datalayout availability test is handled...
2014-10-18 Chandler CarruthRename 'TD' to 'DL' in this function as the argument...
2014-10-18 Chandler CarruthFix the other comment to use modern doxygen style and...
2014-10-18 Chandler CarruthMore formatting cleanup brought to you by clang-format.
2014-10-18 Chandler CarruthClean up doxygen syntax and reword comments to flow...
2014-10-18 Chandler CarruthClean up the formatting and trailing whitespace of...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-01-31 Dan GohmanChange GetPointerBaseWithConstantOffset's DataLayout...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-31 Nuno Lopesuse ValueTracking's GetPointerBaseWithConstantOffset...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-03-13 Chris Lattnerenhance jump threading to preserve TBAA information...
2011-08-15 Eli FriedmanAdd some comments here because the lack of a check...
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-06-03 Hans WennborgTest commit.
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2010-12-15 Dan GohmanMove Value::getUnderlyingObject to be a standalone
2010-10-19 Dan GohmanReapply r116831 and r116839, converting AliasAnalysis...
2010-05-28 Dan GohmanMove FindAvailableLoadedValue isSafeToLoadUnconditional...