Go to file
Nick Kledzik 24f504001d [mach-o] Add support for -force_load option
The darwin linker has two ways to force all members of an archive to be loaded.
The -all_load option applies to all static libraries.  The -force_load takes
a path to a library and just that library's members are force loaded.

llvm-svn: 221477
2014-11-06 19:33:57 +00:00
clang Remove references to the cortex-a9-mp CPU. 2014-11-06 14:59:30 +00:00
clang-tools-extra [clang-tidy] google-readability-function: skip std::nullptr_t 2014-11-05 11:08:39 +00:00
compiler-rt [Sanitizer] Introduce "stack_trace_format" runtime flag. 2014-11-06 18:43:45 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Prune CRLF. 2014-10-27 12:37:26 +00:00
libcxx Fix rvalue bug in __has_operator_addressof 2014-11-05 21:20:10 +00:00
libcxxabi Add support for UNSUPPORTED tag to lit 2014-11-06 15:26:20 +00:00
lld [mach-o] Add support for -force_load option 2014-11-06 19:33:57 +00:00
lldb Handle types from the runtime that conform to 2014-11-06 19:26:10 +00:00
llvm [RegAlloc] Remove reference to the trivial spiller in test case. 2014-11-06 19:24:18 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Extract SCEV generation into subfunction 2014-11-06 00:27:01 +00:00