summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprConstant.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for codegen crash on multibit bool bitfield initializationDaniel Dunbar2008-07-171-0/+7
* "this patch adds code generation hooks for Objective-C constant strings. It ...Chris Lattner2008-06-211-0/+4
* Fix crash with conversion to an address-space-qualified pointer. Bug Eli Friedman2008-06-071-2/+2
* Reorganize this loop a bit so it doesn't crash for empty unions. Fixes Eli Friedman2008-06-061-4/+6
* implement constant expr. sub ptr ptrNuno Lopes2008-06-061-3/+13
* Make sure _Bool globals have the correct type.Eli Friedman2008-06-011-3/+8
* Fix and enable generating general union initializers. Essentially, what Eli Friedman2008-05-301-9/+26
* Fix constant vector init for initializer lists with an incomplete list Eli Friedman2008-05-301-6/+9
* Some additions to constant initializer generation code. Adds Eli Friedman2008-05-301-28/+132
* More complete/correct implementation of the comparison operators for Eli Friedman2008-05-291-7/+47
* Add codegen support for a few more kinds of initializer constant Eli Friedman2008-05-291-0/+35
* Restructure constant structure init codegen so that it's possible to Eli Friedman2008-05-201-29/+20
* Remove code that shouldn't have any effect anymore.Eli Friedman2008-05-201-18/+0
* use simplified ConstantFP:get method.Chris Lattner2008-04-201-1/+1
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-5/+7
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-081-0/+4
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+627
OpenPOWER on IntegriCloud