aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/const-init.c
AgeCommit message (Expand)Author
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
2009-04-30Fix for PR4108: be a bit looser with the casts that we accept in Eli Friedman
2009-03-28Move where block-related variables are initialized so that block Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-01adjust to changes in the mainline llvm .ll printer.Chris Lattner
2009-02-25Allow constant initializers to reference their defining decl.Daniel Dunbar
2009-02-25Remove a FIXME; I was mistaken in believing gcc rejected this.Daniel Dunbar
2009-02-24Fix IRgen of constant expressions referring to external/staticDaniel Dunbar
2009-02-22Cleanp code with some recent suggestions.Mike Stump
2009-02-21Force arch for these test cases.Daniel Dunbar
2009-02-20Handle constant int -> ptr casts of lvalue results.Daniel Dunbar
2009-02-19Extend Evaluate() to fold (int) <pointer type>.Daniel Dunbar
2009-01-29Evaluate ==,!= for complex types.Daniel Dunbar
2009-01-28Implement basic _Complex integer constant folding.Daniel Dunbar
2008-11-22Add test for PR2992.Anders Carlsson
2008-08-05Fix const-init test caseDaniel Dunbar
2008-05-29Add codegen support for a few more kinds of initializer constant Eli Friedman
2008-02-21Some const initializer tests for stuff I just committed.Eli Friedman