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
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
IntrinsicInst.cpp
LeakDetector.cpp
Makefile
Mangler.cpp
Module.cpp
ModuleProvider.cpp
ParameterAttributes.cpp
Pass.cpp
PassManager.cpp Add assertion check. 2008-09-09 21:38:40 +00:00
SymbolTableListTraitsImpl.h
Type.cpp
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