summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/noinline.c
Commit message (Collapse)AuthorAgeFilesLines
* Make -fno-inline attach NoInline attribute to all functions that are notRoman Divacky2014-01-151-0/+7
| | | | | | | | | | marked as AlwaysInline or ForceInline. This moves us to what gcc does with -fno-inline. The attribute approach was discussed to be better than switching to InlineAlways inliner in presence of LTO. llvm-svn: 199324
* [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matchesChad Rosier2012-03-151-1/+1
| | | | | | | the behavior of gcc with respect to the -fno-inline and -fno-inline-functions flags. llvm-svn: 152861
* [frontend] Add support for disabling the "inline" keyword using Chad Rosier2012-03-141-1/+2
| | | | | | | | | | | -fno-inline-functions. This behaves much like -fno-inline in gcc, but based on a discussion with Daniel it was decided that -fno-inline-functions should subsume -fno-inline. Please speak up if you object. The -fno-inline flag remains ignored. Final part of rdar://10972766 llvm-svn: 152754
* [driver] What was implemented in r152130 was actually -fno-inline-functions, notChad Rosier2012-03-061-2/+2
| | | | | | | -fno-inline. Part of rdar://10972766 llvm-svn: 152145
* Whitespace.Chad Rosier2012-03-061-1/+0
| | | | llvm-svn: 152134
* [driver] Add support for -fno-inline.Chad Rosier2012-03-061-0/+14
rdar://10972766 llvm-svn: 152130
OpenPOWER on IntegriCloud