llvm-project/llvm/lib/Transforms
Oliver Stannard 939724cd02 GlobalOpt does not treat externally_initialized globals correctly
GlobalOpt currently merges stores into the initialisers of internal,
externally_initialized globals, but should not do so as the value of the global
may change between the initialiser and any code in the module being run.

llvm-svn: 250035
2015-10-12 13:20:52 +00:00
..
Hello Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
IPO GlobalOpt does not treat externally_initialized globals correctly 2015-10-12 13:20:52 +00:00
InstCombine [InstCombine][X86][XOP] Combine XOP integer vector comparisons to native IR 2015-10-11 14:38:34 +00:00
Instrumentation New MSan mapping layout (llvm part). 2015-10-08 21:35:26 +00:00
ObjCARC [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible 2015-09-09 17:55:00 +00:00
Scalar [IndVars] Use `auto`; NFC 2015-10-10 06:33:33 +00:00
Utils GlobalOpt does not treat externally_initialized globals correctly 2015-10-12 13:20:52 +00:00
Vectorize [LoopVectorize] Shrink integer operations into the smallest type possible 2015-10-12 12:34:45 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile