llvm/lib/Transforms
2012-12-11 09:39:09 +00:00
..
Hello Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
InstCombine Use m_OneUse pattern instead of hasOneUse() method. 2012-12-09 16:06:44 +00:00
Instrumentation Don't use a red zone for code coverage if the user specified `-mno-red-zone'. 2012-12-10 19:46:49 +00:00
IPO Enable the loop vectorizer only on O2 and above. (Still disabled by default) 2012-12-10 21:45:01 +00:00
Scalar Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT. 2012-12-11 09:39:09 +00:00
Utils s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. 2012-12-07 23:16:57 +00:00
Vectorize Fix PR14565. Don't if-convert loops that have switch statements in them. 2012-12-11 04:55:10 +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