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