llvm-6502/tools
Duncan P. N. Exon Smith a60d430e31 Verifier: Remove the separate -verify-di pass
Remove `DebugInfoVerifierLegacyPass` and the `-verify-di` pass.
Instead, call into the `DebugInfoVerifier` from inside
`VerifierLegacyPass::finalizeModule()`.  This better matches the logic
in `verifyModule()` (used by the new PassManager), avoids requiring two
separate passes to verify the IR, and makes the API for "add a pass to
verify the IR" simple.

Note: the `-verify-debug-info` flag still works (for now, at least;
eventually it might make sense to just remove it).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232772 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-19 22:24:17 +00:00
..
bugpoint Verifier: Remove the separate -verify-di pass 2015-03-19 22:24:17 +00:00
bugpoint-passes
dsymutil Centralize the handling of unique ids for temporary labels. 2015-03-17 20:07:06 +00:00
gold libLTO, llvm-lto, gold: Introduce flag for controlling optimization level. 2015-03-19 22:01:00 +00:00
llc CMake: Disable ENABLE_EXPORTS for executables with MSVC 2015-03-18 20:09:13 +00:00
lli Fix cmake build. 2015-03-18 20:21:06 +00:00
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-c-test
llvm-config Refactoring CMake CrossCompile module. 2015-03-12 17:33:34 +00:00
llvm-cov llvm-cov: Rename -color={always|never} to -use-color[=0] 2015-03-19 04:45:16 +00:00
llvm-cxxdump llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump 2015-03-15 01:30:58 +00:00
llvm-diff
llvm-dis
llvm-dwarfdump
llvm-extract
llvm-go
llvm-jitlistener
llvm-link
llvm-lto libLTO, llvm-lto, gold: Introduce flag for controlling optimization level. 2015-03-19 22:01:00 +00:00
llvm-mc Pass in a "const Triple &T" instead of a raw StringRef. 2015-03-16 22:29:29 +00:00
llvm-mcmarkup
llvm-nm
llvm-objdump [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from StringRef. Removing reinterpret_casts. 2015-03-18 19:27:31 +00:00
llvm-pdbdump
llvm-profdata Make helper functions static. 2015-03-09 16:23:46 +00:00
llvm-readobj Add support for Nuxi CloudABI. 2015-03-09 18:40:45 +00:00
llvm-rtdyld [Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested by 2015-03-11 00:43:26 +00:00
llvm-shlib
llvm-size
llvm-stress Verifier: Remove the separate -verify-di pass 2015-03-19 22:24:17 +00:00
llvm-symbolizer
lto Fix build failure. 2015-03-19 22:12:08 +00:00
macho-dump
msbuild
obj2yaml
opt Verifier: Remove the separate -verify-di pass 2015-03-19 22:24:17 +00:00
verify-uselistorder
yaml2obj Make helper functions static. 2015-03-09 16:23:46 +00:00
CMakeLists.txt llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump 2015-03-15 01:30:58 +00:00
LLVMBuild.txt
Makefile llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump 2015-03-15 01:30:58 +00:00