Go to file
Chandler Carruth 9ac86efd4d Remove bogus initialization of the PPC and Hexagon SelectionDAGISel
subclasses. These are not passes proper. We don't support registering
them, they can't be constructed with default arguments, and the ID is
actually in a base class.

Only these two targets even had any boiler plate to try to do this, and
it had to be munged out of the INITIALIZE_PASS macros to work. What's
worse, the boiler plate has rotted and the "name" of the pass is
actually the description string now!!! =/ All of this is completely
unnecessary. No other target bothers, and nothing breaks if you don't
initialize them because CodeGen has an entirely separate initialization
path that is somewhat more durable than relying on the implicit
initialization the way the 'opt' tool does for registered passes.

llvm-svn: 271650
2016-06-03 10:13:31 +00:00
clang [mips] Slightly simplify MipsTargetInfo::setDataLayout(). NFC. 2016-06-03 10:11:01 +00:00
clang-tools-extra [include-fixer] fixed a wrong header mapping. 2016-06-03 09:33:22 +00:00
compiler-rt [esan] Ensure internal_sigaction() bypasses interceptors 2016-06-03 04:30:47 +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 math: Use single precision fmax in sp path 2016-05-17 19:44:01 +00:00
libcxx [libcxx] Fix thread join.pass.cpp segfault after r271475 2016-06-03 08:45:26 +00:00
libcxxabi Partially revert r270816: build with -fvisibility=hidden. 2016-06-02 08:14:28 +00:00
libunwind Attempt to fix libunwind build 2016-06-02 01:50:10 +00:00
lld [LTO] Add --lto-aa-pipeline. 2016-06-02 22:58:11 +00:00
lldb Fix makefile for TestExternCSymbols 2016-06-03 01:03:04 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm Remove bogus initialization of the PPC and Hexagon SelectionDAGISel 2016-06-03 10:13:31 +00:00
openmp Fine tuning of TC* macros - small followup 2016-06-01 09:59:26 +00:00
polly Temporarily promote values to i64 again 2016-06-02 17:09:22 +00:00