llvm-6502/lib/VMCore
Chris Lattner f0604b84c7 Pull predecessor and successor iterators out of the CFG*.h files, and plop them into
the BasicBlock class where they should be.  pred_begin/pred_end become methods on BasicBlock,
and the cfg namespace isn't used anymore.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@691 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-01 13:19:53 +00:00
..
AsmWriter.cpp Moved DebugValue to Value.cpp. 2001-09-18 12:48:16 +00:00
BasicBlock.cpp Pull predecessor and successor iterators out of the CFG*.h files, and plop them into 2001-10-01 13:19:53 +00:00
ConstantFold.cpp Use correct style casts 2001-09-10 20:11:28 +00:00
ConstantFold.h Convert ConstRules to use annotations to clean it up. 2001-09-09 21:00:23 +00:00
ConstantFolding.h Convert ConstRules to use annotations to clean it up. 2001-09-09 21:00:23 +00:00
ConstPoolVals.cpp Implement a constant pointer value 2001-09-30 20:14:07 +00:00
Dominators.cpp Pull predecessor and successor iterators out of the CFG*.h files, and plop them into 2001-10-01 13:19:53 +00:00
Function.cpp Remove the unsized array constraint 2001-09-18 04:38:32 +00:00
iBranch.cpp
iCall.cpp Use correct style casts 2001-09-10 20:11:44 +00:00
iMemory.cpp Cleanup 2001-09-07 16:57:29 +00:00
InstrTypes.cpp
Instruction.cpp
iOperators.cpp
iSwitch.cpp
Makefile
Module.cpp Implement global variable support 2001-09-10 07:58:01 +00:00
SlotCalculator.cpp Pull iterators out of CFG.h and CFGdecls and put them in Support directory 2001-09-28 22:56:31 +00:00
SymbolTable.cpp
Type.cpp Use correct style casts 2001-09-10 20:11:44 +00:00
Value.cpp Make error report a little more useful 2001-09-28 00:06:52 +00:00
ValueHolderImpl.h
Verifier.cpp