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-init.c
Age
Commit message (
Expand
)
Author
2012-07-09
Tests: check for target availability for target-specific tests.
Jim Grosbach
2011-07-28
test/CodeGen/struct-init.c, struct-matching-constraint.c: Tweak commandline, ...
NAKAMURA Takumi
2011-07-28
Fix this up for clang codegen versus llvm-gcc.
Eric Christopher
2011-07-15
Enhance the IR type lowering code to be much smarter about recursively lowering
Chris Lattner
2011-02-01
When initializing struct members, the important thing is that the "initializi...
Argyrios Kyrtzidis
2010-07-05
fix PR7564 a cast where the bitfield struct init code
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-01-27
eliminate some random .ll file outputs
Chris Lattner
2008-08-21
Update a number of CodeGen tests to not create .ll files in the test
Daniel Dunbar
2008-06-09
Add code to make test/CodeGen/struct-init.c work correctly without the
Eli Friedman
2008-06-06
implement constant expr. sub ptr ptr
Nuno Lopes