Go to file
Davide Italiano c4890705ef [SCCP] Remove wrong and misleading vector handling code.
This code was already commented out and it made some weird assumptions,
e.g. using isUndefined() as "this value is UndefValue" instead of
"we haven't computed this value is yet". Thanks to Eli Friedman for
pointing out where I was wrong (and where this code was wrong).

llvm-svn: 274995
2016-07-09 22:49:35 +00:00
clang Move add_clang_* entry points from the main clang CMakeLists.txt to cmake/modules/AddClang.cmake. 2016-07-09 21:58:40 +00:00
clang-tools-extra clang-tidy/readability-identifier-naming: crash on DependentTemplateSpecializationType 2016-07-09 20:09:28 +00:00
compiler-rt test: Use %clangxx in objc++ test files 2016-07-09 21:14:36 +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 configure: Remove device specific defines 2016-06-17 20:30:50 +00:00
libcxx Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 harks on them. 2016-07-08 16:59:54 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [PATCH] [libunwind][ehabi] Use early returns where possible. 2016-07-08 12:13:31 +00:00
lld Instantiate Thunk classes instead of the class member functions. 2016-07-09 22:06:47 +00:00
lldb When calling "settings set target.source-map <old-path> <new-path>", make sure that <new-path> exists before accepting it as a remapping. 2016-07-08 23:06:38 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [SCCP] Remove wrong and misleading vector handling code. 2016-07-09 22:49:35 +00:00
openmp Improving EPCC performance when linking with hwloc 2016-07-08 17:43:21 +00:00
parallel-libs Change mailing list names in README 2016-06-24 22:50:09 +00:00
polly Fix assertion due to buildMemoryAccess. 2016-07-08 12:38:28 +00:00