Go to file
Matt Arsenault 8ac35cd031 AMDGPU: Mark s_barrier as a high latency instruction
These were marked as WriteSALU, which is low latency.
I'm guessing at the value to use, but it should probably
be considered the highest latency instruction.

I'm not sure this has any actual effect since hasSideEffects
probably is preventing any moving of these.

llvm-svn: 247060
2015-09-08 19:54:32 +00:00
clang [modules] Write the options records to a separate subblock rather than writing 2015-09-08 19:40:14 +00:00
clang-tools-extra Add a redirection page to unbreak external links. 2015-09-08 12:26:32 +00:00
compiler-rt [asan] Disable ThreadSelfTest on Android. 2015-09-08 19:32: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 mailing list reference. 2015-08-24 22:43:24 +00:00
libcxx Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS. 2015-09-08 17:59:09 +00:00
libcxxabi Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS. 2015-09-01 01:02:06 +00:00
libunwind unwind: cleanup -Wunused-parameter 2015-09-01 04:29:03 +00:00
lld Start creating the .dynamic section. 2015-09-08 19:43:27 +00:00
lldb SBThread::StepOutOfFrame should check that the SBStackFrame it gets passed 2015-09-08 18:40:59 +00:00
llgo [llgo] drop debug/DIBuilder.Declare 2015-09-01 11:52:37 +00:00
llvm AMDGPU: Mark s_barrier as a high latency instruction 2015-09-08 19:54:32 +00:00
openmp Remove duplicate of num_threads assignment. 2015-09-02 20:28:50 +00:00
polly Move more compile-time bailouts into -polly-detect-unprofitable 2015-09-08 19:46:41 +00:00