llvm-6502/lib/VMCore
Chris Lattner 3b1e3f45c0 Dramatically simplify recursive type processing. Fixed a few bugs, a few still remain :(
Why does this stuff have to come up NOW?


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1089 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-02 07:51:31 +00:00
..
AsmWriter.cpp Initial version of GCC cleanup pass: just removes extraneous global symbol table entries for types 2001-10-31 04:33:19 +00:00
BasicBlock.cpp Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
ConstantFold.cpp Implement constant propogation of null pointer values. 2001-11-01 05:55:13 +00:00
ConstantFold.h Implement constant propogation of null pointer values. 2001-11-01 05:55:13 +00:00
ConstantFolding.h Implement constant propogation of null pointer values. 2001-11-01 05:55:13 +00:00
ConstPoolVals.cpp Remove C string capability from VMCore library. Move to Support 2001-10-29 13:27:09 +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 Delete MachineCodeInfoForMethod object. 2001-10-22 22:32:11 +00:00
iBranch.cpp
iCall.cpp Fix erroneous assertion failure on the following code: 2001-10-21 21:54:51 +00:00
iMemory.cpp Implement new simpler constructors for if you don't have a index list 2001-11-01 05:58:42 +00:00
InstrTypes.cpp Add new TerminatorInst ctor for invoke 2001-10-13 06:57:47 +00:00
Instruction.cpp * Support new setname interface 2001-09-07 16:47:03 +00:00
iOperators.cpp
iSwitch.cpp
Linker.cpp Pull method symbols over when linking. Otherwise the result of the link will appear stripped 2001-10-29 16:55:41 +00:00
Makefile
Module.cpp Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much 2001-10-15 13:21:42 +00:00
SlotCalculator.cpp Support pointers to globals happily 2001-10-13 06:35:09 +00:00
SymbolTable.cpp Remove unnamed prototypes that are created. 2001-10-23 15:30:18 +00:00
Type.cpp Dramatically simplify recursive type processing. Fixed a few bugs, a few still remain :( 2001-11-02 07:51:31 +00:00
Value.cpp Make error report a little more useful 2001-09-28 00:06:52 +00:00
ValueHolderImpl.h
Verifier.cpp