summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/const-init.c
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Always use string computed in Sema for PredefinedExprEli Friedman2019-01-221-3/+3
* Revert r332847; it caused us to miscompile certain forms of reference initial...Richard Smith2018-05-211-1/+1
* [CodeGen] Recognize more cases of zero initializationSerge Pavlov2018-05-211-1/+1
* [CodeGen] Use pointer-sized integers for ptrtoint sourcesDavid Majnemer2016-06-171-1/+1
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-2/+2
* CodeGen: ConstStructBuilder must verify packed constraints after paddingDavid Majnemer2014-10-191-0/+22
* Revert r220153: "CodeGen: ConstStructBuilder must verify packed constraints a...Chandler Carruth2014-10-191-11/+0
* CodeGen: ConstStructBuilder must verify packed constraints after paddingDavid Majnemer2014-10-191-0/+11
* Add missing expected-warning.Rafael Espindola2013-07-041-1/+1
* Fix InitListExpr::isStringLiteralInit so it handles various edge cases correc...Eli Friedman2012-08-201-0/+15
* Add support for bitcasts to vector type in Evaluate.Eli Friedman2011-12-221-0/+12
* fix an unintended behavior change in the type system rewrite, which caused us...Chris Lattner2011-07-121-2/+2
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-10/+10
* Update to match mainline ConstantStruct::get API change. Also, use Chris Lattner2011-06-201-2/+2
* Only emit string initializers in-place if types match. Fixes PR9373.Benjamin Kramer2011-03-021-0/+4
* Add unnamed_addr when creating artificial string globals. For example, inRafael Espindola2011-01-101-1/+1
* A constant initializer never matches the type of the variable it'sJohn McCall2010-09-031-1/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Use intptr_t from stdint.h (in freestanding mode) instead of redefining it hereKen Dyck2009-11-221-2/+2
* Make __func__ and friends work correctly within the initializer for a staticEli Friedman2009-11-141-0/+6
* Obvious fix for PR5474.Eli Friedman2009-11-131-0/+6
* Removed math.h include, as Windows math.h has a compile error.John Thompson2009-10-151-1/+1
* In VC++, the *printf functions put an extra "0" in the exponent partMike Stump2009-10-081-5/+5
* FileCheckize test case.Benjamin Kramer2009-10-021-26/+22
* Don't update the struct alignment when adding fields to a packed struct. Fixe...Anders Carlsson2009-10-021-3/+10
* When building constant structs, check if the resulting LLVM struct will be bi...Anders Carlsson2009-10-021-1/+7
* Update this test to expect the "inbounds" keyword, which LLVM's constantDan Gohman2009-09-111-1/+1
* Enable the new struct type builder now that the constant struct builder works...Anders Carlsson2009-07-271-2/+2
* Enable the new constant struct builder by default. The old code is still in p...Anders Carlsson2009-07-271-2/+2
* Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman2009-05-191-1/+1
* Fix for PR4108: be a bit looser with the casts that we accept in Eli Friedman2009-04-301-0/+5
* Move where block-related variables are initialized so that block Eli Friedman2009-03-281-2/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* adjust to changes in the mainline llvm .ll printer.Chris Lattner2009-03-011-6/+6
* Allow constant initializers to reference their defining decl.Daniel Dunbar2009-02-251-0/+11
* Remove a FIXME; I was mistaken in believing gcc rejected this.Daniel Dunbar2009-02-251-1/+0
* Fix IRgen of constant expressions referring to external/staticDaniel Dunbar2009-02-241-0/+7
* Cleanp code with some recent suggestions.Mike Stump2009-02-221-2/+2
* Force arch for these test cases.Daniel Dunbar2009-02-211-1/+1
* Handle constant int -> ptr casts of lvalue results.Daniel Dunbar2009-02-201-0/+3
* Extend Evaluate() to fold (int) <pointer type>.Daniel Dunbar2009-02-191-0/+28
* Evaluate ==,!= for complex types.Daniel Dunbar2009-01-291-3/+28
* Implement basic _Complex integer constant folding.Daniel Dunbar2009-01-281-0/+3
* Add test for PR2992.Anders Carlsson2008-11-221-0/+8
* Fix const-init test caseDaniel Dunbar2008-08-051-3/+3
* Add codegen support for a few more kinds of initializer constant Eli Friedman2008-05-291-1/+3
* Some const initializer tests for stuff I just committed.Eli Friedman2008-02-211-0/+13