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