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
/
decl.c
Age
Commit message (
Expand
)
Author
2011-08-24
Make constant aggregate constant initializers private linkage.
Eric Christopher
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-05-27
Add unnamed_addr to internal globals which are only used as an operand to mem...
Eli Friedman
2011-03-06
Revert r126422 "Use private linkage to avoid symbol conflicts in
Douglas Gregor
2011-02-24
Use private linkage to avoid symbol conflicts in corner cases like the one
Rafael Espindola
2010-07-01
fix rdar://8147692 - yet another crash due to my abi work.
Chris Lattner
2010-06-30
Reapply:
Chris Lattner
2010-06-30
Revert r107173, "fix PR7519: after thrashing around and remembering how all t...
Daniel Dunbar
2010-06-29
fix PR7519: after thrashing around and remembering how all this stuff
Chris Lattner
2010-04-16
fix a bogus assertion exposed by a recent change: packing the
Chris Lattner
2010-04-16
emit padding as undef values, take 2
Nuno Lopes
2010-04-13
Rework the ConstStructBuilder code to emit missing initializer
Chris Lattner
2010-04-12
fix PR6660/6168: emit padding as zeros instead of undef. Because
Chris Lattner
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-08
Remove include of system header.
Daniel Dunbar
2009-12-05
fix comment.
Chris Lattner
2009-12-05
consolidate some tests.
Chris Lattner
2009-12-05
implement rdar://7346691 by codegen'ing struct/array initializers
Chris Lattner
2009-12-05
simplify a condition and add a testcase.
Chris Lattner