summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/decl.c
Commit message (Expand)AuthorAgeFilesLines
* Disable -fmerge-all-constants as default.Manoj Gupta2018-04-051-1/+1
* Bring r325915 back.Rafael Espindola2018-02-231-3/+3
* Make constant aggregate constant initializers private linkage.Eric Christopher2011-08-241-4/+4
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-2/+2
* Add unnamed_addr to internal globals which are only used as an operand to mem...Eli Friedman2011-05-271-2/+2
* Revert r126422 "Use private linkage to avoid symbol conflicts inDouglas Gregor2011-03-061-1/+1
* Use private linkage to avoid symbol conflicts in corner cases like the oneRafael Espindola2011-02-241-1/+1
* fix rdar://8147692 - yet another crash due to my abi work.Chris Lattner2010-07-011-0/+15
* Reapply:Chris Lattner2010-06-301-0/+13
* Revert r107173, "fix PR7519: after thrashing around and remembering how all t...Daniel Dunbar2010-06-301-13/+0
* fix PR7519: after thrashing around and remembering how all this stuffChris Lattner2010-06-291-0/+13
* fix a bogus assertion exposed by a recent change: packing theChris Lattner2010-04-161-0/+5
* emit padding as undef values, take 2Nuno Lopes2010-04-161-1/+1
* Rework the ConstStructBuilder code to emit missing initializerChris Lattner2010-04-131-1/+11
* fix PR6660/6168: emit padding as zeros instead of undef. Because Chris Lattner2010-04-121-2/+17
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove include of system header.Daniel Dunbar2009-12-081-2/+0
* fix comment.Chris Lattner2009-12-051-1/+1
* consolidate some tests.Chris Lattner2009-12-051-0/+23
* implement rdar://7346691 by codegen'ing struct/array initializersChris Lattner2009-12-051-0/+28
* simplify a condition and add a testcase.Chris Lattner2009-12-051-0/+12