Go to file
Hal Finkel 9b2617a5a8 Add combiner-aa-only-func (debug only)
This option (which is !NDEBUG only) allows restricting the use of alias
analysis in DAGCombiner to a specific function. This has proved extremely
valuable to isolating bugs related to this feature, and mirrors the
misched-only-func option provided by the new instruction scheduler.

llvm-svn: 200088
2014-01-25 17:32:39 +00:00
clang Remove obsolete ObjCMethodDecl arg_type iterator functions 2014-01-25 17:32:04 +00:00
clang-tools-extra Track clang changes from r200082 2014-01-25 16:57:03 +00:00
compiler-rt ARM: also remove useless .arm directive from other files 2014-01-24 22:04:15 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Fix build broken by LLVM commit r199279 2014-01-20 20:28:48 +00:00
libcxx Rename some internal templates to avoid conflict with complier intrinsics. __is_constructible --> __libcpp_is_constructible, __is_nothrow_constructible --> __libcpp_is_nothrow_constructible, and __is_nothrow_assignable --> __libcpp_is_nothrow_assignable. No functionality change. 2014-01-24 15:27:41 +00:00
libcxxabi Use .p2align instead of .align 2014-01-23 21:46:35 +00:00
lld [PECOFF] Use a shorter name for the PECOFF writer member. 2014-01-25 00:27:44 +00:00
lldb Track clang changes from r200082 2014-01-25 16:57:13 +00:00
llvm Add combiner-aa-only-func (debug only) 2014-01-25 17:32:39 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly Adjust test case to changed cloog output 2014-01-19 11:53:51 +00:00