aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/bitfield.c
AgeCommit message (Expand)Author
2009-06-01Simplify run line.Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-03Force triple for codegen tests which have expectations on outputDaniel Dunbar
2008-08-06Replace old bitfield test.Daniel Dunbar
2008-06-17Make this test actually pass, in addition to the previous patch Eli Friedman
2008-06-10Fix the setup of CodeGen/bitfield.c test.Argyrios Kyrtzidis
2008-02-07Simplify bitfield codegen.Lauro Ramos Venancio
2008-02-06pull .ll and .bc writing out of the ASTConsumer destructors into some topChris Lattner
2008-01-22Implement bitfield write.Lauro Ramos Venancio
2008-01-22Implement bitfield read.Lauro Ramos Venancio