summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprConstant.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2010-12-071-16/+12
* Refactor the null-initialization for record types and make it handle bases th...Anders Carlsson2010-11-221-75/+85
* Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase...Anders Carlsson2010-10-311-1/+1
* Death to blocks, or at least the word "block" in one particular obnoxiouslyJohn McCall2010-10-151-1/+1
* Teach IR generation to return 'this' from constructors and destructorsJohn McCall2010-08-311-0/+1
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-4/+4
* Abstract out everything having to do with member pointers into the ABIJohn McCall2010-08-231-47/+6
* Go back to asking CodeGenTypes whether a type is zero-initializable.John McCall2010-08-221-7/+5
* Experiment with using first-class aggregates to represent member functionJohn McCall2010-08-221-5/+13
* Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall2010-08-221-16/+1
* Abstract more member-pointerness out.John McCall2010-08-221-37/+14
* Detabify.Eli Friedman2010-08-221-1/+1
* IRgen: Eliminate EmitPredefinedFunctionName(), it doesn't need to be factored...Daniel Dunbar2010-08-211-1/+1
* Store inheritance paths after CastExprs instead of inside them.John McCall2010-08-071-1/+3
* Fix crash initializing a bit-field with a non-constant in a place where weEli Friedman2010-07-171-4/+3
* fix PR7564 a cast where the bitfield struct init codeChris Lattner2010-07-051-4/+31
* AppendBitField really can never fail, so return its return value. Chris Lattner2010-07-051-14/+8
* use more efficient type comparison predicates.Chris Lattner2010-06-261-2/+2
* Don't try to explicitly zero out bit-fields.Anders Carlsson2010-06-031-0/+5
* Fix for PR7040: Don't try to compute the LLVM type for a function where itEli Friedman2010-05-301-23/+1
* When null-initializing bases with data member pointers, don't assert on virtu...Anders Carlsson2010-05-271-2/+10
* Correctly initialize bases with member pointers. This should fix PR6441 but t...Anders Carlsson2010-05-181-7/+120
* Move ContainsPointerToDataMember to CodeGenTypes. No functionality change.Anders Carlsson2010-05-141-25/+1
* When computing the address of a virtual member function pointer, use the poin...Anders Carlsson2010-05-031-1/+6
* Get rid of the old GetNonVirtualBaseClassOffset and change all call sites to ...Anders Carlsson2010-04-241-3/+1
* recommit r101568 to fix PR6766Nuno Lopes2010-04-181-8/+6
* Vtable -> VTable renames across the board.Anders Carlsson2010-04-171-1/+1
* revert r101568, which miscompiles this testcase, distilled from ldecod:Chris Lattner2010-04-171-5/+6
* fix PR6766: codegen of var initialized with wide charNuno Lopes2010-04-161-6/+5
* fix a bogus assertion exposed by a recent change: packing theChris Lattner2010-04-161-1/+1
* emit padding as undef values, take 2Nuno Lopes2010-04-161-3/+3
* Rework the ConstStructBuilder code to emit missing initializerChris Lattner2010-04-131-25/+31
* move a bunch of ConstStructBuilder methods out of line.Chris Lattner2010-04-131-260/+282
* fix PR6660/6168: emit padding as zeros instead of undef. Because Chris Lattner2010-04-121-3/+3
* IRGen: Move the auxiliary data structures tracking AST -> LLVM mappings out o...Daniel Dunbar2010-03-311-2/+6
* IRgen: Move CGRecordLayout to its own happy little file.Daniel Dunbar2010-03-301-0/+1
* Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable...Anders Carlsson2010-03-231-1/+1
* really fix 6473 by handling weakref in constant expressions.Rafael Espindola2010-03-041-1/+3
* 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
OpenPOWER on IntegriCloud