Age | Commit message (Expand) | Author |
2011-07-12 | Add more compiler workarounds. Should fix the build with old GCCs and MSVC. | Benjamin Kramer |
2011-07-12 | Switch field destruction over to use the new destroyer-based API | John McCall |
2011-07-12 | Work around a problem with a static helper's formulation in release | Chandler Carruth |
2011-07-12 | Fix a problem Eli ran into where we now reject incomplete arrays of | Chris Lattner |
2011-07-10 | enhance EmitLValueForFieldInitialization to do the proper pointer adjustment,... | Chris Lattner |
2011-07-10 | revert part of r134860, which is empirically unnecessary after the proper fix | Chris Lattner |
2011-07-10 | change EmitLValueForField to cast the returned lvalue to the right | Chris Lattner |
2011-07-10 | when emitting pointer load from an lvalue or storing to an lvalue, | Chris Lattner |
2011-07-09 | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner |
2011-07-07 | In ARC, reclaim all return values of retainable type, not just those | John McCall |
2011-07-07 | Sort #includes. | Nick Lewycky |
2011-06-27 | Fix PR10204 in a better way. | John McCall |
2011-06-27 | Revert parts of r133860 to fix a crash. Add a test. | Nico Weber |
2011-06-25 | LValue carries a type now, so simplify the main EmitLoad/Store APIs | John McCall |
2011-06-25 | Mark the multiply which occurs as part of performing pointer | John McCall |
2011-06-24 | Change the IR-generation of VLAs so that we capture bounds, | John McCall |
2011-06-22 | When binding a reference to an Automatic Reference Counting temporary, | Douglas Gregor |
2011-06-21 | A few tweaks to MaterializeTemporaryExpr suggested by John. | Douglas Gregor |
2011-06-21 | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor |
2011-06-18 | Remove dead variables. | Benjamin Kramer |
2011-06-18 | 80 cols. | Benjamin Kramer |
2011-06-16 | Restore correct use of GC barriers. | John McCall |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-15 | Use isAnyComplexType here so we don't pass complex numbers into the aggregate... | Eli Friedman |
2011-05-22 | fix 80 col violation | Chris Lattner |
2011-05-20 | Introduce Type::isSignedIntegerOrEnumerationType() and | Douglas Gregor |
2011-05-02 | Remove dead variable, flagged by gcc's -Wunused-but-set-variable. | Nick Lewycky |
2011-04-24 | Convert AccessInfo::AccessAlignment to CharUnits. No change in functionality | Ken Dyck |
2011-04-24 | Convert CGBitFieldInfo::FieldByteOffset to CharUnits. No change in | Ken Dyck |
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-04-01 | IRgen: Reapply r128691 with a fix to ensure we don't increase alignment past | Daniel Dunbar |
2011-04-01 | Revert r128691, "IRgen: Improve GCC compatibility when dealing with packed | Daniel Dunbar |
2011-03-31 | IRgen: Improve GCC compatibility when dealing with packed arrays by propagating | Daniel Dunbar |
2011-03-30 | Fix IRGen issues related to using property-dot syntax | Fariborz Jahanian |
2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad |
2011-03-18 | Add support for language-specific address spaces. On top of that, | Peter Collingbourne |
2011-03-16 | PR9494: Get rid of bitcast which was both unnecessary and written incorrectly. | Eli Friedman |
2011-03-07 | DebugInfo can be enabled or disabled at function level (e.g. using an attribu... | Devang Patel |
2011-03-07 | Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ... | Devang Patel |
2011-03-04 | Emit a stop point before a call expression so that debugger has some chance o... | Devang Patel |
2011-03-02 | Revert "Add CC_Win64ThisCall and set it in the necessary places." | Tilmann Scheller |
2011-03-02 | Add CC_Win64ThisCall and set it in the necessary places. | Tilmann Scheller |
2011-03-01 | -fwrapv should turn off the inbounds markers from geps used for pointer | Chris Lattner |
2011-02-27 | Change the interface to ConstantFoldsToSimpleInteger to not encode | Chris Lattner |
2011-02-26 | Pretty up the emission of field l-values and use volatile and TBAA when | John McCall |