aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/inline.c
AgeCommit message (Expand)Author
2012-02-07Make FunctionDecl::doesDeclarationForceExternallyVisibleDefinition use the sa...Eli Friedman
2012-02-02r149587 revertedAnton Yartsev
2012-02-02Fix for PR10657 (http://llvm.org/bugs/show_bug.cgi?id=10657)Anton Yartsev
2011-10-11PR11062: Make C99 inlining work properly for names with associated builtin li...Eli Friedman
2011-07-18Don't crash when codegen'ing an empty redecl of a function in C99 mode, whenNick Lewycky
2011-07-18In C99, emit an inline function when encountering an extern redeclaration.Nick Lewycky
2011-07-07r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly,Cameron Zwarich
2011-07-07A redeclaration of an inline method in C99 mode should trigger emission of thatNick Lewycky
2011-05-02Fixed test case asserts due to checkin of r130710.Chad Rosier
2010-07-13Reinstate the optimization suppressing available_externally functionsDouglas Gregor
2010-07-12Speculatively revert r108156; it appears to be breaking self-host.Douglas Gregor
2010-07-12Do not generate LLVM IR for available_externally function bodies atDouglas Gregor
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-13Rework the way we determine whether an externally visible symbol isDouglas Gregor
2009-07-21Prep for new warning.Mike Stump
2009-04-28Improve compatibility with GCC regarding inline semantics in GNU89Douglas Gregor
2009-04-28Simplify the scheme used for keywords, and change the classification Eli Friedman
2009-04-23Fix handling of C99 "extern inline" semantics when dealing withDouglas Gregor
2009-04-22Fix some mishandling of the attr(gnu_inline) mode when used withChris Lattner
2009-04-20the __gnuc_inline__ attribute is actually named __gnu_inline__,Chris Lattner
2009-04-14Fix PR3988: extern inline functions get strong symbol definitions inChris Lattner
2009-04-14implement codegen support for __attribute((__gnuc_inline__)),Chris Lattner
2009-04-14defer emission of always_inline, extern_inline, and inline functions (when Chris Lattner
2009-04-14set the linkage of an inline function according to its language rules.Chris Lattner