1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
Go to file
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
docs Fixed the "output constant pool even if he have no constants" issue 2001-09-07 16:13:58 +00:00
include * Fixed mapped_iterator to actually work with functors 2001-09-07 16:30:28 +00:00
lib * Cnstants are now global objects 2001-09-07 16:46:31 +00:00
support/lib/Support Annotations are const objects now 2001-09-07 16:44:01 +00:00
test Make fib be more real 2001-09-01 01:47:52 +00:00
tools Makefile for tools/tests/ 2001-08-28 23:28:25 +00:00
utils Filter out the sparc.burm.c file 2001-07-21 19:43:08 +00:00
getsomesrcs.sh Filter out noncore stuff 2001-07-25 22:46:22 +00:00
getsrcs.sh Filter out the sparc.burm.c file 2001-07-21 19:43:08 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Makefile.common Added InstrSched library to link line. 2001-08-28 21:33:33 +00:00
Makefile.rules Added InstrSched library to link line. 2001-08-28 21:33:33 +00:00