Go to file
Kostya Serebryany beb24c38e7 [lib/Fuzzer] change the way we use taint information for fuzzing. Now, we run a single unit and collect suggested mutations based on tracing+taint data, then apply the suggested mutations one by one. The previous scheme was slower and more complex.
llvm-svn: 236772
2015-05-07 21:02:11 +00:00
clang [cuda] Include GPU binary into host object file and generate init/deinit code. 2015-05-07 19:34:16 +00:00
clang-tools-extra Changed option processing to implicitly use -x c++ if no other -x option specified. Added implicit -w option to disable compilation warnings, in particular to avoid warning on pragma once. 2015-05-06 18:43:01 +00:00
compiler-rt Intercept scandir() on FreeBSD 2015-05-07 12:14:32 +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 r600: Use __clc_ldexp on asics that don't implement the intruction 2015-05-06 21:59:30 +00:00
libcxx Replace two naked references of 'std::' with the macro '_VSTD::'. No functionality change. 2015-05-06 12:11:22 +00:00
libcxxabi Disallow conversions from function pointers to void*. 2015-05-01 01:49:37 +00:00
libunwind unwind: add a .clang-format 2015-05-07 19:50:18 +00:00
lld [Mips] Update test cases to reflect changes in the yaml2obj tool 2015-05-07 16:24:09 +00:00
lldb Make it so that changing formats on a synthetic value object causes children to be invalidated and refetched when needed 2015-05-07 20:33:31 +00:00
llgo [llgo] add buildbot-slave config 2015-04-08 01:41:46 +00:00
llvm [lib/Fuzzer] change the way we use taint information for fuzzing. Now, we run a single unit and collect suggested mutations based on tracing+taint data, then apply the suggested mutations one by one. The previous scheme was slower and more complex. 2015-05-07 21:02:11 +00:00
openmp D9306 omp 4.1 async offload support (partial): code changes 2015-05-07 17:41:51 +00:00
polly [cmake] Remove two unused include paths 2015-05-06 12:28:23 +00:00