Go to file
Kyle Butt 336c78fdbe CodeGen: BlockPlacement: Add comment about DenseMap Safety.
The use of a DenseMap in precomputeTriangleChains does not cause
non-determinism, even though it is iterated over, as the only thing the
iteration does is to insert entries into a new DenseMap, which is not iterated.
Comment only change.

llvm-svn: 300088
2017-04-12 18:30:32 +00:00
clang Revert r300001 "Revert r298824 & r298816, recommit r298742 & r298754" 2017-04-12 16:40:26 +00:00
clang-tools-extra [clangd] Rename ClangDMain.cpp -> ClangdMain.cpp, NFC 2017-04-12 17:13:08 +00:00
compiler-rt Fix memory leaks in address sanitizer darwin tests 2017-04-12 17:31:41 +00:00
debuginfo-tests Add an end-to-end testcase for address sanitizer. 2017-04-06 23:36:44 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx [libcxx] [test] Avoid Clang's -Wunused-const-variable in is_constructible.pass.cpp. 2017-04-12 17:16:38 +00:00
libcxxabi [CMake][libcxxabi] Use -nodefaultlibs for CMake checks 2017-04-07 20:10:41 +00:00
libunwind Reland "[CMake][libunwind] Use -nodefaultlibs for CMake checks" 2017-04-12 02:28:07 +00:00
lld Accept not only lld-link but also LLD-LINK, for example. 2017-04-12 18:29:52 +00:00
lldb Add libc++ category to the remaining libc++ data formatters 2017-04-12 12:32:58 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm CodeGen: BlockPlacement: Add comment about DenseMap Safety. 2017-04-12 18:30:32 +00:00
openmp Test cancellation_for_sections.c expectedly fails on GCC 2017-04-04 14:39:52 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Exploit BasicBlock::getModule to shorten code 2017-04-11 04:59:13 +00:00