llvm-6502/lib
Chris Lattner 531daef154 * Cnstants are now global objects
* ConstantPools no longer exist
* Constants are global objects in the LLVM system
* Constants are structurally equilivant if they are pointer equilivant
* Support abstract & opaque types
* Support setName on constants even though they don't track names
* Constnats don't get copy ctors anymore
* ConstPoolVal::equals is no longer useful [use ptr equivalency]
* Support generic factory classes to create and maintain constants


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@460 91177308-0d34-0410-b5e6-96231b3b80d8
2001-09-07 16:46:31 +00:00
..
Analysis Module analyzer no longer has to iterate over constant pool 2001-09-07 16:31:23 +00:00
AsmParser * Add support for forward referencing types 2001-09-07 16:35:17 +00:00
Bytecode * Emit bytecode using a deque instead of a vector to be faster 2001-09-07 16:39:41 +00:00
CodeGen annotations are now const 2001-09-07 16:40:04 +00:00
ExecutionEngine
Support Annotations are const objects now 2001-09-07 16:44:01 +00:00
Target/SparcV9
Transforms Types and constants are wierd things in symbol tables now 2001-09-07 16:43:50 +00:00
VMCore * Cnstants are now global objects 2001-09-07 16:46:31 +00:00
Makefile