summaryrefslogtreecommitdiff
path: root/test/CodeGen/bitfield.c
AgeCommit message (Expand)Author
2013-10-11Turn struct-path aware TBAA on by default.Manman Ren
2013-10-01Revert r191586 and r191695. They cause crashes when building withRichard Smith
2013-09-30Turn struct-path aware TBAA on by default.Manman Ren
2013-08-21Don't use mangleCXXRTTIName in TBAA for C code.Manman Ren
2013-08-21Update testing case to use FileCheck instead of grep.Manman Ren
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
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