summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprConstant.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud