summaryrefslogtreecommitdiffstats
path: root/clang/CodeGen/CGExprConstant.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-627/+0
* remove the source location arguments to various target query methods.Chris Lattner2008-03-051-8/+8
* Add codegen support for ObjC message expressions with the GNU runtime.Chris Lattner2008-03-011-0/+3
* Implement codegen for the following static var init.Lauro Ramos Venancio2008-02-261-6/+10
* Clean up constant implicit cast emission; fixes a few edge cases Eli Friedman2008-02-211-24/+24
* Fix brace-enclosed string initializers for char arrays. From pr2079, Eli Friedman2008-02-211-3/+6
* strings are arrays tooChris Lattner2008-02-111-2/+0
* Make unsupported constant exprs fail with a warning instead of crashing Eli Friedman2008-02-111-12/+11
* Fix PR1992 by computing the right type for string literals, whichChris Lattner2008-02-111-11/+5
* Add pointer + int (and vice versa) to the constant emitter.Anders Carlsson2008-02-061-2/+10
* Add some binops.Anders Carlsson2008-02-051-1/+69
* Change the key of CGRecordLayouts from being an llvm type* to being a decl*. ...Chris Lattner2008-02-051-1/+2
* Cleanup InitListExpr code generation code.Devang Patel2008-02-051-46/+107
* getLLVMFieldNo can't be called before emitting the base value.Lauro Ramos Venancio2008-01-301-1/+2
* Handle incomplete struct initializer.Devang Patel2008-01-291-14/+27
* Implement __builtin_offsetof.Anders Carlsson2008-01-291-0/+9
* Handle binary or in constant expressions.Anders Carlsson2008-01-291-0/+8
* Correctly handle constants that refer to enums.Anders Carlsson2008-01-291-0/+2
* Correctly handle scalars in braces.Anders Carlsson2008-01-291-16/+8
* Tweaks to EmitLValue in CGExprConstant. Patch by Eli Friedman.Anders Carlsson2008-01-261-41/+46
* Add CodeGen for AddrOf in constant initializers. Original patch by Eli Friedman.Anders Carlsson2008-01-261-1/+88
* Factor out the constant generation into its own file.Anders Carlsson2008-01-261-0/+371
OpenPOWER on IntegriCloud