Go to file
Nuno Lopes 89702e94b5 make all Emit*() functions consult the TargetLibraryInfo information before creating a call to a library function.
Update all clients to pass the TLI information around.
Previous draft reviewed by Eli.

llvm-svn: 160733
2012-07-25 16:46:31 +00:00
clang test/PCH/objc_stmts.m: Suppress stderr to be fed to FileCheck. 2012-07-25 11:14:11 +00:00
compiler-rt tsan: allow environment to override OnReport() and OverrideFlags() 2012-07-25 14:30:51 +00:00
debuginfo-tests Fix this for gdb 7.4. 2012-07-23 19:41:58 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx Apple LWG 2067: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3318.html#2067 . This is the only actionable change that has been made to the C++ draft since C++11. In general it has not been decided exactly how libc++ will track changes made to C++11. New features and design changes will probably be #ifdef'd, especially if they are not backwards compatible. Defects and 'dumb mistakes' are more likely to just be put in. Decisions on telling one from the other will be made on a case by case basis. 2012-07-21 19:34:12 +00:00
libcxxabi add a link to the libc++ website 2012-07-20 17:21:42 +00:00
lld Implement the ELF reader. The original implementation was by Hemant Kulkarni 2012-07-25 16:27:21 +00:00
lldb Make git not delete some empty dirs. Otherwise a git checkout would be different from an svn checkout. 2012-07-25 10:34:53 +00:00
llvm make all Emit*() functions consult the TargetLibraryInfo information before creating a call to a library function. 2012-07-25 16:46:31 +00:00
polly Create a new directory before running the polly script 2012-07-24 16:58:57 +00:00