index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
struct.c
Age
Commit message (
Expand
)
Author
2011-07-10
Fix the clang bootstrap and Jay's testcase from llvm-dev by being completely
Chris Lattner
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-12
Test case for emitting va_arg as l-value; apparently I only *thought* I had c...
Daniel Dunbar
2009-02-03
Force -triple/-fnext-runtime for a few more test cases.
Daniel Dunbar
2009-01-27
eliminate some random .ll file outputs
Chris Lattner
2008-09-04
Implement codegen of aggregates as lvalues in binary expressions,
Daniel Dunbar
2008-08-21
Update a number of CodeGen tests to not create .ll files in the test
Daniel Dunbar
2008-05-29
Always use packed structs. This isn't really very nice, but there's
Eli Friedman
2008-05-27
Check first member alignment and uses packed struct if required.
Devang Patel
2008-05-27
Fix test case
Devang Patel
2008-05-27
A few more cases for aggregate values.
Eli Friedman
2008-02-06
Fix the codegen of structs with flexible array members.
Eli Friedman
2008-02-05
Cleanup InitListExpr code generation code.
Devang Patel
2008-01-29
Handle incomplete struct initializer.
Devang Patel
2008-01-18
Assert that the type of the cast is equal to the _unqualified_ type of the su...
Anders Carlsson
2008-01-14
Add codegen upport for implicit casts to aggregate exprs.
Anders Carlsson
2007-12-14
Array subscription in aggregate expression
Seo Sanghyeon
2007-12-14
Implement dereference operator in aggregate expression
Seo Sanghyeon
2007-12-10
Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout.
Devang Patel
2007-11-02
Generate code for member exprs.
Anders Carlsson
2007-10-31
Handle function calls that return aggregate expressions.
Anders Carlsson
2007-10-26
Handle non LValue base expressions.
Devang Patel
2007-10-24
Handle
Devang Patel
2007-10-23
Fix typo.
Devang Patel
2007-10-23
Handle nested structs.
Devang Patel
2007-10-23
Handle simple struct member expr.
Devang Patel