aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/init.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-28[clang] Remove rdar links; NFCAaron Ballman1-1/+0
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini1-0/+1
2023-07-07Remove rdar links; NFCAaron Ballman1-1/+0
2023-03-17Make globals used for array initialization codegen constantHans Wennborg1-1/+1
2023-03-10[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov1-21/+21
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-1/+1
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman1-14/+14
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song1-7/+7
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song1-7/+7
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song1-7/+7
2018-07-25CodeGen: use non-zero memset when possible for automatic variablesJF Bastien1-0/+66
2018-07-19Fix typo causing assert in self-host.Richard Smith1-0/+11
2018-07-19When we choose to use zeroinitializer for a trailing portion of an arrayRichard Smith1-0/+4
2018-07-13CodeGen: specify alignment + inbounds for automatic variable initializationJF Bastien1-25/+25
2018-05-23Use zeroinitializer for (trailing zero portion of) large array initializersRichard Smith1-0/+10
2018-05-23Revert r333044 "Use zeroinitializer for (trailing zero portion of) large arra...Hans Wennborg1-10/+0
2018-05-23Use zeroinitializer for (trailing zero portion of) large array initializersRichard Smith1-0/+10
2018-02-19[CodeGen] Initialize large arrays by copying from a globalIvan A. Kosarev1-5/+18
2016-01-25Fixed processing of GNU extensions to C99 designated initializersAlexey Bataev1-0/+11
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie1-2/+2
2015-03-13Update test case to make it easier to automatically port to typeless pointer ...David Blaikie1-2/+2
2014-07-29PR20473: Don't "deduplicate" string literals with the same value but differentRichard Smith1-0/+8
2012-12-06Rework the bitfield access IR generation to address PR13619 andChandler Carruth1-1/+1
2012-08-27CodeGen: When emitting stores for an initializer, only emit a GEP if we reall...Benjamin Kramer1-0/+2
2012-02-24Fix a stupid mistake in r151133. Reported to me by Joerg Sonnenberger.Eli Friedman1-0/+7
2011-07-10Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible sinceChris Lattner1-0/+8
2011-02-19implement a tiny amount of codegen support for gnu array range Chris Lattner1-0/+15
2010-12-02Improve codegen for initializer lists to use memset more aggressivelyChris Lattner1-0/+30
2010-12-02Enhance the init generation logic to emit a memset followed by a few stores whenChris Lattner1-0/+12
2010-10-10Allow a string literal to initialize a tail array (PR8217), patch Chris Lattner1-0/+12
2010-07-07Don't consider casted non-global pointers to be evaluatable.John McCall1-0/+6
2010-04-18recommit r101568 to fix PR6766Nuno Lopes1-3/+3
2010-04-17revert r101568, which miscompiles this testcase, distilled from ldecod:Chris Lattner1-3/+3
2010-04-16fix PR6766: codegen of var initialized with wide charNuno Lopes1-3/+3
2010-03-08add a codegen hack to work around an AST bug, allowing us to compile theChris Lattner1-0/+11
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-2/+2
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2009-02-13Set constant bit on static block vars as well. Patch by Anders Johnson!qDaniel Dunbar1-1/+10
2009-01-30Upgrade the "excess elements in array initializer" warning to anDouglas Gregor1-1/+0
2008-05-04add a testcaseChris Lattner1-1/+9
2008-02-19Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitCons...Lauro Ramos Venancio1-0/+1
2008-02-18Implement multi-dimension array initalizer.Lauro Ramos Venancio1-5/+12
2008-01-29Correctly handle constants that refer to enums.Anders Carlsson1-2/+2
2008-01-29Correctly handle scalars in braces.Anders Carlsson1-0/+7