summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/inline.c
AgeCommit message (Expand)Author
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2022-04-11[test] Remove references to -fexperimental-new-pass-manager in testsArthur Eubanks
2022-02-24Add -Wno-strict-prototypes to C tests; NFCAaron Ballman
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2019-09-27[clang] [AST] Treat "inline gnu_inline" the same way as "extern inline gnu_in...Martin Storsjo
2018-02-23Bring r325915 back.Rafael Espindola
2018-02-23Revert "Start setting dso_local for COFF."Rafael Espindola
2018-02-23Start setting dso_local for COFF.Rafael Espindola
2016-12-27[PM] The new pass manager requires a registered target for these, andChandler Carruth
2016-12-27[PH] Teach the new PM code path to support -disable-llvm-passes.Chandler Carruth
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2015-10-08[MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...David Majnemer
2015-07-10[MS ABI] Don't generates code for unreferenced inline definitions of library ...David Majnemer
2015-05-13Make GNUInline consistent with whether we use traditional GNU inline semantics.Peter Collingbourne
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2014-04-02CodeGen: Emit some functions as weak_odr under -fms-compatibilityDavid Majnemer
2013-09-04Disable llvm optimizations, but keep -O1 to test available_externally.Rafael Espindola
2013-09-04Use %clang_cc1.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-08-01AST: Treat inline function declarations in -fms-compatibility as if it were i...David Majnemer
2013-01-05FileCheck-ize test/CodeGen/inline.c.David Blaikie
2012-10-24A number of test cases assume that an "int" parameter or return valueUlrich Weigand
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