Misha Brukman
|
53e199440e
|
Remove trailing whitespace
llvm-svn: 21427
|
2005-04-21 23:48:37 +00:00 |
|
Chris Lattner
|
abfae1c72e
|
Initialize with the correct constant type
llvm-svn: 17270
|
2004-10-27 03:55:24 +00:00 |
|
Reid Spencer
|
2b5cfe8be8
|
Correction to allow compilation with Visual C++.
Patch contributed by Morten Ofstad. Thanks Morten!
llvm-svn: 17123
|
2004-10-18 14:38:48 +00:00 |
|
Chris Lattner
|
7b301dfa9d
|
Update GC intrinsics to take a pointer to the object as well as a pointer
to the field being updated. Patch contributed by Tobias Nurmiranta
llvm-svn: 15097
|
2004-07-22 05:51:13 +00:00 |
|
Reid Spencer
|
3a18547fcb
|
Expand the coercion of constants to include the newly constant Globals.
llvm-svn: 14966
|
2004-07-18 08:34:19 +00:00 |
|
Reid Spencer
|
66f4e3dc24
|
bug 122:
- Minimize redundant isa<GlobalValue> usage
- Correct isa<Constant> for GlobalValue subclass
llvm-svn: 14946
|
2004-07-18 00:29:57 +00:00 |
|
Chris Lattner
|
52e7345268
|
Spelling people's names right is kinda important
llvm-svn: 13702
|
2004-05-23 21:27:29 +00:00 |
|
Chris Lattner
|
f113f6a630
|
Implement the -lowergc pass which is used by code generators (like the CBE)
that do not have builtin support for garbage collection.
llvm-svn: 13688
|
2004-05-23 21:19:22 +00:00 |
|