Go to file
Andrew Trick c01b00400d Adds cyclic critical path computation and heuristics, temporarily disabled.
Estimate the cyclic critical path within a single block loop. If the
acyclic critical path is longer, then the loop will exhaust OOO
resources after some number of iterations. If lag between the acyclic
critical path and cyclic critical path is longer the the time it takes
to issue those loop iterations, then aggressively schedule for
latency.

llvm-svn: 189120
2013-08-23 17:48:43 +00:00
clang Fix indentation 2013-08-23 17:48:41 +00:00
clang-tools-extra clang-replace: Layout of test directory now more standard 2013-08-22 19:44:07 +00:00
compiler-rt [msan] Extend VAArgTLSOverwrite test. 2013-08-23 12:13:18 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add mul_hi implementation [v2] 2013-08-19 18:31:49 +00:00
libcxx Debug mode for string. This commit also marks the first time libc++ debug-mode has found a bug (found one in regex). Had to play with extern templates a bit to get this to work since string is heavily used within libc++.dylib. 2013-08-23 17:37:05 +00:00
libcxxabi tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753. 2013-07-30 19:00:45 +00:00
lld [lld][PECOFF] Fix one more reference to a temporary string 2013-08-22 17:59:03 +00:00
lldb MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +00:00
llvm Adds cyclic critical path computation and heuristics, temporarily disabled. 2013-08-23 17:48:43 +00:00
polly Rename "polly-test" in the document and script. 2013-08-18 07:33:28 +00:00