| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
When lowering a bitfield, CGRecordLowering would assign the wrong
storage type to a bitfield in some cases and trigger an assertion. In
these cases the layout was still correct, just the bitfield info was
wrong.
llvm-svn: 202562
|
|
|
|
|
|
|
|
| |
they are known to be exact multiples of the width of the char type. Add a
test case to CodeGen/union.c that would have caught the problem with the
previous attempt. No change in functionality intended.
llvm-svn: 126628
|
|
|
|
| |
llvm-svn: 94754
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
|
|
|
| |
llvm-svn: 63117
|
|
|
|
| |
llvm-svn: 60627
|
|
|
|
|
|
|
|
| |
directory.
- Removed .ll from the svn:ignore lists to try and prevent this.
- Added svn:ignore on test/Misc/Output
llvm-svn: 55104
|
|
|
|
|
|
|
| |
in unions (we don't want to do the union-specific bitcast for
bit-fields).
llvm-svn: 51678
|
|
|
|
|
|
| |
committed.
llvm-svn: 51370
|
|
|
|
|
|
| |
Note, this is just beginning.
llvm-svn: 50835
|
|
|
|
| |
llvm-svn: 44879
|
|
|
|
|
|
| |
in the header. Patch by Cédric Venet.
llvm-svn: 44519
|
|
llvm-svn: 43390
|