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