[BUG][INDVAR] Fix for PR21014: wrong SCEV operands commuting for non-commutative...
[oota-llvm.git] / lib / Transforms / Utils / LowerExpectIntrinsic.cpp
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-02 Duncan P. N. Exon... Lower llvm.expect intrinsic correctly for i1
2013-09-28 Robert WilhelmFix spelling intruction -> instruction.
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-07-15 Chandler CarruthMove llvm/Support/MDBuilder.h to llvm/MDBuilder.h,...
2012-05-26 Benjamin KramerAdd support for branch weight metadata to MDBuilder...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2011-10-16 Chandler CarruthAdd a proper LLVM banner to this file.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Frits van BommelNo need to explicitly invoke the ArrayRef constructor...
2011-07-06 Jakub StaszakFix a bug in the "expect" intrinsic lowering.
2011-07-06 Jakub StaszakIntroduce "expect" intrinsic instructions.