aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/globalinit.c
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-30Upgrade the "excess elements in array initializer" warning to anDouglas Gregor
2008-08-21Update a number of CodeGen tests to not create .ll files in the testDaniel Dunbar
2008-02-05Relax an assertion, fixing PR1968Chris Lattner
2008-01-29Handle binary or in constant expressions.Anders Carlsson
2008-01-29Correctly handle constants that refer to enums.Anders Carlsson
2008-01-29Correctly handle scalars in braces.Anders Carlsson
2008-01-09implement proper support for _Bool in memory, which is usually i8, not i1.Chris Lattner
2007-12-18local static vars are globals also. This fixes a testcaseChris Lattner
2007-12-11Reimplement support for strings that initialize global inits now thatChris Lattner
2007-12-11Explicitly set the string literal type from "char *" to "constant array of ch...Steve Naroff
2007-12-10add support for implicit cast from array to pointer that is not the elementChris Lattner
2007-12-10disable case that makes this fail.Chris Lattner
2007-12-10extend or truncate the initializer for a string initializer to match its type.Chris Lattner
2007-12-09Implement codegen support for:Chris Lattner
2007-12-09implement support for functions that initialize globals.Chris Lattner
2007-12-02Fix buggy testChris Lattner
2007-12-02add codegen support for global inits that require array decay.Chris Lattner
2007-12-02Handle global variable definitions which change the type of a definition, suc...Chris Lattner
2007-10-26Codegen global array initializers.Devang Patel