llvm-6502/lib/VMCore
Alkis Evlogimenos 75dbe8eafa Add constructors that take a BasicBlock to append to, to the rest of
the llvm::Instruction hierarchy.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13800 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-27 00:15:23 +00:00
..
AsmWriter.cpp Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy 2004-05-26 21:56:09 +00:00
BasicBlock.cpp
ConstantFold.cpp
ConstantFold.h
ConstantFolding.h
ConstantRange.cpp
Constants.cpp Implement some helpers 2004-05-25 05:32:43 +00:00
Dominators.cpp
Function.cpp Recognize and verify the new GC intrinsics. 2004-05-23 21:16:51 +00:00
iBranch.cpp Inline trivial constructors. 2004-05-26 22:07:18 +00:00
iCall.cpp Add constructors that take a BasicBlock to append to, to the rest of 2004-05-27 00:15:23 +00:00
iMemory.cpp Add constructors that take a BasicBlock to append to, to the rest of 2004-05-27 00:15:23 +00:00
InstrTypes.cpp Refactor common initialization code in private init() functions. 2004-05-26 21:41:09 +00:00
Instruction.cpp Refactor common initialization code in private init() functions. 2004-05-26 21:41:09 +00:00
IntrinsicLowering.cpp
iOperators.cpp Add constructors that take a BasicBlock to append to, to the rest of 2004-05-27 00:15:23 +00:00
iSwitch.cpp Inline trivial constructors. 2004-05-26 22:07:18 +00:00
LeakDetector.cpp
Linker.cpp Convert to SymbolTable's new lookup and iteration interfaces. 2004-05-25 08:52:20 +00:00
Makefile
Mangler.cpp
Module.cpp Convert to SymbolTable's new lookup and iteration interfaces. 2004-05-25 08:52:20 +00:00
ModuleProvider.cpp
Pass.cpp
PassManagerT.h
SlotCalculator.cpp Part of bug 122: 2004-05-26 07:37:11 +00:00
SymbolTable.cpp Made it illegal to pass a Type* through one of the Value* interfaces. The 2004-05-25 15:20:47 +00:00
SymbolTableListTraitsImpl.h
Type.cpp
Value.cpp
Verifier.cpp Convert to SymbolTable's new iteration interface. Remove tabs. 2004-05-25 08:53:29 +00:00