index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGen
/
union.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Retry r126357. Use CharUnits for the Size and DataSize calculations when
Ken Dyck
2011-02-28
1
-0
/
+2
*
Fix an incorrect union layout assert. Fixes PR6164.
Anders Carlsson
2010-01-28
1
-0
/
+3
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
eliminate some random .ll file outputs
Chris Lattner
2009-01-27
1
-1
/
+1
*
Fix invalid bit-field.
Anders Carlsson
2008-12-06
1
-1
/
+1
*
Update a number of CodeGen tests to not create .ll files in the test
Daniel Dunbar
2008-08-21
1
-1
/
+1
*
Rearrange EmitLValueForField a bit to work properly for _Bool bitfields
Eli Friedman
2008-05-29
1
-0
/
+3
*
A small testcase; no patch, since it was a bug in a patch I never
Eli Friedman
2008-05-21
1
-0
/
+5
*
Begin handling union bitfields.
Devang Patel
2008-05-07
1
-0
/
+5
*
Match union field type when member expression is u->x
Devang Patel
2007-12-11
1
-1
/
+5
*
Fix isStructureType and isUnionType to ignore typedefs, as stated
Seo Sanghyeon
2007-12-02
1
-0
/
+6
*
Codegen union member references.
Devang Patel
2007-10-26
1
-0
/
+18