1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/lib/Transforms
Benjamin Kramer a424fc3b0e [esan] Remove global variable.
It's not thread safe and completely unnecessary.

llvm-svn: 284520
2016-10-18 19:39:23 +00:00
..
Coroutines [coroutines] Store an address of destroy OR cleanup part in the coroutine frame. 2016-10-08 00:22:50 +00:00
Hello
InstCombine [InstCombine] use m_APInt to allow sub with constant folds for splat vectors 2016-10-14 16:31:54 +00:00
Instrumentation [esan] Remove global variable. 2016-10-18 19:39:23 +00:00
IPO Turn cl::values() (for enum) from a vararg function to using C++ variadic template 2016-10-08 19:41:06 +00:00
ObjCARC Use StringRef in ARCRuntimeEntryPoints APIs (NFC) 2016-10-05 01:15:04 +00:00
Scalar [GVN/PRE] Hoist global values outside of loops. 2016-10-15 21:35:23 +00:00
Utils Ignore debug info when making optimization decisions in SimplifyCFG. 2016-10-17 19:28:44 +00:00
Vectorize [LV] Account for predicated stores in instruction costs 2016-10-13 14:54:31 +00:00
CMakeLists.txt
LLVMBuild.txt