Anders Carlsson
|
72fb384a65
|
Enable the new struct type builder now that the constant struct builder works. (The old code will still be there until we know that everything works well.
llvm-svn: 77190
|
2009-07-27 15:31:55 +00:00 |
Anders Carlsson
|
718a89a501
|
Use arrays as union padding. Also, since the resulting struct will always contain a single element and either a single i8 element or an array of i8s, there's no reason to use a packed struct.
llvm-svn: 76854
|
2009-07-23 04:50:01 +00:00 |
Eli Friedman
|
dd27484888
|
PR4316: Fix IRGen for cast-to-union extension.
llvm-svn: 72803
|
2009-06-03 20:45:06 +00:00 |
Daniel Dunbar
|
a45cf5b6b0
|
Rename clang to clang-cc.
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
2009-03-24 02:24:46 +00:00 |
Chris Lattner
|
e87da66562
|
adjust to changes in the mainline llvm .ll printer.
llvm-svn: 65745
|
2009-03-01 00:59:19 +00:00 |
Nuno Lopes
|
4d78cf0fa7
|
add support for usage of cast to union thing with static vars
llvm-svn: 62387
|
2009-01-17 00:48:48 +00:00 |
Nuno Lopes
|
7ffcf93b24
|
add codegen support to union casts
init of static vars still not working. I'll get back to it tomorrow or so
llvm-svn: 62278
|
2009-01-15 20:14:33 +00:00 |