Go to file
Tom Stellard edf1570d4e TableGen: Allow AddedComplexity values to be negative
This is useful for cases when stand-alone patterns are preferred to the
patterns included in the instruction definitions.  Instead of requiring
that stand-alone patterns set a larger AddedComplexity value, which
can be confusing to new developers, the allows us to reduce the
complexity of the included patterns to achieve the same result.

llvm-svn: 213521
2014-07-21 13:28:54 +00:00
clang [OPENMP] Initial parsing and sema analysis for 'flush' directive. 2014-07-21 11:26:11 +00:00
clang-tools-extra [clang-tidy] Fix a false positive in the make_pair checker if an argument has a explicit template argument. 2014-07-21 09:40:52 +00:00
compiler-rt [lsan] Define MAP_ANONYMOUS as MAP_ANON for OSX in the test. 2014-07-21 13:12:44 +00:00
debuginfo-tests
libclc Add several missing double constant definitions 2014-07-17 22:07:35 +00:00
libcxx Fix bug #20335 - memory leak when move-constructing a string with unequal allocator. Thanks to Thomas Koeppe for the report 2014-07-17 15:32:20 +00:00
libcxxabi libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. 2014-07-16 23:53:37 +00:00
lld [Mips] Fix typo in the comment. 2014-07-21 13:16:53 +00:00
lldb linux process: silence GCC switch coverage warning 2014-07-20 05:28:57 +00:00
llvm TableGen: Allow AddedComplexity values to be negative 2014-07-21 13:28:54 +00:00
openmp
polly Update formatting with clang-format. 2014-07-20 05:28:52 +00:00