| Commit message (Expand) | Author | Age | Files | Lines |
* | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 1 | -16/+12 |
* | Refactor the null-initialization for record types and make it handle bases th... | Anders Carlsson | 2010-11-22 | 1 | -75/+85 |
* | Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase... | Anders Carlsson | 2010-10-31 | 1 | -1/+1 |
* | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall | 2010-10-15 | 1 | -1/+1 |
* | Teach IR generation to return 'this' from constructors and destructors | John McCall | 2010-08-31 | 1 | -0/+1 |
* | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -4/+4 |
* | Abstract out everything having to do with member pointers into the ABI | John McCall | 2010-08-23 | 1 | -47/+6 |
* | Go back to asking CodeGenTypes whether a type is zero-initializable. | John McCall | 2010-08-22 | 1 | -7/+5 |
* | Experiment with using first-class aggregates to represent member function | John McCall | 2010-08-22 | 1 | -5/+13 |
* | Abstract out member-pointer creation. I'm really unhappy about the current | John McCall | 2010-08-22 | 1 | -16/+1 |
* | Abstract more member-pointerness out. | John McCall | 2010-08-22 | 1 | -37/+14 |
* | Detabify. | Eli Friedman | 2010-08-22 | 1 | -1/+1 |
* | IRgen: Eliminate EmitPredefinedFunctionName(), it doesn't need to be factored... | Daniel Dunbar | 2010-08-21 | 1 | -1/+1 |
* | Store inheritance paths after CastExprs instead of inside them. | John McCall | 2010-08-07 | 1 | -1/+3 |
* | Fix crash initializing a bit-field with a non-constant in a place where we | Eli Friedman | 2010-07-17 | 1 | -4/+3 |
* | fix PR7564 a cast where the bitfield struct init code | Chris Lattner | 2010-07-05 | 1 | -4/+31 |
* | AppendBitField really can never fail, so return its return value. | Chris Lattner | 2010-07-05 | 1 | -14/+8 |
* | use more efficient type comparison predicates. | Chris Lattner | 2010-06-26 | 1 | -2/+2 |
* | Don't try to explicitly zero out bit-fields. | Anders Carlsson | 2010-06-03 | 1 | -0/+5 |
* | Fix for PR7040: Don't try to compute the LLVM type for a function where it | Eli Friedman | 2010-05-30 | 1 | -23/+1 |
* | When null-initializing bases with data member pointers, don't assert on virtu... | Anders Carlsson | 2010-05-27 | 1 | -2/+10 |
* | Correctly initialize bases with member pointers. This should fix PR6441 but t... | Anders Carlsson | 2010-05-18 | 1 | -7/+120 |
* | Move ContainsPointerToDataMember to CodeGenTypes. No functionality change. | Anders Carlsson | 2010-05-14 | 1 | -25/+1 |
* | When computing the address of a virtual member function pointer, use the poin... | Anders Carlsson | 2010-05-03 | 1 | -1/+6 |
* | Get rid of the old GetNonVirtualBaseClassOffset and change all call sites to ... | Anders Carlsson | 2010-04-24 | 1 | -3/+1 |
* | recommit r101568 to fix PR6766 | Nuno Lopes | 2010-04-18 | 1 | -8/+6 |
* | Vtable -> VTable renames across the board. | Anders Carlsson | 2010-04-17 | 1 | -1/+1 |
* | revert r101568, which miscompiles this testcase, distilled from ldecod: | Chris Lattner | 2010-04-17 | 1 | -5/+6 |
* | fix PR6766: codegen of var initialized with wide char | Nuno Lopes | 2010-04-16 | 1 | -6/+5 |
* | fix a bogus assertion exposed by a recent change: packing the | Chris Lattner | 2010-04-16 | 1 | -1/+1 |
* | emit padding as undef values, take 2 | Nuno Lopes | 2010-04-16 | 1 | -3/+3 |
* | Rework the ConstStructBuilder code to emit missing initializer | Chris Lattner | 2010-04-13 | 1 | -25/+31 |
* | move a bunch of ConstStructBuilder methods out of line. | Chris Lattner | 2010-04-13 | 1 | -260/+282 |
* | fix PR6660/6168: emit padding as zeros instead of undef. Because | Chris Lattner | 2010-04-12 | 1 | -3/+3 |
* | IRGen: Move the auxiliary data structures tracking AST -> LLVM mappings out o... | Daniel Dunbar | 2010-03-31 | 1 | -2/+6 |
* | IRgen: Move CGRecordLayout to its own happy little file. | Daniel Dunbar | 2010-03-30 | 1 | -0/+1 |
* | Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable... | Anders Carlsson | 2010-03-23 | 1 | -1/+1 |
* | really fix 6473 by handling weakref in constant expressions. | Rafael Espindola | 2010-03-04 | 1 | -1/+3 |
* | hopefully silence a warning on the clang-i386-darwin9 tester. | Chris Lattner | 2010-02-10 | 1 | -1/+1 |
* | Use the right type when taking the address of a non-virtual member function p... | Anders Carlsson | 2010-02-07 | 1 | -1/+5 |
* | Fix the bug that was breaking self-host, and re-land the static ctor fixes. | Anders Carlsson | 2010-02-05 | 1 | -1/+12 |
* | Revert r95363 and r95375, which broke self-host. | Douglas Gregor | 2010-02-05 | 1 | -11/+1 |
* | Fix array initialization test. | Anders Carlsson | 2010-02-05 | 1 | -1/+2 |
* | If a global initializer has a non-trivial destructor it can't be emitted as a... | Anders Carlsson | 2010-02-05 | 1 | -1/+10 |
* | Calculate offset correctly when taking the address of a virtual member function. | Anders Carlsson | 2010-02-04 | 1 | -2/+5 |
* | Revert "Numerous changes to selector handling:", this breaks a whole bunch of | Daniel Dunbar | 2010-02-03 | 1 | -8/+0 |
* | Numerous changes to selector handling: | David Chisnall | 2010-02-03 | 1 | -0/+8 |
* | Use the Arg variable rather than re-computing it. This also silences GCC's | Chandler Carruth | 2010-02-02 | 1 | -1/+1 |
* | Codegen CXXConstructExprs with trivial constructors as constants. | John McCall | 2010-02-02 | 1 | -0/+23 |
* | Improve handling of emitting 'null' pointers to data members. | Anders Carlsson | 2010-02-02 | 1 | -28/+58 |