summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/init.c
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: use non-zero memset when possible for automatic variablesJF Bastien2018-07-251-0/+66
* Fix typo causing assert in self-host.Richard Smith2018-07-191-0/+11
* When we choose to use zeroinitializer for a trailing portion of an arrayRichard Smith2018-07-191-0/+4
* CodeGen: specify alignment + inbounds for automatic variable initializationJF Bastien2018-07-131-25/+25
* Use zeroinitializer for (trailing zero portion of) large array initializersRichard Smith2018-05-231-0/+10
* Revert r333044 "Use zeroinitializer for (trailing zero portion of) large arra...Hans Wennborg2018-05-231-10/+0
* Use zeroinitializer for (trailing zero portion of) large array initializersRichard Smith2018-05-231-0/+10
* [CodeGen] Initialize large arrays by copying from a globalIvan A. Kosarev2018-02-191-5/+18
* Fixed processing of GNU extensions to C99 designated initializersAlexey Bataev2016-01-251-0/+11
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-2/+2
* Update test case to make it easier to automatically port to typeless pointer ...David Blaikie2015-03-131-2/+2
* PR20473: Don't "deduplicate" string literals with the same value but differentRichard Smith2014-07-291-0/+8
* Rework the bitfield access IR generation to address PR13619 andChandler Carruth2012-12-061-1/+1
* CodeGen: When emitting stores for an initializer, only emit a GEP if we reall...Benjamin Kramer2012-08-271-0/+2
* 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