Go to file
Dan Gohman 442bfcec00 [WebAssembly] Switch from RPO sorting to topological sorting.
WebAssembly doesn't require full RPO; topological sorting is sufficient and
can preserve more of the MachineBlockPlacement ordering. Unfortunately, this
still depends a lot on heuristics, because while we use the
MachineBlockPlacement ordering as a guide, we can't use it in places where
it isn't topologically ordered. This area will require further attention.

llvm-svn: 260978
2016-02-16 16:22:41 +00:00
clang [OPENMP] Allow to use compound assignment operators. 2016-02-16 12:13:49 +00:00
clang-tools-extra [clang-tidy] Fix an assert failure in `modernize-loop-convert`. 2016-02-16 10:36:51 +00:00
compiler-rt [Compiler-rt][MSan][MIPS] Resolve gethostbyname_r_erange for MIPS 2016-02-16 08:33:37 +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 Update page to list supported targets 2016-02-13 01:02:06 +00:00
libcxx Add some status 2016-02-16 16:05:15 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Merge multiple tdata.* into a single section. 2016-02-16 16:12:06 +00:00
lldb Revert "Use BKPT instead of UDF for arm/thumb breakpoints" 2016-02-16 15:14:36 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [WebAssembly] Switch from RPO sorting to topological sorting. 2016-02-16 16:22:41 +00:00
openmp [OMPT] Frame information for openmp taskwait 2016-02-12 12:19:59 +00:00
polly ScopDectect: Allow memory accesses with different element types by default (try 3) 2016-02-16 14:37:24 +00:00