aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprConstant.cpp
AgeCommit message (Expand)Author
2009-11-21Support emitting aggregate class initializers. Fixes PR5581.Anders Carlsson
2009-11-14Avoid assert-crash in a case where the expression passed to EmitConstantExprEli Friedman
2009-11-14Make __func__ and friends work correctly within the initializer for a staticEli Friedman
2009-11-13Obvious fix for PR5474.Eli Friedman
2009-11-06indirectbr seems to work! Rip out the old code.Chris Lattner
2009-10-29make clang emit undefs for padding of structs and unions instead of zeros. th...Nuno Lopes
2009-10-28Implement clang support for indirect branch and address of labelChris Lattner
2009-10-23Eliminate QualifiedDeclRefExpr, which captured the notion of aDouglas Gregor
2009-10-18Use CK_BitCast for member function pointer casts. Fixes PR5138.Anders Carlsson
2009-10-13fix test/CodeGen/statements.c on 32-bit hosts.Chris Lattner
2009-10-13Simplify pointer creation with the new Type::getInt*Ptr methods.Benjamin Kramer
2009-10-13Teach sema and codegen about the difference between address of labels,Chris Lattner
2009-10-11Move the vtable builder to CGVtable.cpp, general cleanup.Anders Carlsson
2009-10-03Pass the canonical method decl to GetVtableIndex. Fixes PR5120.Anders Carlsson
2009-10-03Handle base-to-derived casts of member function pointers in CGExprConstant.cppAnders Carlsson
2009-10-03Handle members to function pointers in CGExprConstant.Anders Carlsson
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-29Improve support for member function pointers.Anders Carlsson
2009-09-19Make clang stop relying on ConstantStruct::get's default value for isPackedNick Lewycky
2009-09-10GlobalDecl doesn't have an explicit constructor anymore.Anders Carlsson
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-26Make address-space qualification work correctly for compound literals. Eli Friedman
2009-08-24More member pointer work.Anders Carlsson
2009-08-23Whoops, comment this out for now. I'll fix it shortly.Anders Carlsson
2009-08-23More work towards zero-initializing structs that contain member pointers in c...Anders Carlsson
2009-08-23Handle CK_NullToMemberPointer casts in the constant expr emitter.Anders Carlsson
2009-08-22Change the constant expression emitter to look at the cast kind for to-union ...Anders Carlsson
2009-08-13Update for LLVM API change.Owen Anderson
2009-08-09Improve handling of member pointers.Anders Carlsson
2009-08-06Fix clang breakage, CGF can be null in this context.Daniel Dunbar
2009-08-05Update for LLVM API change.Owen Anderson
2009-08-02use CodeGenModule::EmitNullConstant in a couple of places.Anders Carlsson
2009-08-01Fix a minor issue with unions in the new struct building code.Eli Friedman
2009-07-31Remove the old struct builder code.Anders Carlsson
2009-07-31Move code from EmitUnion directly into the function that handles cast-to-union.Anders Carlsson
2009-07-31Use the struct builder for unions.Anders Carlsson
2009-07-31Update for LLVM API change.Owen Anderson
2009-07-29Update for LLVM API change.Owen Anderson
2009-07-29Change uses of:Ted Kremenek
2009-07-29Update for LLVM API change.Owen Anderson
2009-07-28Update for LLVM API change.Owen Anderson
2009-07-28Update for LLVM API change.Owen Anderson
2009-07-27Update for LLVM API change.Owen Anderson
2009-07-27Update for LLVM API change.Owen Anderson
2009-07-27Enable the new constant struct builder by default. The old code is still in p...Anders Carlsson
2009-07-27More work on the constant struct builder, fix a couple of thinkos and add sup...Anders Carlsson
2009-07-27More work on bitfield support in the new constant struct builder.Anders Carlsson
2009-07-25More work on the constant struct builder. We can now convert the struct to a ...Anders Carlsson
2009-07-25More work on the constant struct builder. We now try to layout all constant s...Anders Carlsson