summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/bitfield.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* Simplify run line.Eli Friedman2009-06-011-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Force triple for codegen tests which have expectations on outputDaniel Dunbar2009-02-031-1/+1
* Replace old bitfield test.Daniel Dunbar2008-08-061-22/+64
* Make this test actually pass, in addition to the previous patch Eli Friedman2008-06-171-6/+6
* Fix the setup of CodeGen/bitfield.c test.Argyrios Kyrtzidis2008-06-101-3/+3
* Simplify bitfield codegen.Lauro Ramos Venancio2008-02-071-0/+11
* pull .ll and .bc writing out of the ASTConsumer destructors into some topChris Lattner2008-02-061-1/+1
* Implement bitfield write.Lauro Ramos Venancio2008-01-221-0/+8
* Implement bitfield read.Lauro Ramos Venancio2008-01-221-0/+13