llvm-project/llvm/lib/Transforms
Cong Hou 1a6b5a9e4f Fix a typo in LoopVectorize.cpp. NFC.
llvm-svn: 254549
2015-12-02 21:33:47 +00:00
..
Hello Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
IPO Change ModuleLinker to take a set of GlobalValues to import instead of a single one 2015-12-02 04:34:28 +00:00
InstCombine Do (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rather than (A == C1 || A == C2) -> (A | (C1 ^ C2)) == C2 when C1 ^ C2 is a power of 2. 2015-12-02 16:15:07 +00:00
Instrumentation [sanitizer coverage] when adding a bb trace instrumentation, do it instead, not in addition to, regular coverage. Do the regular coverage in the run-time instead 2015-12-02 02:37:13 +00:00
ObjCARC ObjCARC: Remove implicit ilist iterator conversions, NFC 2015-10-19 23:20:14 +00:00
Scalar [AttributeSet] Overload AttributeSet::addAttribute to reduce compile 2015-12-02 06:58:49 +00:00
Utils Bring r254336 back: 2015-12-01 15:19:48 +00:00
Vectorize Fix a typo in LoopVectorize.cpp. NFC. 2015-12-02 21:33:47 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile