Age | Commit message (Expand) | Author |
2011-04-21 | For | Argyrios Kyrtzidis |
2011-04-15 | C1X: implement generic selections | Peter Collingbourne |
2011-04-12 | After some discussion with Doug, we decided that it made a lot more sense | John McCall |
2011-04-11 | More __unknown_anytype work. | John McCall |
2011-04-11 | Remove CK_DynamicToNull. | Anders Carlsson |
2011-04-10 | As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind which | Anders Carlsson |
2011-04-07 | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall |
2011-03-27 | supported: AltiVec vector initialization with a single literal according to P... | Anton Yartsev |
2011-03-22 | Eliminate some literal '8's in FillInNullDataMemberPointers() by switching | Ken Dyck |
2011-03-19 | Use CharUnits's new increment operator. No change in functionality intended. | Ken Dyck |
2011-03-19 | Replace literal '8's with CharWidth in AppendBitField. No change in | Ken Dyck |
2011-03-18 | Add support for language-specific address spaces. On top of that, | Peter Collingbourne |
2011-03-18 | Convert alignment values to CharUnits. No change in functionality intended. | Ken Dyck |
2011-03-18 | Convert getSizeInBytes() to getSizeInChars(), which returns its result in | Ken Dyck |
2011-03-18 | Convert variables to CharUnits in ConvertStructToPacked(). No change in | Ken Dyck |
2011-03-17 | Convert NextOffsetInBytes to CharUnits and rename to NextOffsetInChars. No | Ken Dyck |
2011-03-17 | Politely inform GCC that we will never fall off the end of that switch. | Matt Beaumont-Gay |
2011-03-15 | Reorganize the emission of (unfoldable) constant casts a bit, and | John McCall |
2011-03-15 | Introduce a CharUnits FieldOffsetInChars variable in AppendField() to | Ken Dyck |
2011-03-12 | Use CharUnits for argument passed to AppendPadding() from AppendBitField(). | Ken Dyck |
2011-03-11 | Change parameter to AppendPadding from bytes to CharUnits. No change in | Ken Dyck |
2011-03-11 | Convert the RecordSize parameter of AppendTailPadding() to CharUnits to | Ken Dyck |
2011-03-02 | Only emit string initializers in-place if types match. Fixes PR9373. | Benjamin Kramer |
2011-02-17 | improve support for big endian targets, fixing PR8171, patch | Chris Lattner |
2011-02-15 | Perform zero-initialization of virtual base classes when emitting | John McCall |
2011-02-15 | update for ConstantVector API change. | Chris Lattner |
2011-02-14 | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner |
2011-02-14 | update for ConstantVector::get API change. | Chris Lattner |
2011-02-11 | Add a helper function, ASTContext::toBits(), that converts sizes in | Ken Dyck |
2011-02-09 | Convert RecordLayout::Size to CharUnits from bits. No changes to | Ken Dyck |
2011-02-03 | More capturing of 'this': implicit member expressions. Getting that | John McCall |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-11-22 | Refactor the null-initialization for record types and make it handle bases th... | Anders Carlsson |
2010-10-31 | Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase... | Anders Carlsson |
2010-10-15 | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall |
2010-08-31 | Teach IR generation to return 'this' from constructors and destructors | John McCall |
2010-08-25 | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall |
2010-08-23 | Abstract out everything having to do with member pointers into the ABI | John McCall |
2010-08-22 | Go back to asking CodeGenTypes whether a type is zero-initializable. | John McCall |
2010-08-22 | Experiment with using first-class aggregates to represent member function | John McCall |
2010-08-22 | Abstract out member-pointer creation. I'm really unhappy about the current | John McCall |
2010-08-22 | Abstract more member-pointerness out. | John McCall |
2010-08-22 | Detabify. | Eli Friedman |
2010-08-21 | IRgen: Eliminate EmitPredefinedFunctionName(), it doesn't need to be factored... | Daniel Dunbar |
2010-08-07 | Store inheritance paths after CastExprs instead of inside them. | John McCall |
2010-07-17 | Fix crash initializing a bit-field with a non-constant in a place where we | Eli Friedman |
2010-07-05 | fix PR7564 a cast where the bitfield struct init code | Chris Lattner |
2010-07-05 | AppendBitField really can never fail, so return its return value. | Chris Lattner |
2010-06-26 | use more efficient type comparison predicates. | Chris Lattner |
2010-06-03 | Don't try to explicitly zero out bit-fields. | Anders Carlsson |