Age | Commit message (Expand) | Author |
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 |
2011-02-21 | Bind references to opaque r-values correctly. Add a few test cases | John McCall |
2011-02-17 | Remove the "conditional save" hashtables from IR generation. | John McCall |
2011-02-17 | Change the representation of GNU ?: expressions to use a different expression | John McCall |
2011-02-16 | Save a copy expression for non-trivial copy constructions of catch variables. | John McCall |
2011-02-15 | Assorted cleanup: | 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 | For consistency, use llvm::raw_ostream in the rest of the mangle api. | Rafael Espindola |
2011-02-08 | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall |
2011-02-07 | A few more tweaks to the blocks AST representation: | John McCall |
2011-02-03 | More capturing of 'this': implicit member expressions. Getting that | John McCall |
2011-01-27 | When producing IR for a lvalue-to-rvalue cast *as an lvalue*, only | Douglas Gregor |
2011-01-26 | Fixes an IRgen bug where __block variable is | Fariborz Jahanian |
2011-01-26 | Un-nest the meat of this function. | John McCall |
2011-01-26 | Better framework for conditional cleanups; untested as yet. | John McCall |
2011-01-22 | Send code generation for xvalues down the same path as lvalues | Douglas Gregor |
2011-01-19 | Replace calls to getTypeSize() and getTypeAlign() with their 'InChars' | Ken Dyck |
2011-01-18 | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin |
2010-12-06 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall |
2010-12-06 | __block variables require us to evaluate the RHS of an assignment before | John McCall |
2010-12-05 | Fix a bug in the emission of __real/__imag l-values on scalar operands. | John McCall |
2010-12-04 | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet |
2010-12-04 | Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't | John McCall |
2010-12-04 | Although we currently have explicit lvalue-to-rvalue conversions, they're | John McCall |
2010-12-04 | Test case for the l-value base only being evaluated once. | John McCall |
2010-12-04 | Kill the KVC l-value kind and calculate the base expression when emitting | John McCall |