Age | Commit message (Expand) | Author |
---|---|---|
2009-12-05 | consolidate some tests. | Chris Lattner |
2009-12-05 | implement rdar://7346691 by codegen'ing struct/array initializers | Chris Lattner |
2009-10-29 | make clang emit undefs for padding of structs and unions instead of zeros. th... | Nuno Lopes |
2009-10-08 | Convert some tests to FileCheck to be more portable. Patch by John Thompson. | Mike Stump |
2009-07-27 | Enable the new struct type builder now that the constant struct builder works... | Anders Carlsson |
2009-07-23 | Use arrays as union padding. Also, since the resulting struct will always con... | Anders Carlsson |
2009-06-03 | PR4316: Fix IRGen for cast-to-union extension. | Eli Friedman |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-01 | adjust to changes in the mainline llvm .ll printer. | Chris Lattner |
2009-01-17 | add support for usage of cast to union thing with static vars | Nuno Lopes |
2009-01-15 | add codegen support to union casts | Nuno Lopes |