| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR6473. | Rafael Espindola | 2010-03-04 | 1 | -0/+10 |
* | IRgen: Add CreateIRTemp, which creates a temporary alloca but with type conve... | Daniel Dunbar | 2010-02-16 | 1 | -1/+11 |
* | IRgen: Switch EmitCompoundLiteralLValue to use CreateMemTemp. | Daniel Dunbar | 2010-02-16 | 1 | -3/+1 |
* | When emitting an aggregate into a temporary, make sure we set the alignment | John McCall | 2010-02-15 | 1 | -1/+1 |
* | More vtable layout dumper improvements. Handle destructors, dump the complete... | Anders Carlsson | 2010-02-11 | 1 | -2/+1 |
* | IRgen: Add CreateMemTemp, for creating an temporary memory object for a parti... | Daniel Dunbar | 2010-02-09 | 1 | -11/+15 |
* | Reapply r95393, without the change to CGExpr. I was wrong in assuming that the | Daniel Dunbar | 2010-02-08 | 1 | -0/+2 |
* | Standardize the parsing of function type attributes in a way that | John McCall | 2010-02-05 | 1 | -14/+4 |
* | Revert r95393, which broke Clang's self-host. | Douglas Gregor | 2010-02-05 | 1 | -2/+3 |
* | IRgen: A few more ConvertType cleanups. | Daniel Dunbar | 2010-02-05 | 1 | -11/+6 |
* | IRgen: Factor out EmitAggExprToLValue. | Daniel Dunbar | 2010-02-05 | 1 | -14/+6 |
* | IRgen: Fix some CreateTempAlloca calls to use ConvertTypeForMem when that is | Daniel Dunbar | 2010-02-05 | 1 | -1/+2 |
* | Now that we store calling conventions in the types, use them instead of | Charles Davis | 2010-02-05 | 1 | -6/+10 |
* | IRgen: Use hasAggregateLLVMType instead of isSingleValueType() for cases that | Daniel Dunbar | 2010-02-05 | 1 | -3/+2 |
* | When binding an lvalue to a reference, we always need to pop temporaries. | Anders Carlsson | 2010-02-04 | 1 | -1/+9 |
* | Fix a bug where we would not mark temporaries as conditional when emitting a ... | Anders Carlsson | 2010-02-04 | 1 | -1/+7 |
* | Revert the new reference binding code; I came up with a way simpler solution ... | Anders Carlsson | 2010-02-03 | 1 | -25/+0 |
* | Move pointer to data member emission to CodeGenModule and use it in CGExprCon... | Anders Carlsson | 2010-02-02 | 1 | -16/+5 |
* | Start creating CXXBindReferenceExpr nodes when binding complex types to refer... | Anders Carlsson | 2010-01-31 | 1 | -0/+22 |
* | Add a new EmitLValueForFieldInitialization that will be used for initializing... | Anders Carlsson | 2010-01-29 | 1 | -0/+17 |
* | Simplify EmitLValueForField - we can get whether the field is part of a union... | Anders Carlsson | 2010-01-29 | 1 | -12/+3 |
* | Add an CXXBindReferenceExpr (not used just yet). | Anders Carlsson | 2010-01-29 | 1 | -0/+2 |
* | Use CharUnits for alignment in EmitNullInitializationLValue(). | Ken Dyck | 2010-01-26 | 1 | -2/+2 |
* | Roll out ASTContext::getTypeSizeInChars(), replacing instances of | Ken Dyck | 2010-01-11 | 1 | -3/+3 |
* | implement codegen support for preinc as an lvalue, PR5514. | Chris Lattner | 2010-01-09 | 1 | -2/+10 |
* | refactor pre/postinc logic into CGF and require the caller to pass in the | Chris Lattner | 2010-01-09 | 1 | -0/+126 |
* | Fix -Asserts warning. | Daniel Dunbar | 2010-01-04 | 1 | -2/+2 |
* | Minor optimization; emit proper unsupported messages for a couple of cases. | Eli Friedman | 2009-12-25 | 1 | -2/+1 |
* | Some small improvements to dead code elimination; helps a bit on | Eli Friedman | 2009-12-25 | 1 | -0/+9 |
* | Pass the return value slot to all call exprs. | Anders Carlsson | 2009-12-24 | 1 | -3/+3 |
* | Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us half... | Anders Carlsson | 2009-12-24 | 1 | -3/+5 |
* | Pass ReturnValueSlot to EmitCall. No functionality change yet. | Anders Carlsson | 2009-12-24 | 1 | -1/+1 |
* | Add a ReturnValueSlot class. Change the argument order in EmitCall to match t... | Anders Carlsson | 2009-12-24 | 1 | -2/+2 |
* | simplify my previous patch. | Chris Lattner | 2009-12-23 | 1 | -9/+2 |
* | fix opencl extvector element extraction on rvalues. We previously | Chris Lattner | 2009-12-23 | 1 | -8/+30 |
* | Fix for PR5524: make reference binding in default argument work correctly. | Eli Friedman | 2009-12-19 | 1 | -1/+4 |
* | Implement additional undefined checks for additional loads and stores. WIP. | Mike Stump | 2009-12-16 | 1 | -1/+37 |
* | Fixes a code gen bug related to accessing a now | Fariborz Jahanian | 2009-12-15 | 1 | -0/+1 |
* | ShouldDestroyTemporaries? I don't think so. | Anders Carlsson | 2009-12-15 | 1 | -4/+3 |
* | Fix spacing. | Mike Stump | 2009-12-15 | 1 | -1/+1 |
* | Ensure we preserve line information for each trap for | Mike Stump | 2009-12-15 | 1 | -1/+9 |
* | Switch codegen for -fcatch-undefined-bahavior over to __builtin_trap | Mike Stump | 2009-12-15 | 1 | -19/+13 |
* | We have to allow one to form an address for one past the end. WIP. | Mike Stump | 2009-12-14 | 1 | -1/+1 |
* | Simplifiy. | Mike Stump | 2009-12-14 | 1 | -16/+3 |
* | Implement runtime checks for undefined behavior. WIP. | Mike Stump | 2009-12-12 | 1 | -0/+61 |
* | Move the code for converting a member pointer to a bool so that it is usable | Eli Friedman | 2009-12-11 | 1 | -0/+15 |
* | When extending the lifetime of a temporary, make sure to emit a branch to the... | Anders Carlsson | 2009-12-11 | 1 | -1/+4 |
* | Code gen for ObjCIsaExpr AST used as lvalue. | Fariborz Jahanian | 2009-12-09 | 1 | -0/+2 |
* | Add cleanups for exceptional edges. WIP. | Mike Stump | 2009-12-09 | 1 | -2/+10 |
* | Fix some direct checks of expressions which might be surrounded by parentheses. | Eli Friedman | 2009-12-08 | 1 | -1/+1 |