Fix some Clang-tidy modernize warnings, other minor fixes.
[oota-llvm.git] / lib / Transforms / Scalar / MergedLoadStoreMotion.cpp
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-10-18 Jakub StaszakPreserve CFG in MergedLoadStoreMotion. This fixes PR24426.
2015-10-13 Duncan P. N. Exon... Scalar: Remove remaining ilist iterator implicit conver...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-20 Adrian PrantlRename Instruction::dropUnknownMetadata() to dropUnknow...
2015-08-20 Adrian PrantlFix a bug that caused SimplifyCFG to drop DebugLocs.
2015-07-22 Chandler Carruth[PM/AA] Extract the ModRef enums from the AliasAnalysis...
2015-07-18 Chandler Carruth[PM/AA] Remove the addEscapingUse update API that won...
2015-07-11 Chandler Carruth[PM/AA] Completely remove the AliasAnalysis::copyValue...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 Chandler Carruth[PM/AA] Remove the Location typedef from the AliasAnaly...
2015-06-04 Chandler Carruth[PM/AA] Start refactoring AliasAnalysis to remove the...
2015-05-22 Daniel BerlinMergedLoadStoreMotion preserves MemoryDependenceAnalysi...
2015-03-23 Benjamin KramerAnother set of missing raw_ostream.h. Still no function...
2015-02-17 Elena DemikhovskyFixed a bug in store sinking.
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2014-12-15 Elena DemikhovskySink store based on alias analysis
2014-11-02 Elena DemikhovskyUse Alias Analysis to hoist 2 loads from diamond to...
2014-09-10 Gerolf Hoflehner[MergedLoadStoreMotion] Move pass enabling option to...
2014-09-10 Gerolf HoflehnerRemoved misleading comment.
2014-08-07 Gerolf HoflehnerFix for multi-line comment warning
2014-07-21 Gerolf HoflehnerFix for regression: [Bug 20369] wrong code at -O3 on...
2014-07-19 NAKAMURA TakumiMergedLoadStoreMotion.cpp: Fix msc17 build. Member...
2014-07-18 Gerolf HoflehnerMergedLoadStoreMotion pass