summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/init.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a stupid mistake in r151133. Reported to me by Joerg Sonnenberger.Eli Friedman2012-02-241-0/+7
* Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible sinceChris Lattner2011-07-101-0/+8
* implement a tiny amount of codegen support for gnu array range Chris Lattner2011-02-191-0/+15
* Improve codegen for initializer lists to use memset more aggressivelyChris Lattner2010-12-021-0/+30
* Enhance the init generation logic to emit a memset followed by a few stores whenChris Lattner2010-12-021-0/+12
* Allow a string literal to initialize a tail array (PR8217), patch Chris Lattner2010-10-101-0/+12
* Don't consider casted non-global pointers to be evaluatable.John McCall2010-07-071-0/+6
* recommit r101568 to fix PR6766Nuno Lopes2010-04-181-3/+3
* revert r101568, which miscompiles this testcase, distilled from ldecod:Chris Lattner2010-04-171-3/+3
* fix PR6766: codegen of var initialized with wide charNuno Lopes2010-04-161-3/+3
* add a codegen hack to work around an AST bug, allowing us to compile theChris Lattner2010-03-081-0/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Set constant bit on static block vars as well. Patch by Anders Johnson!qDaniel Dunbar2009-02-131-1/+10
* Upgrade the "excess elements in array initializer" warning to anDouglas Gregor2009-01-301-1/+0
* add a testcaseChris Lattner2008-05-041-1/+9
* Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitCons...Lauro Ramos Venancio2008-02-191-0/+1
* Implement multi-dimension array initalizer.Lauro Ramos Venancio2008-02-181-5/+12
* Correctly handle constants that refer to enums.Anders Carlsson2008-01-291-2/+2
* Correctly handle scalars in braces.Anders Carlsson2008-01-291-0/+7