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
/
global-init.c
Age
Commit message (
Expand
)
Author
2011-11-01
Fix the representation of wide strings in the AST and IR so that it uses the ...
Eli Friedman
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-06-20
Update to match mainline ConstantStruct::get API change. Also, use
Chris Lattner
2010-04-18
recommit r101568 to fix PR6766
Nuno Lopes
2010-04-17
revert r101568, which miscompiles this testcase, distilled from ldecod:
Chris Lattner
2010-04-16
fix PR6766: codegen of var initialized with wide char
Nuno Lopes
2010-04-16
emit padding as undef values, take 2
Nuno Lopes
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-08-10
these tests include section specifiers that aren't valid on the
Chris Lattner
2009-08-05
weak globals that are const should get weak_odr linkage.
Chris Lattner
2009-08-05
rdar://7119244 - globals with an explicit section specified don't get
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-12-03
If a global var decl has an initializer, make sure to always set its linkage ...
Anders Carlsson