llvm with tablegen backend for capstone disassembler
Go to file
Daniel Jasper 4afc6b3e16 clang-format: No space between ")" and braced init list.
Before:
  auto j = decltype(i) {};

After:
  auto j = decltype(i){};

This fixes llvm.org/PR19892.

llvm-svn: 210013
2014-06-02 10:57:55 +00:00
clang clang-format: No space between ")" and braced init list. 2014-06-02 10:57:55 +00:00
clang-tools-extra Use error_code() instead of error_code::succes() 2014-05-31 02:00:59 +00:00
compiler-rt [asan] Improve vDSO check in AsanCheckDynamicRTPrereqs; patch by Yuri Gribov 2014-06-02 10:39:40 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add more log related float constants 2014-05-29 21:30:28 +00:00
libcxx Preparation for <string_view>. More helper functions that can be shared between <string> and <string_view>. No functionality change 2014-06-02 02:22:49 +00:00
libcxxabi Add EH test case checking that handlers in noexcept functions can still unwind 2014-05-31 00:25:59 +00:00
lld Simplify markLive(). 2014-06-02 08:06:57 +00:00
lldb Don't use libc's "char *basename(char *)" or "char *dirname(char *)" as they are not thread safe. 2014-05-30 21:06:57 +00:00
llvm Added inst combine tarnsform for (1 << X) & C pattrens where C is (some PowerOf2 - 1) 2014-06-02 07:57:24 +00:00
openmp Fix typos 2014-06-01 18:28:36 +00:00
polly Added option for n-dimensional rectangular tiling 2014-05-28 17:21:02 +00:00