llvm-6502/tools
Rafael Espindola 5793838fc8 Remove redundant calls to isMaterializable.
This removes calls to isMaterializable in the following cases:

* It was redundant with a call to isDeclaration now that isDeclaration returns
  the correct answer for materializable functions.
* It was followed by a call to Materialize. Just call Materialize and check EC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221050 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-01 16:46:18 +00:00
..
bugpoint
bugpoint-passes
gold Remove redundant calls to isMaterializable. 2014-11-01 16:46:18 +00:00
llc
lli
llvm-ar
llvm-as
llvm-bcanalyzer Teach llvm-bcanalyzer to use one stream's BLOCKINFO to read another stream. 2014-08-30 17:07:55 +00:00
llvm-c-test
llvm-config
llvm-cov [Object] Modify OwningBinary's interface to separate inspection from ownership. 2014-10-31 21:37:49 +00:00
llvm-diff
llvm-dis
llvm-dwarfdump
llvm-extract Remove redundant calls to isMaterializable. 2014-11-01 16:46:18 +00:00
llvm-go
llvm-jitlistener Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabled 2014-10-29 09:18:49 +00:00
llvm-link
llvm-lto
llvm-mc
llvm-mcmarkup
llvm-nm Object, COFF: Cleanup symbol type code, improve binutils compatibility 2014-10-31 05:07:00 +00:00
llvm-objdump Run clang-format on tools/llvm-objdump/MachODump.cpp . No functional change. 2014-10-29 21:28:24 +00:00
llvm-profdata [CMake] llvm-profdata requires Core. 2014-11-01 11:46:04 +00:00
llvm-readobj Object, COFF: Cleanup symbol type code, improve binutils compatibility 2014-10-31 05:07:00 +00:00
llvm-rtdyld
llvm-shlib
llvm-size Remove bogus std::error_code returns form SectionRef. 2014-10-08 15:28:58 +00:00
llvm-stress
llvm-symbolizer [Object] Modify OwningBinary's interface to separate inspection from ownership. 2014-10-31 21:37:49 +00:00
llvm-vtabledump
lto
macho-dump
msbuild
obj2yaml Object, COFF: Cleanup symbol type code, improve binutils compatibility 2014-10-31 05:07:00 +00:00
opt
verify-uselistorder
yaml2obj
CMakeLists.txt
LLVMBuild.txt
Makefile