llvm with tablegen backend for capstone disassembler
Go to file
Daniel Dunbar e246fbe40b [Modules] Convert module specific -fno-modules-autolink into -fno-autolink.
- There is no reason to have a modules specific flag for disabling
   autolinking. Instead, convert the existing flag into -fno-autolink (which
   should cover other autolinking code generation paths like #pragmas if and
   when we support them).

llvm-svn: 179612
2013-04-16 18:21:19 +00:00
clang [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. 2013-04-16 18:21:19 +00:00
clang-tools-extra Fixed outdate comment, and comment typo. 2013-04-15 22:32:28 +00:00
compiler-rt Wrap macro invocations in braces to supress 'suggest braces around empty body in an ‘if’ statement' warning. 2013-04-16 15:18:55 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.org/bugs/show_bug.cgi?id=15761 2013-04-16 17:34:20 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld Moved llvm_unreachable out of switch blocks to avoid the "control reaches end of non-void function" warning. 2013-04-16 11:52:34 +00:00
lldb <rdar://problem/13468295> 2013-04-16 16:51:19 +00:00
llvm Remove unused variable from previous refactor. 2013-04-16 18:20:10 +00:00
polly Support SCoPs with multiple entry edges. 2013-04-16 08:04:42 +00:00