llvm-project/llvm/lib/Transforms
David Majnemer abb9f55c80 Revert "[SimplifyLibCalls] sprintf doesn't copy null bytes"
The destination buffer that sprintf uses is restrict qualified, we do
not need to worry about derived pointers referenced via format
specifiers.

This reverts commit r267580.

llvm-svn: 267605
2016-04-26 21:04:47 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
IPO PM: Port Internalize to the new pass manager 2016-04-26 20:15:52 +00:00
InstCombine Optimize store of "bitcast" from vector to aggregate. 2016-04-25 22:22:39 +00:00
Instrumentation Re-commit optimization bisect support (r267022) without new pass manager support. 2016-04-22 22:06:11 +00:00
ObjCARC Re-commit optimization bisect support (r267022) without new pass manager support. 2016-04-22 22:06:11 +00:00
Scalar [SROA] Don't falsely report that changes have occured 2016-04-26 01:05:00 +00:00
Utils Revert "[SimplifyLibCalls] sprintf doesn't copy null bytes" 2016-04-26 21:04:47 +00:00
Vectorize Masked Store in Loop Vectorizer - bugfix 2016-04-26 20:18:04 +00:00
CMakeLists.txt
LLVMBuild.txt