1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Transforms
Nadav Rotem 313b090606 Add a number of threshold arguments to the SRA pass.
A patch by Tom Stellard with minor changes.

llvm-svn: 158918
2012-06-21 13:44:31 +00:00
..
Hello Since the Hello pass is built as a loadable dynamic library, don't try to convert it to new-style registration yet. 2010-10-07 00:31:16 +00:00
InstCombine replace usage of EmitGEPOffset() with TargetData::getIndexedOffset() when the GEP offset is known to be constant. 2012-06-20 17:30:51 +00:00
Instrumentation Register the gcov "writeout" at init time. Don't list this as a d'tor. Instead, 2012-06-01 23:14:32 +00:00
IPO Some optimizations done by globalopt are safe only for internal linkage, not 2012-06-15 18:00:24 +00:00
Scalar Add a number of threshold arguments to the SRA pass. 2012-06-21 13:44:31 +00:00
Utils Fix two rather subtle internal vs. external linker issues. 2012-06-20 08:39:30 +00:00
Vectorize Teach BBVectorize to combine, when possible, or discard metadata when fusing instructions. 2012-06-16 20:34:06 +00:00
CMakeLists.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
LLVMBuild.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
Makefile Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00