hanchenye-llvm-project/llvm/lib/VMCore
Chris Lattner 081aabc330 Checkin of new dominator calculation routines. These will be improved in
the future to do post dominators and stuff

llvm-svn: 124
2001-07-02 05:46:38 +00:00
..
AsmWriter.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
BasicBlock.cpp Add implementation of BasicBlock::removePredecessor code that was factored 2001-06-29 05:25:23 +00:00
ConstantHandling.cpp Optimizations got their own header files 2001-06-30 04:36:40 +00:00
ConstantPool.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
Dominators.cpp Checkin of new dominator calculation routines. These will be improved in 2001-07-02 05:46:38 +00:00
Function.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
InstrTypes.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
Instruction.cpp Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp 2001-06-25 07:33:13 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Module.cpp Implement reduceApply method 2001-06-30 04:35:40 +00:00
SlotCalculator.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
SymbolTable.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
Type.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
Value.cpp Add a check to avoid allowing V->replaceAllUsesWith(V) 2001-06-29 05:25:51 +00:00
ValueHolderImpl.h Add a new pop_back() method 2001-06-30 04:35:21 +00:00
Verifier.cpp Added a note about a new verification the verifier should do 2001-06-29 05:22:12 +00:00
iBranch.cpp Initial revision 2001-06-06 20:29:01 +00:00
iCall.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
iOperators.cpp Change to use the new GenericBinaryInst class. Support lots more operators. 2001-06-27 23:36:49 +00:00
iReturn.cpp Initial revision 2001-06-06 20:29:01 +00:00
iSwitch.cpp Initial revision 2001-06-06 20:29:01 +00:00