1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib
Chris Lattner 9c4eb70eae * 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

llvm-svn: 460
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 Lots of new functionality 2001-08-27 05:16:50 +00:00
Support Annotations are const objects now 2001-09-07 16:44:01 +00:00
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 Make sure we build all of the code! 2001-07-21 21:04:03 +00:00