Go to file
Kyle Butt 04300b033e CodeGen: BlockPlacement: Clear ComputedEdges between functions.
Not clearing was causing non-deterministic compiles for large files. Addresses
for MachineBasicBlocks would end up colliding and we would lay out a block that
we assumed had been pre-computed when it had not been.

llvm-svn: 300022
2017-04-12 03:18:20 +00:00
clang Serialization: Skip check in WritePragmaDiagnosticMappings, NFC 2017-04-12 02:31:17 +00:00
clang-tools-extra Add the definition of P in the clang tidy example 2017-04-11 16:28:15 +00:00
compiler-rt [XRay] [compiler-rt] Simplify FDR logging handler. [NFC] 2017-04-12 01:31:17 +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 Add some FAIL constexpr tests for optional's copy/move ctors. 2017-04-12 00:07:29 +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 [lld] Keep full library path in DT_NEEDED. 2017-04-12 00:13:48 +00:00
lldb Teach SBFrame how to guess its language. 2017-04-12 00:19:54 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm CodeGen: BlockPlacement: Clear ComputedEdges between functions. 2017-04-12 03:18:20 +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