Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix an incorrect union layout assert. Fixes PR6164. | Anders Carlsson | 2010-01-28 | 1 | -0/+3 |
| | | | | llvm-svn: 94754 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
| | | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 | ||||
* | eliminate some random .ll file outputs | Chris Lattner | 2009-01-27 | 1 | -1/+1 |
| | | | | llvm-svn: 63117 | ||||
* | Fix invalid bit-field. | Anders Carlsson | 2008-12-06 | 1 | -1/+1 |
| | | | | llvm-svn: 60627 | ||||
* | Update a number of CodeGen tests to not create .ll files in the test | Daniel Dunbar | 2008-08-21 | 1 | -1/+1 |
| | | | | | | | | directory. - Removed .ll from the svn:ignore lists to try and prevent this. - Added svn:ignore on test/Misc/Output llvm-svn: 55104 | ||||
* | Rearrange EmitLValueForField a bit to work properly for _Bool bitfields | Eli Friedman | 2008-05-29 | 1 | -0/+3 |
| | | | | | | | in unions (we don't want to do the union-specific bitcast for bit-fields). llvm-svn: 51678 | ||||
* | A small testcase; no patch, since it was a bug in a patch I never | Eli Friedman | 2008-05-21 | 1 | -0/+5 |
| | | | | | | committed. llvm-svn: 51370 | ||||
* | Begin handling union bitfields. | Devang Patel | 2008-05-07 | 1 | -0/+5 |
| | | | | | | Note, this is just beginning. llvm-svn: 50835 | ||||
* | Match union field type when member expression is u->x | Devang Patel | 2007-12-11 | 1 | -1/+5 |
| | | | | llvm-svn: 44879 | ||||
* | Fix isStructureType and isUnionType to ignore typedefs, as stated | Seo Sanghyeon | 2007-12-02 | 1 | -0/+6 |
| | | | | | | in the header. Patch by Cédric Venet. llvm-svn: 44519 | ||||
* | Codegen union member references. | Devang Patel | 2007-10-26 | 1 | -0/+18 |
llvm-svn: 43390 |