| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -2/+3 |
* | Fix typo. | Devang Patel | 2011-04-05 | 1 | -1/+1 |
* | Move all the significant __block code into CGBlocks.cpp. No functionality | John McCall | 2011-03-31 | 1 | -187/+7 |
* | Add support for language-specific address spaces. On top of that, | Peter Collingbourne | 2011-03-18 | 1 | -4/+7 |
* | Extract a function to emit an arbitrary expression as if it were the initializer | John McCall | 2011-03-08 | 1 | -53/+77 |
* | Revert r126422 "Use private linkage to avoid symbol conflicts in | Douglas Gregor | 2011-03-06 | 1 | -1/+1 |
* | Encode argument numbering in debug info so that code generator can emit them ... | Devang Patel | 2011-03-03 | 1 | -2/+3 |
* | revert r126858. | Devang Patel | 2011-03-02 | 1 | -3/+2 |
* | Encode argument numbering in debug info so that code generator can emit them ... | Devang Patel | 2011-03-02 | 1 | -2/+3 |
* | Revert r126794. | Devang Patel | 2011-03-02 | 1 | -3/+2 |
* | Encode argument numbering in debug info so that code generator can emit them ... | Devang Patel | 2011-03-01 | 1 | -2/+3 |
* | Use private linkage to avoid symbol conflicts in corner cases like the one | Rafael Espindola | 2011-02-24 | 1 | -1/+1 |
* | Emit the structure layout of the block literal parameter to a block | John McCall | 2011-02-22 | 1 | -1/+18 |
* | Establish the iteration variable of an ObjC for-in loop before | John McCall | 2011-02-22 | 1 | -2/+6 |
* | Reorganize the emission of local variables. | John McCall | 2011-02-22 | 1 | -147/+214 |
* | The flags we're supposed to write into a byref struct are *not* the | John McCall | 2011-02-18 | 1 | -12/+13 |
* | implement basic support for __label__. I wouldn't be shocked if there are | Chris Lattner | 2011-02-18 | 1 | -1/+1 |
* | Step #1/N of implementing support for __label__: split labels into | Chris Lattner | 2011-02-17 | 1 | -1/+1 |
* | Ensure that the NRVO flag has some block to insert into. Fixes PR9178! | Nick Lewycky | 2011-02-16 | 1 | -1/+2 |
* | Simplify test to check an aggregate argument that has non trivial constructor... | Devang Patel | 2011-02-16 | 1 | -3/+2 |
* | Assorted cleanup: | John McCall | 2011-02-15 | 1 | -3/+3 |
* | If an aggregate argument is passed indirectly because it has non trivial | Devang Patel | 2011-02-09 | 1 | -2/+3 |
* | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall | 2011-02-08 | 1 | -31/+32 |
* | A few more tweaks to the blocks AST representation: | John McCall | 2011-02-07 | 1 | -4/+3 |
* | Convert the exception-freeing cleanup over to the conditional cleanups code, | John McCall | 2011-01-28 | 1 | -0/+1 |
* | Fixes an IRgen bug where __block variable is | Fariborz Jahanian | 2011-01-26 | 1 | -3/+27 |
* | Replace calls to CharUnits::fromQuantity() with ones to | Ken Dyck | 2011-01-18 | 1 | -2/+2 |
* | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne | 2011-01-13 | 1 | -1/+1 |
* | Add support for declaring register contraints in variables. They are only used | Rafael Espindola | 2010-12-30 | 1 | -3/+0 |
* | Correct function name in comment. | Nick Lewycky | 2010-12-30 | 1 | -1/+1 |
* | Simplify mem{cpy, move, set} creation with IRBuilder. | Benjamin Kramer | 2010-12-30 | 1 | -12/+4 |
* | IR Gen. part of API support for __block cxx | Fariborz Jahanian | 2010-12-02 | 1 | -2/+5 |
* | Improve codegen for initializer lists to use memset more aggressively | Chris Lattner | 2010-12-02 | 1 | -3/+2 |
* | attempt to fix a buildbot failure, apparently apache fails to build. | Chris Lattner | 2010-12-02 | 1 | -11/+8 |
* | Enhance the init generation logic to emit a memset followed by a few stores when | Chris Lattner | 2010-12-02 | 1 | -6/+41 |
* | add some infrastructure that will let us codegen | Chris Lattner | 2010-12-01 | 1 | -6/+67 |
* | get some i32/i8/i1 constants from Builder, which is much less painful than | Chris Lattner | 2010-12-01 | 1 | -18/+9 |
* | Declaring local static in global block | Fariborz Jahanian | 2010-11-30 | 1 | -3/+13 |
* | Fix warning: enumeration value 'IndirectField' not handled in switch. | Francois Pichet | 2010-11-21 | 1 | -0/+1 |
* | Fixes synthesis of type for the object which holds info. | Fariborz Jahanian | 2010-11-17 | 1 | -1/+2 |
* | Some cleanup of block API code. | Fariborz Jahanian | 2010-11-15 | 1 | -1/+1 |
* | Simplify the logic for emitting guard variables for template static | John McCall | 2010-11-06 | 1 | -1/+1 |
* | Ensure that static local variables in function templates inherit the | John McCall | 2010-11-02 | 1 | -1/+5 |
* | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall | 2010-10-15 | 1 | -22/+21 |
* | Re-enable EH cleanups to destroy __block variables, now that we have a moment to | John McCall | 2010-10-06 | 1 | -2/+1 |
* | one piece of code is responsible for the lifetime of every aggregate | John McCall | 2010-09-15 | 1 | -1/+1 |
* | Implement ARM static local initialization guards, which are more compact than | John McCall | 2010-09-08 | 1 | -3/+3 |
* | Local static block variable referecned in its | Fariborz Jahanian | 2010-09-07 | 1 | -3/+4 |
* | Truncate block variable of bool type to i1 when its | Fariborz Jahanian | 2010-09-03 | 1 | -1/+1 |
* | A constant initializer never matches the type of the variable it's | John McCall | 2010-09-03 | 1 | -1/+1 |