Go to file
Benjamin Kramer 6bf8af5de9 DbgValueHistoryCalculator: Store modified registers in a BitVector instead of std::set.
And iterate over the smaller map instead of the larger set first.  Reduces the time spent in
calculateDbgValueHistory by 30-40%.

llvm-svn: 219123
2014-10-06 15:31:04 +00:00
clang clang-format: If in doubt, assume '+' is a binary operator. 2014-10-06 13:16:43 +00:00
clang-tools-extra [clang-tidy] Allow space between "TODO" and "(user)" 2014-10-05 23:40:30 +00:00
compiler-rt [asan] Minor tweak to asan_device_setup. 2014-10-06 12:45:39 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Implement fmod 2014-10-05 20:24:52 +00:00
libcxx Mark module atomic as cplusplus11. 2014-09-24 04:44:54 +00:00
libcxxabi Use __atomic_exchange_n instead of Clang's __sync_swap 2014-10-03 20:03:47 +00:00
lld PE/COFF: add a check to ensure that we dont mix up architectures 2014-10-05 23:43:59 +00:00
lldb Revert r219102 as it caused significant buildbot breakage 2014-10-06 13:40:32 +00:00
llvm DbgValueHistoryCalculator: Store modified registers in a BitVector instead of std::set. 2014-10-06 15:31:04 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly Try to unbreak the polly build. 2014-10-05 11:58:57 +00:00