1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Transforms
Sanjoy Das 565a8e6faf [IRCE] Add an option to skip profitability checks
If `-irce-skip-profitability-checks` is passed in, IRCE will kick in in
all cases where it is legal for it to kick in.  This flag is intended to
help diagnose and analyse performance issues.

llvm-svn: 276372
2016-07-22 00:40:56 +00:00
..
Hello Add auto-exporting of symbols from tools so that plugins work on Windows 2016-05-26 11:16:43 +00:00
InstCombine [InstCombine] break up foldICmpEqualityWithConstant(); NFCI 2016-07-21 23:27:36 +00:00
Instrumentation [Profile] deprecate __llvm_profile_override_default_filename 2016-07-21 23:19:10 +00:00
IPO Make help text more consistent. NFC. 2016-07-20 23:14:29 +00:00
ObjCARC Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. 2016-06-26 12:28:59 +00:00
Scalar [IRCE] Add an option to skip profitability checks 2016-07-22 00:40:56 +00:00
Utils [MSSA] Add an overload for getClobberingMemoryAccess. 2016-07-20 19:51:34 +00:00
Vectorize [LV] Move vector int induction update to end of latch 2016-07-21 21:20:15 +00:00
CMakeLists.txt
LLVMBuild.txt