Go to file
Jonathan Peyton 01b58b7d45 Follow up to safe API patch
A while back, we made an initial change where dangerous C API functions were
replaced with macros that translated the dangerous API function calls to safer
function calls e.g., sprintf() replaced with KMP_SPRINTF() which translates to 
sprintf_s() on Windows. Currently, the only operating system where this is 
applicable is Windows. Unix-like systems are still using the dangerous API 
e.g., KMP_SPRINTF() translates to sprintf().  Our own testing showed no
performance differences.

Differential Revision: http://reviews.llvm.org/D9918

llvm-svn: 241833
2015-07-09 18:20:51 +00:00
clang Add GCC-compatible flags -fprofile-generate and -fprofile-use. 2015-07-09 17:23:53 +00:00
clang-tools-extra Fixed line-endings. 2015-07-08 22:00:56 +00:00
compiler-rt Add support for generating profiles in a given directory. 2015-07-09 17:21:52 +00:00
debuginfo-tests
libclc Properly initialize Module pointer 2015-06-27 12:35:54 +00:00
libcxx Fix error string in test suite 2015-07-08 23:10:20 +00:00
libcxxabi fallback_malloc: silence conversion warning (NFC) 2015-06-03 17:25:35 +00:00
libunwind Fix unw_getcontext() return value on AArch64. 2015-06-25 15:12:46 +00:00
lld COFF: Fill in the type and storage class in the symbol table 2015-07-09 17:43:50 +00:00
lldb Unbreak Makefile build 2015-07-09 17:09:09 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm [llvm-readobj] Re-add sanity checking which was accidentally removed in r241764 2015-07-09 18:14:31 +00:00
openmp Follow up to safe API patch 2015-07-09 18:20:51 +00:00
polly Make non-affine statement names isl compatible 2015-07-09 07:31:45 +00:00