Go to file
Saleem Abdulrasool 87a7fda237 clang: forward -no-integrated-as from the driver
Forward the -no-integrated-as option to -cc1 rather than simply invoking the
appropriate tool.  This is useful since this option has been overloaded to
permit disabling of parsing inline assembly at the MC layer.

llvm-svn: 201952
2014-02-22 21:50:09 +00:00
clang clang: forward -no-integrated-as from the driver 2014-02-22 21:50:09 +00:00
clang-tools-extra Add a makefile for clang-query. Patch by Alex Horn! 2014-02-18 19:46:01 +00:00
compiler-rt Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++11." 2014-02-22 00:37:45 +00:00
debuginfo-tests Add a fallback path for buildbots temporarily stuck on really old 2014-02-21 00:17:02 +00:00
libclc Add generic nvptx targets 2014-02-14 20:33:53 +00:00
libcxx Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ when compiling with clang. No functionality change. Noteto self: It is important to run the regression tests on the copy of the code that you've changed. 2014-02-22 15:13:48 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld [PECOFF] Implement /SAFESEH option. 2014-02-21 22:50:27 +00:00
lldb Stop skipping test on FreeBSD that no longer fails 2014-02-22 03:13:12 +00:00
llvm Make test more resilient against scheduling decisions. 2014-02-22 20:14:02 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly Set CMAKE_INSTALL_RPATH_USE_LINK_PATH to true. 2014-02-22 13:28:31 +00:00