summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/const-init.c
AgeCommit message (Expand)Author
2024-11-06[LLVM][IR] Use splat syntax when printing Constant[Data]Vector. (#112548)Paul Walker
2024-10-14Reapply "[clang][CodeGen] Zero init unspecified fields in initializers in C" ...yabinc
2024-09-24Revert "[clang][CodeGen] Zero init unspecified fields in initializers in C" (...Eli Friedman
2024-09-24[clang][CodeGen] Zero init unspecified fields in initializers in C (#97121)yabinc
2024-03-13[Clang] [CodeGen] Fix codegen bug in constant initialisation in C23 mode (#84...Sirraide
2023-10-30[clang] Implement constexpr bit_cast for vectors (#66894)DaPorkchop_
2023-08-02[clang] allow const structs/unions/arrays to be constant expressions for CNick Desaulniers
2023-03-10[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-08-18[Clang] Propagate const context info when emitting compound literalTies Stuij
2022-07-22Strengthen -Wint-conversion to default to an errorAaron Ballman
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-16[Sema] Adds the pointer-to-int-cast diagnosticMark de Wever
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2019-09-17Fix reliance on lax vector conversions in tests for x86 intrinsics.Richard Smith
2019-01-22[CodeGen] Always use string computed in Sema for PredefinedExprEli Friedman
2018-05-21Revert r332847; it caused us to miscompile certain forms of reference initial...Richard Smith
2018-05-21[CodeGen] Recognize more cases of zero initializationSerge Pavlov
2016-06-17[CodeGen] Use pointer-sized integers for ptrtoint sourcesDavid Majnemer
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2014-10-19CodeGen: ConstStructBuilder must verify packed constraints after paddingDavid Majnemer
2014-10-19Revert r220153: "CodeGen: ConstStructBuilder must verify packed constraints a...Chandler Carruth
2014-10-19CodeGen: ConstStructBuilder must verify packed constraints after paddingDavid Majnemer
2013-07-04Add missing expected-warning.Rafael Espindola
2012-08-20Fix InitListExpr::isStringLiteralInit so it handles various edge cases correc...Eli Friedman
2011-12-22Add support for bitcasts to vector type in Evaluate.Eli Friedman
2011-07-12fix an unintended behavior change in the type system rewrite, which caused us...Chris Lattner
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-06-20Update to match mainline ConstantStruct::get API change. Also, use Chris Lattner
2011-03-02Only emit string initializers in-place if types match. Fixes PR9373.Benjamin Kramer
2011-01-10Add unnamed_addr when creating artificial string globals. For example, inRafael Espindola
2010-09-03A constant initializer never matches the type of the variable it'sJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-22Use intptr_t from stdint.h (in freestanding mode) instead of redefining it hereKen Dyck
2009-11-14Make __func__ and friends work correctly within the initializer for a staticEli Friedman
2009-11-13Obvious fix for PR5474.Eli Friedman
2009-10-15Removed math.h include, as Windows math.h has a compile error.John Thompson
2009-10-08In VC++, the *printf functions put an extra "0" in the exponent partMike Stump
2009-10-02FileCheckize test case.Benjamin Kramer
2009-10-02Don't update the struct alignment when adding fields to a packed struct. Fixe...Anders Carlsson
2009-10-02When building constant structs, check if the resulting LLVM struct will be bi...Anders Carlsson
2009-09-11Update this test to expect the "inbounds" keyword, which LLVM's constantDan Gohman
2009-07-27Enable the new struct type builder now that the constant struct builder works...Anders Carlsson
2009-07-27Enable the new constant struct builder by default. The old code is still in p...Anders Carlsson
2009-05-19Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman