1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/Transforms
Vitaly Buka 1d2aea9bf6 Fix signed overflow detected by ubsan
This overflow does not affect algorithm, so just suppress it.

llvm-svn: 316018
2017-10-17 18:33:15 +00:00
..
Coroutines Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. 2017-10-15 14:32:27 +00:00
Hello
InstCombine [InstCombine] don't unnecessarily generate a constant; NFCI 2017-10-16 14:47:24 +00:00
Instrumentation Disable gcov instrumentation of functions using funclet-based exception handling 2017-10-13 13:49:15 +00:00
IPO [MergeFunctions] Merge small functions if possible without a thunk. 2017-10-15 12:29:09 +00:00
ObjCARC [ObjCARC] Do not move a release that has the clang.imprecise_release tag 2017-10-16 16:46:59 +00:00
Scalar Revert 315440 on behalf of mkazantsev 2017-10-17 06:21:07 +00:00
Utils Fix signed overflow detected by ubsan 2017-10-17 18:33:15 +00:00
Vectorize Revert rL315894, "SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38586)" 2017-10-16 09:50:01 +00:00
CMakeLists.txt
LLVMBuild.txt