summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprConstant.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Teach sema and codegen about the difference between address of labels,Chris Lattner2009-10-131-1/+22
* Move the vtable builder to CGVtable.cpp, general cleanup.Anders Carlsson2009-10-111-1/+1
* Pass the canonical method decl to GetVtableIndex. Fixes PR5120.Anders Carlsson2009-10-031-1/+1
* Handle base-to-derived casts of member function pointers in CGExprConstant.cppAnders Carlsson2009-10-031-0/+37
* Handle members to function pointers in CGExprConstant.Anders Carlsson2009-10-031-0/+43
* Don't update the struct alignment when adding fields to a packed struct. Fixe...Anders Carlsson2009-10-021-1/+6
* When building constant structs, check if the resulting LLVM struct will be bi...Anders Carlsson2009-10-021-38/+59
* Improve support for member function pointers.Anders Carlsson2009-09-291-2/+9
* Make clang stop relying on ConstantStruct::get's default value for isPackedNick Lewycky2009-09-191-2/+4
* GlobalDecl doesn't have an explicit constructor anymore.Anders Carlsson2009-09-101-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-135/+135
* Make address-space qualification work correctly for compound literals. Eli Friedman2009-08-261-2/+3
* More member pointer work.Anders Carlsson2009-08-241-5/+11
* Whoops, comment this out for now. I'll fix it shortly.Anders Carlsson2009-08-231-0/+2
* More work towards zero-initializing structs that contain member pointers in c...Anders Carlsson2009-08-231-0/+8
* Handle CK_NullToMemberPointer casts in the constant expr emitter.Anders Carlsson2009-08-231-0/+2
* Change the constant expression emitter to look at the cast kind for to-union ...Anders Carlsson2009-08-221-14/+19
* Update for LLVM API change.Owen Anderson2009-08-131-11/+14
* Improve handling of member pointers.Anders Carlsson2009-08-091-2/+22
* Fix clang breakage, CGF can be null in this context.Daniel Dunbar2009-08-061-1/+1
* Update for LLVM API change.Owen Anderson2009-08-051-5/+8
* use CodeGenModule::EmitNullConstant in a couple of places.Anders Carlsson2009-08-021-1/+1
* Fix a minor issue with unions in the new struct building code.Eli Friedman2009-08-011-2/+5
* Remove the old struct builder code.Anders Carlsson2009-07-311-177/+1
* Move code from EmitUnion directly into the function that handles cast-to-union.Anders Carlsson2009-07-311-2/+28
* Use the struct builder for unions.Anders Carlsson2009-07-311-0/+2
* Update for LLVM API change.Owen Anderson2009-07-311-9/+9
* Update for LLVM API change.Owen Anderson2009-07-291-8/+8
* Change uses of:Ted Kremenek2009-07-291-3/+3
* Update for LLVM API change.Owen Anderson2009-07-291-12/+12
* Update for LLVM API change.Owen Anderson2009-07-281-2/+2
* Update for LLVM API change.Owen Anderson2009-07-281-4/+4
* Update for LLVM API change.Owen Anderson2009-07-271-6/+6
* Update for LLVM API change.Owen Anderson2009-07-271-4/+6
* Enable the new constant struct builder by default. The old code is still in p...Anders Carlsson2009-07-271-3/+4
* More work on the constant struct builder, fix a couple of thinkos and add sup...Anders Carlsson2009-07-271-9/+59
* More work on bitfield support in the new constant struct builder.Anders Carlsson2009-07-271-2/+79
* More work on the constant struct builder. We can now convert the struct to a ...Anders Carlsson2009-07-251-3/+40
* More work on the constant struct builder. We now try to layout all constant s...Anders Carlsson2009-07-251-6/+19
* Update for LLVM API change.Owen Anderson2009-07-241-7/+10
* Fix a release build warning.Anders Carlsson2009-07-241-1/+1
* Check in a half finished new constant struct builder (Obviously not used yet).Anders Carlsson2009-07-241-0/+146
* Move the LLVM field number for bit fields into the BitFieldInfo structure, si...Anders Carlsson2009-07-231-10/+10
* Use arrays as union padding. Also, since the resulting struct will always con...Anders Carlsson2009-07-231-7/+10
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-2/+2
* Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek2009-07-171-2/+2
* Update for LLVM API change, and contextify a bunch of related stuff.Owen Anderson2009-07-141-46/+48
* Update for API change.Owen Anderson2009-07-141-1/+1
* Update for LLVM API change.Owen Anderson2009-07-131-7/+8
* Update for LLVM API change.Owen Anderson2009-07-081-2/+2
OpenPOWER on IntegriCloud