| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve compatibility with GCC regarding inline semantics in GNU89 | Douglas Gregor | 2009-04-28 | 1 | -2/+23 |
| * | Simplify the scheme used for keywords, and change the classification | Eli Friedman | 2009-04-28 | 1 | -10/+10 |
| * | Fix handling of C99 "extern inline" semantics when dealing with | Douglas Gregor | 2009-04-23 | 1 | -0/+18 |
| * | Fix some mishandling of the attr(gnu_inline) mode when used with | Chris Lattner | 2009-04-22 | 1 | -1/+9 |
| * | the __gnuc_inline__ attribute is actually named __gnu_inline__, | Chris Lattner | 2009-04-20 | 1 | -1/+1 |
| * | Fix PR3988: extern inline functions get strong symbol definitions in | Chris Lattner | 2009-04-14 | 1 | -3/+4 |
| * | implement codegen support for __attribute((__gnuc_inline__)), | Chris Lattner | 2009-04-14 | 1 | -1/+8 |
| * | defer emission of always_inline, extern_inline, and inline functions (when | Chris Lattner | 2009-04-14 | 1 | -4/+6 |
| * | set the linkage of an inline function according to its language rules. | Chris Lattner | 2009-04-14 | 1 | -0/+29 |

