summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/inline.c
Commit message (Expand)AuthorAgeFilesLines
* Bring r325915 back.Rafael Espindola2018-02-231-6/+6
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-6/+6
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-6/+6
* [PM] The new pass manager requires a registered target for these, andChandler Carruth2016-12-271-0/+2
* [PH] Teach the new PM code path to support -disable-llvm-passes.Chandler Carruth2016-12-271-0/+4
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-4/+4
* [MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...David Majnemer2015-10-081-1/+1
* [MS ABI] Don't generates code for unreferenced inline definitions of library ...David Majnemer2015-07-101-0/+4
* Make GNUInline consistent with whether we use traditional GNU inline semantics.Peter Collingbourne2015-05-131-0/+1
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-3/+3
* CodeGen: Emit some functions as weak_odr under -fms-compatibilityDavid Majnemer2014-04-021-2/+3
* Disable llvm optimizations, but keep -O1 to test available_externally.Rafael Espindola2013-09-041-4/+4
* Use %clang_cc1.Rafael Espindola2013-09-041-4/+4
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-43/+43
* AST: Treat inline function declarations in -fms-compatibility as if it were i...David Majnemer2013-08-011-0/+9
* FileCheck-ize test/CodeGen/inline.c.David Blaikie2013-01-051-47/+47
* A number of test cases assume that an "int" parameter or return valueUlrich Weigand2012-10-241-3/+3
* 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