summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprConstant.cpp
Commit message (Expand)AuthorAgeFilesLines
* hopefully silence a warning on the clang-i386-darwin9 tester.Chris Lattner2010-02-101-1/+1
* Use the right type when taking the address of a non-virtual member function p...Anders Carlsson2010-02-071-1/+5
* Fix the bug that was breaking self-host, and re-land the static ctor fixes.Anders Carlsson2010-02-051-1/+12
* Revert r95363 and r95375, which broke self-host.Douglas Gregor2010-02-051-11/+1
* Fix array initialization test.Anders Carlsson2010-02-051-1/+2
* If a global initializer has a non-trivial destructor it can't be emitted as a...Anders Carlsson2010-02-051-1/+10
* Calculate offset correctly when taking the address of a virtual member function.Anders Carlsson2010-02-041-2/+5
* Revert "Numerous changes to selector handling:", this breaks a whole bunch ofDaniel Dunbar2010-02-031-8/+0
* Numerous changes to selector handling:David Chisnall2010-02-031-0/+8
* Use the Arg variable rather than re-computing it. This also silences GCC'sChandler Carruth2010-02-021-1/+1
* Codegen CXXConstructExprs with trivial constructors as constants.John McCall2010-02-021-0/+23
* Improve handling of emitting 'null' pointers to data members.Anders Carlsson2010-02-021-28/+58
* Move pointer to data member emission to CodeGenModule and use it in CGExprCon...Anders Carlsson2010-02-021-8/+32
* Some class related cleanup.Anders Carlsson2010-01-311-2/+2
* Created __builtin___NSStringMakeConstantString() builtin, which generates con...David Chisnall2010-01-231-3/+11
* Convert the type of the LValue offset variable in APValue to CharUnits, movingKen Dyck2010-01-151-1/+1
* When emitting member function pointers, use the canonical decl if the member ...Anders Carlsson2010-01-051-0/+2
* Get rid of some unnecessary code.Eli Friedman2010-01-021-27/+2
* Update CGExprConstant for change to emit padding values as undef.Daniel Dunbar2009-12-081-1/+5
* Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.Benjamin Kramer2009-11-281-4/+2
* Don't build the entire vtable when all we want is the index of a virtual method.Anders Carlsson2009-11-271-2/+3
* Support emitting aggregate class initializers. Fixes PR5581.Anders Carlsson2009-11-211-1/+1
* Avoid assert-crash in a case where the expression passed to EmitConstantExprEli Friedman2009-11-141-3/+1
* Make __func__ and friends work correctly within the initializer for a staticEli Friedman2009-11-141-6/+8
* Obvious fix for PR5474.Eli Friedman2009-11-131-1/+1
* indirectbr seems to work! Rip out the old code.Chris Lattner2009-11-061-8/+0
* make clang emit undefs for padding of structs and unions instead of zeros. th...Nuno Lopes2009-10-291-3/+3
* Implement clang support for indirect branch and address of labelChris Lattner2009-10-281-0/+6
* Eliminate QualifiedDeclRefExpr, which captured the notion of aDouglas Gregor2009-10-231-3/+2
* Use CK_BitCast for member function pointer casts. Fixes PR5138.Anders Carlsson2009-10-181-1/+5
* fix test/CodeGen/statements.c on 32-bit hosts.Chris Lattner2009-10-131-1/+12
* Simplify pointer creation with the new Type::getInt*Ptr methods.Benjamin Kramer2009-10-131-2/+1
* 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
OpenPOWER on IntegriCloud