Age | Commit message (Expand) | Author |
---|---|---|
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-01-27 | eliminate some random .ll file outputs | Chris Lattner |
2008-12-06 | Fix invalid bit-field. | Anders Carlsson |
2008-08-21 | Update a number of CodeGen tests to not create .ll files in the test | Daniel Dunbar |
2008-05-29 | Rearrange EmitLValueForField a bit to work properly for _Bool bitfields | Eli Friedman |
2008-05-21 | A small testcase; no patch, since it was a bug in a patch I never | Eli Friedman |
2008-05-07 | Begin handling union bitfields. | Devang Patel |
2007-12-11 | Match union field type when member expression is u->x | Devang Patel |
2007-12-02 | Fix isStructureType and isUnionType to ignore typedefs, as stated | Seo Sanghyeon |
2007-10-26 | Codegen union member references. | Devang Patel |