llvm-mirror/tools/llvm-pdbdump
Chris Bieneman 1b8d4f74aa Remove autoconf support
Summary:
This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html

"I felt a great disturbance in the [build system], as if millions of [makefiles] suddenly cried out in terror and were suddenly silenced. I fear something [amazing] has happened."
- Obi Wan Kenobi

Reviewers: chandlerc, grosbach, bob.wilson, tstellarAMD, echristo, whitequark

Subscribers: chfast, simoncook, emaste, jholewinski, tberghammer, jfb, danalbert, srhines, arsenm, dschuff, jyknight, dsanders, joker.eph, llvm-commits

Differential Revision: http://reviews.llvm.org/D16471

llvm-svn: 258861
2016-01-26 21:29:08 +00:00
..
BuiltinDumper.cpp llmv-pdbdump: Make BuiltinDumper shorter. NFC. 2015-11-03 20:16:18 +00:00
BuiltinDumper.h llmv-pdbdump: Make BuiltinDumper shorter. NFC. 2015-11-03 20:16:18 +00:00
ClassDefinitionDumper.cpp [llvm-pdbdump] Display full enum definitions. 2015-03-04 06:09:53 +00:00
ClassDefinitionDumper.h [llvm-pdbdump] Clean up method signatures. 2015-03-01 06:51:29 +00:00
CMakeLists.txt [llvm-pdbdump] Support dynamic load address and external symbols. 2015-05-01 20:24:26 +00:00
CompilandDumper.cpp [llvm-pdbdump] Support dynamic load address and external symbols. 2015-05-01 20:24:26 +00:00
CompilandDumper.h [llvm-pdbdump] Clean up method signatures. 2015-03-01 06:51:29 +00:00
EnumDumper.cpp [llvm-pdbdump] Display full enum definitions. 2015-03-04 06:09:53 +00:00
EnumDumper.h [llvm-pdbdump] Display full enum definitions. 2015-03-04 06:09:53 +00:00
ExternalSymbolDumper.cpp [llvm-pdbdump] Support dynamic load address and external symbols. 2015-05-01 20:24:26 +00:00
ExternalSymbolDumper.h [llvm-pdbdump] Support dynamic load address and external symbols. 2015-05-01 20:24:26 +00:00
FunctionDumper.cpp [readobj] Expand CodeView dumping functionality 2016-01-13 19:32:35 +00:00
FunctionDumper.h [llvm-pdbdump] Clean up method signatures. 2015-03-01 06:51:29 +00:00
LinePrinter.cpp Introduce a range version of std::any_of, and use it in SCEV 2015-12-01 07:49:23 +00:00
LinePrinter.h llvm-pdbdump: Simplify. NFC. 2015-11-03 01:04:44 +00:00
llvm-pdbdump.cpp Update to use new name alignTo(). 2016-01-14 21:06:47 +00:00
llvm-pdbdump.h [llvm-pdbdump] Add include-only filters. 2015-09-29 19:49:06 +00:00
LLVMBuild.txt Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB. 2015-02-10 22:43:25 +00:00
TypedefDumper.cpp [llvm-pdbdump] Many minor fixes and improvements 2015-03-02 04:39:56 +00:00
TypedefDumper.h [llvm-pdbdump] Clean up method signatures. 2015-03-01 06:51:29 +00:00
TypeDumper.cpp [llvm-pdbdump] Display full enum definitions. 2015-03-04 06:09:53 +00:00
TypeDumper.h [llvm-pdbdump] Display full enum definitions. 2015-03-04 06:09:53 +00:00
VariableDumper.cpp [llvm-pdbdump] Support dynamic load address and external symbols. 2015-05-01 20:24:26 +00:00
VariableDumper.h [llvm-pdbdump] Clean up method signatures. 2015-03-01 06:51:29 +00:00