llvm-project/llvm/lib/Transforms
David Majnemer cbf614a93b Remove the ScalarReplAggregates pass
Nearly all the changes to this pass have been done while maintaining and
updating other parts of LLVM.  LLVM has had another pass, SROA, which
has superseded ScalarReplAggregates for quite some time.

Differential Revision: http://reviews.llvm.org/D21316

llvm-svn: 272737
2016-06-15 00:19:09 +00:00
..
Hello Add auto-exporting of symbols from tools so that plugins work on Windows 2016-05-26 11:16:43 +00:00
IPO Remove the ScalarReplAggregates pass 2016-06-15 00:19:09 +00:00
InstCombine [IR] Require ArrayRef of 'uint32_t' instead of 'int' for the mask argument for one of the signatures of CreateShuffleVector. This better emphasises that you can't use it for the -1 as undef behavior. 2016-06-12 00:41:19 +00:00
Instrumentation IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
ObjCARC Form objc_storeStrong in the presence of bitcasts. 2016-05-27 02:13:53 +00:00
Scalar Remove the ScalarReplAggregates pass 2016-06-15 00:19:09 +00:00
Utils [MemorySSA] Set CFGOnly correctly for MemorySSAWrapperPass 2016-06-14 21:19:40 +00:00
Vectorize Reverting r272715 since it broke libcxx. 2016-06-14 22:30:41 +00:00
CMakeLists.txt
LLVMBuild.txt