summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/globalinit.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Upgrade the "excess elements in array initializer" warning to anDouglas Gregor2009-01-301-1/+0
* Update a number of CodeGen tests to not create .ll files in the testDaniel Dunbar2008-08-211-1/+1
* Relax an assertion, fixing PR1968Chris Lattner2008-02-051-0/+5
* Handle binary or in constant expressions.Anders Carlsson2008-01-291-0/+4
* Correctly handle constants that refer to enums.Anders Carlsson2008-01-291-3/+9
* Correctly handle scalars in braces.Anders Carlsson2008-01-291-0/+3
* implement proper support for _Bool in memory, which is usually i8, not i1.Chris Lattner2008-01-091-0/+6
* local static vars are globals also. This fixes a testcaseChris Lattner2007-12-181-0/+7
* Reimplement support for strings that initialize global inits now thatChris Lattner2007-12-111-2/+2
* Explicitly set the string literal type from "char *" to "constant array of ch...Steve Naroff2007-12-111-2/+2
* add support for implicit cast from array to pointer that is not the elementChris Lattner2007-12-101-1/+1
* disable case that makes this fail.Chris Lattner2007-12-101-1/+1
* extend or truncate the initializer for a string initializer to match its type.Chris Lattner2007-12-101-1/+2
* Implement codegen support for:Chris Lattner2007-12-091-0/+3
* implement support for functions that initialize globals.Chris Lattner2007-12-091-0/+3
* Fix buggy testChris Lattner2007-12-021-2/+2
* add codegen support for global inits that require array decay.Chris Lattner2007-12-021-0/+4
* Handle global variable definitions which change the type of a definition, suc...Chris Lattner2007-12-021-0/+6
* Codegen global array initializers.Devang Patel2007-10-261-0/+4