| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add unnamed_addr when creating artificial string globals. For example, in | Rafael Espindola | 2011-01-10 | 1 | -1/+1 | 
| | | | | | | | | | | static const char foo[] = "foo"; static const char *bar = "bar"; the global created to hold "bar" will have it, but foo will not. llvm-svn: 123192 | ||||
| * | Make use of __func__ in a block actually refer to | Fariborz Jahanian | 2010-08-13 | 1 | -0/+1 | 
| | | | | | | | block's helper function. Fixes radar 7860965. llvm-svn: 110988 | ||||
| * | Have __func__ and siblings point to block's implementation function | Fariborz Jahanian | 2010-06-28 | 1 | -0/+18 | 
| name. Fixes radar 7860965. llvm-svn: 107044 | |||||

