llvm-6502/lib/VMCore
Duncan Sands 3ee8fc9649 Rationalize the names of passes that print information:
-callgraph => print-callgraph
    -callscc   => print-callgraph-sccs
    -cfgscc    => print-cfg-sccs
    -externalfnconstants => print-externalfnconstants
    -print               => print-function
    -print-alias-sets (no change)
    -print-callgraph     => dot-callgraph
    -print-cfg           => dot-cfg
    -print-cfg-only      => dot-cfg-only
    -print-dom-info (no change)
    -printm              => print-module
    -printusedtypes      => print-used-types


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56487 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-23 12:47:39 +00:00
..
AsmWriter.cpp Rationalize the names of passes that print information: 2008-09-23 12:47:39 +00:00
AutoUpgrade.cpp
BasicBlock.cpp
CMakeLists.txt Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
ConstantFold.cpp Try to fold each element of a vector. This is needed to maintain structural 2008-09-03 06:48:55 +00:00
ConstantFold.h Fix comment typos. 2008-08-01 12:23:49 +00:00
Constants.cpp Fix ConstantExpr::getInsertElement. 2008-08-30 15:41:51 +00:00
Core.cpp PR2731: C and Ocaml bindings for setTailCall and isTailCall. 2008-08-30 16:34:54 +00:00
DebugInfoBuilder.cpp Put file scoped constants in an anonymous namespace. Use the "using namespace 2008-08-27 21:10:13 +00:00
Dominators.cpp
Function.cpp Initialize function notes. 2008-09-02 20:51:15 +00:00
Globals.cpp Make safer variant of alias resolution routine to be default 2008-09-09 20:05:04 +00:00
InlineAsm.cpp
Instruction.cpp
Instructions.cpp Improve support for vector casts in LLVM IR and CodeGen. 2008-08-14 20:04:46 +00:00
IntrinsicInst.cpp
LeakDetector.cpp Have LeakDetector use a SmallPtrSet instead of an std::set. 2008-08-14 20:40:10 +00:00
Makefile
Mangler.cpp
Module.cpp Switch the asmprinter (.ll) and all the stuff it requires over to 2008-08-23 22:23:09 +00:00
ModuleProvider.cpp
ParameterAttributes.cpp Fix the AsmWriter to not print extra spaces after parameter attributes. 2008-08-05 15:51:44 +00:00
Pass.cpp Speed up the passmgr by avoiding heap thrashing on vectors. 2008-08-08 05:33:04 +00:00
PassManager.cpp Add assertion check. 2008-09-09 21:38:40 +00:00
SymbolTableListTraitsImpl.h
Type.cpp Inline the fastpath of PATypeHolder::get(). This is a small speedup in 2008-08-15 15:16:50 +00:00
TypeSymbolTable.cpp
Use.cpp backing out my last commit, it was not intended to go on the trunk 2008-09-19 15:13:20 +00:00
Value.cpp backing out my last commit, it was not intended to go on the trunk 2008-09-19 15:13:20 +00:00
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp Make safer variant of alias resolution routine to be default 2008-09-09 20:05:04 +00:00