summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/inline.c
Commit message (Expand)AuthorAgeFilesLines
* Make FunctionDecl::doesDeclarationForceExternallyVisibleDefinition use the sa...Eli Friedman2012-02-071-3/+28
* r149587 revertedAnton Yartsev2012-02-021-7/+9
* Fix for PR10657 (http://llvm.org/bugs/show_bug.cgi?id=10657)Anton Yartsev2012-02-021-9/+7
* PR11062: Make C99 inlining work properly for names with associated builtin li...Eli Friedman2011-10-111-1/+6
* Don't crash when codegen'ing an empty redecl of a function in C99 mode, whenNick Lewycky2011-07-181-0/+6
* In C99, emit an inline function when encountering an extern redeclaration.Nick Lewycky2011-07-181-0/+7
* r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly,Cameron Zwarich2011-07-071-7/+0
* A redeclaration of an inline method in C99 mode should trigger emission of thatNick Lewycky2011-07-071-0/+7
* Fixed test case asserts due to checkin of r130710.Chad Rosier2011-05-021-1/+1
* Reinstate the optimization suppressing available_externally functionsDouglas Gregor2010-07-131-3/+3
* Speculatively revert r108156; it appears to be breaking self-host.Douglas Gregor2010-07-121-3/+3
* Do not generate LLVM IR for available_externally function bodies atDouglas Gregor2010-07-121-3/+3
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-3/+3
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-37/+37
* Rework the way we determine whether an externally visible symbol isDouglas Gregor2009-09-131-8/+6
* Prep for new warning.Mike Stump2009-07-211-0/+2
* Improve compatibility with GCC regarding inline semantics in GNU89Douglas Gregor2009-04-281-2/+23
* Simplify the scheme used for keywords, and change the classification Eli Friedman2009-04-281-10/+10
* Fix handling of C99 "extern inline" semantics when dealing withDouglas Gregor2009-04-231-0/+18
* Fix some mishandling of the attr(gnu_inline) mode when used withChris Lattner2009-04-221-1/+9
* the __gnuc_inline__ attribute is actually named __gnu_inline__,Chris Lattner2009-04-201-1/+1
* Fix PR3988: extern inline functions get strong symbol definitions inChris Lattner2009-04-141-3/+4
* implement codegen support for __attribute((__gnuc_inline__)),Chris Lattner2009-04-141-1/+8
* defer emission of always_inline, extern_inline, and inline functions (when Chris Lattner2009-04-141-4/+6
* set the linkage of an inline function according to its language rules.Chris Lattner2009-04-141-0/+29