Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes... | Stephen Lin | 2013-08-15 | 1 | -1/+1 |
* | Re-apply r174919 - smarter copy/move assignment/construction, with fixes for | Lang Hames | 2013-02-17 | 1 | -3/+2 |
* | Backing out r174919 while I investigate a self-host bug on Takumi's builder. | Lang Hames | 2013-02-12 | 1 | -2/+3 |
* | When generating IR for default copy-constructors, copy-assignment operators, | Lang Hames | 2013-02-11 | 1 | -3/+2 |
* | When deciding whether to convert an array construction loop into a memcpy, look | Richard Smith | 2012-11-07 | 1 | -1/+27 |
* | When synthesizing implicit copy/move constructors and copy/move assignment | John McCall | 2011-06-17 | 1 | -0/+10 |
* | Move unnamed_addr after the function arguments on Sabre's request. | Rafael Espindola | 2011-01-25 | 1 | -1/+1 |
* | Add unnamed_addr to constructors and destructors. | Rafael Espindola | 2011-01-11 | 1 | -1/+1 |
* | Reimplement code generation for copying fields in the | Douglas Gregor | 2010-05-05 | 1 | -0/+72 |