History log of /external/clang/test/CodeGen/union.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
651f13cea278ec967336033dd032faef0e9fc2ec 24-Apr-2014 Stephen Hines <srhines@google.com> Updated to Clang 3.5a.

Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/test/CodeGen/union.c
f079b735d876f75e67b8dcc6980d0b742903ce0d 28-Feb-2011 Ken Dyck <kd@kendyck.com> Retry r126357. Use CharUnits for the Size and DataSize calculations when
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.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126628 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/union.c
21fd7d7347358994ee6d944c22a51e82d22409d9 28-Jan-2010 Anders Carlsson <andersca@mac.com> Fix an incorrect union layout assert. Fixes PR6164.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94754 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/union.c
a5728872c7702ddd09537c95bc3cbd20e1f2fb09 15-Dec-2009 Daniel Dunbar <daniel@zuster.org> Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
- 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).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91446 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/union.c
d7d5f0223bd30dfd618762349c6209dd1d5ea3e6 24-Mar-2009 Daniel Dunbar <daniel@zuster.org> Rename clang to clang-cc.

Tests and drivers updated, still need to shuffle dirs.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67602 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/union.c
c8e9cd6e32b8987b3c8f2dea1404d8a94768a707 27-Jan-2009 Chris Lattner <sabre@nondot.org> eliminate some random .ll file outputs


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63117 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/union.c
663388f2eac06eb599cda1b831fba10257fcfa46 06-Dec-2008 Anders Carlsson <andersca@mac.com> Fix invalid bit-field.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60627 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/union.c
2d6ca8d0f699647364e983bd254a3d8ad422efda 21-Aug-2008 Daniel Dunbar <daniel@zuster.org> Update a number of CodeGen tests to not create .ll files in the test
directory.
- Removed .ll from the svn:ignore lists to try and prevent this.
- Added svn:ignore on test/Misc/Output


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55104 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/union.c
1e86b34f15f0502c13750ee1d6cf338def6e2242 29-May-2008 Eli Friedman <eli.friedman@gmail.com> Rearrange EmitLValueForField a bit to work properly for _Bool bitfields
in unions (we don't want to do the union-specific bitcast for
bit-fields).



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51678 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/union.c
0ac5957479f1968b1852d7c1e8d3e397ba0d4f0d 21-May-2008 Eli Friedman <eli.friedman@gmail.com> A small testcase; no patch, since it was a bug in a patch I never
committed.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51370 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/union.c
5cada6bd7f0a9f1c0f82613924610177d676ced5 08-May-2008 Devang Patel <dpatel@apple.com> Begin handling union bitfields.
Note, this is just beginning.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50835 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/union.c
fe2419aac49879f08eddc8917171b943dbe571ad 11-Dec-2007 Devang Patel <dpatel@apple.com> Match union field type when member expression is u->x


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44879 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/union.c
2de3b3a4aca5bb900b0b201bba1a44860e1a4b77 02-Dec-2007 Seo Sanghyeon <sanxiyn@gmail.com> Fix isStructureType and isUnionType to ignore typedefs, as stated
in the header. Patch by Cédric Venet.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44519 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/union.c
abad06cfd01edbd6ffe80856304b5ad991b67d08 26-Oct-2007 Devang Patel <dpatel@apple.com> Codegen union member references.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43390 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/union.c