| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support compound complex operations as l-values in C++. Add a test | John McCall | 2010-11-16 | 1 | -0/+3 |
* | Implements __block API for c++ objects. There is still | Fariborz Jahanian | 2010-11-16 | 1 | -5/+5 |
* | Simplify some complex emission and implement correct semantics for | John McCall | 2010-11-16 | 1 | -4/+3 |
* | Block API patch to do copy ctor of copied-in cxx objects in | Fariborz Jahanian | 2010-11-13 | 1 | -3/+15 |
* | Simplify the logic for emitting guard variables for template static | John McCall | 2010-11-06 | 1 | -2/+8 |
* | Restore r117403 (fixing IR gen for bool atomics), this time being less | John McCall | 2010-10-27 | 1 | -0/+8 |
* | Revert r117403 as it caused PR8480. | Rafael Espindola | 2010-10-27 | 1 | -8/+0 |
* | Extract procedures to do scalar-to-memory and memory-to-scalar conversions | John McCall | 2010-10-26 | 1 | -0/+8 |
* | Factor out the code for emitting code to load vtable pointer members | Dan Gohman | 2010-10-26 | 1 | -0/+3 |
* | Fix Whitespace. | Michael J. Spencer | 2010-10-19 | 1 | -40/+40 |
* | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall | 2010-10-15 | 1 | -13/+13 |
* | Experimental TBAA support. | Dan Gohman | 2010-10-14 | 1 | -3/+6 |
* | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian | 2010-10-14 | 1 | -1/+0 |
* | Add target implementations for the X86 builtins: | Bill Wendling | 2010-10-09 | 1 | -0/+1 |
* | Permit constant evaluation of const floating-point variables with | John McCall | 2010-10-09 | 1 | -1/+1 |
* | Accidentally committed some temporary changes on my branch when reverting pat... | Bill Wendling | 2010-09-28 | 1 | -3/+0 |
* | Temporarily revert 114929 114925 114924 114921. It looked like they (or at least | Bill Wendling | 2010-09-28 | 1 | -0/+3 |
* | Patch implements passing arrays to functions expecting | Fariborz Jahanian | 2010-09-24 | 1 | -3/+17 |
* | IRgen for gnu extension's conditional lvalue expression | Fariborz Jahanian | 2010-09-21 | 1 | -0/+1 |
* | Implements in IRgen gnu extensions missing LHS for | Fariborz Jahanian | 2010-09-20 | 1 | -0/+1 |
* | Adjust a fixup's starting branch if it's being resolved because | John McCall | 2010-09-18 | 1 | -2/+1 |
* | Patch to add IRgen support for Gnu's conditional operator | Fariborz Jahanian | 2010-09-17 | 1 | -0/+5 |
* | When emitting a new-expression inside a conditional expression, | John McCall | 2010-09-17 | 1 | -0/+4 |
* | Patch to move RequiresGCollection bit to | Fariborz Jahanian | 2010-09-16 | 1 | -2/+1 |
* | one piece of code is responsible for the lifetime of every aggregate | John McCall | 2010-09-15 | 1 | -17/+20 |
* | Implement the EH cleanup to call 'operator delete' if a new-expression throws | John McCall | 2010-09-14 | 1 | -1/+27 |
* | Fix VLA miscompilation. | Argyrios Kyrtzidis | 2010-09-14 | 1 | -0/+1 |
* | Implement ARM static local initialization guards, which are more compact than | John McCall | 2010-09-08 | 1 | -5/+2 |
* | Abstract IR generation of array cookies into the C++ ABI class and | John McCall | 2010-09-02 | 1 | -0/+1 |
* | Teach IR generation to return 'this' from constructors and destructors | John McCall | 2010-08-31 | 1 | -2/+11 |
* | IRgen: Set the alignment correctly when creating LValue for a decls. | Daniel Dunbar | 2010-08-21 | 1 | -2/+2 |
* | CodeGenFunction: Eliminate unused MakeQualifiers() function. | Daniel Dunbar | 2010-08-21 | 1 | -6/+0 |
* | IRgen/CGValue: Give MakeAddrLValue() an alignment argument, and eliminate old... | Daniel Dunbar | 2010-08-21 | 1 | -1/+1 |
* | IRgen: Eliminate EmitPredefinedFunctionName(), it doesn't need to be factored... | Daniel Dunbar | 2010-08-21 | 1 | -1/+0 |
* | IRgen: Add an LValue::MakeAddr variant which takes a type and uses that to build | Daniel Dunbar | 2010-08-21 | 1 | -0/+4 |
* | IRgen: Change Emit{Load,Store}OfScalar to take a required Alignment argument and | Daniel Dunbar | 2010-08-21 | 1 | -2/+2 |
* | More cleanup enabling. | John McCall | 2010-08-14 | 1 | -0/+10 |
* | Sketch out a framework for delaying the activation of a cleanup. | John McCall | 2010-08-13 | 1 | -1/+12 |
* | Simplify code and add comments, in code that generate debug info for constant... | Devang Patel | 2010-08-10 | 1 | -1/+1 |
* | Even if a constant's evaluated value is used, emit debug info for the constan... | Devang Patel | 2010-08-10 | 1 | -1/+2 |
* | Store inheritance paths after CastExprs instead of inside them. | John McCall | 2010-08-07 | 1 | -2/+4 |
* | vdup_lane was missing | Nate Begeman | 2010-08-06 | 1 | -1/+2 |
* | More objc block variable layout info. work. | Fariborz Jahanian | 2010-08-04 | 1 | -0/+2 |
* | Some early work for providing block layout info. | Fariborz Jahanian | 2010-08-04 | 1 | -3/+31 |
* | When creating a jump destination, its scope should be the scope of the | John McCall | 2010-07-28 | 1 | -1/+3 |
* | Revise cleanup IR generation to fix a major bug with cleanups (PR7686) | John McCall | 2010-07-23 | 1 | -33/+87 |
* | Rename LazyCleanup -> Cleanup. No functionality change for these last three | John McCall | 2010-07-21 | 1 | -25/+26 |
* | Rip out EHCleanupScope. | John McCall | 2010-07-21 | 1 | -6/+0 |
* | Kill the CleanupBlock API. | John McCall | 2010-07-21 | 1 | -21/+0 |
* | Switch the destructor for a temporary arising from a reference binding over to | John McCall | 2010-07-21 | 1 | -0/+6 |