llvm with tablegen backend for capstone disassembler
Go to file
Johannes Doerfert c3285a1ded Change the output of arc unit
arc unit will now show the number of consecutive tests with the same
  result instead of printing a "." for each one. Due to the number of
  tests the "dots" didn't fit in one line any more. Furthermore the
  result list is shortened, only non passing tests or tests taking
  longer than a time threshold (50ms) will be reported (both to the user
  and to phabricator).

llvm-svn: 218826
2014-10-01 21:26:24 +00:00
clang Fix trailing commas in AMD define. 2014-10-01 21:22:17 +00:00
clang-tools-extra [clang-tidy] Clarify a comment. 2014-10-01 15:50:31 +00:00
compiler-rt [ASan] Make stack-buffer-overflow reports more robust 2014-10-01 21:13:00 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Remove more redundant semi-colons 2014-09-18 09:23:40 +00:00
libcxx Mark module atomic as cplusplus11. 2014-09-24 04:44:54 +00:00
libcxxabi Adding ABI support for __cxa_throw_bad_array_new_length. 2014-09-11 17:26:43 +00:00
lld Add MachOLinkingContext parameter to MachOFileNode constructor. 2014-10-01 20:24:30 +00:00
lldb Add an accessor to PyCallable that allows one to determine the count of arguments that a Python function allows, and whether varargs/kwargs are also accepted by the same function 2014-10-01 20:51:50 +00:00
llvm Lower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen] PR20578 2014-10-01 21:20:06 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly Change the output of arc unit 2014-10-01 21:26:24 +00:00