1. 65db61f Disable llvm optimizations, but keep -O1 to test available_externally. by Rafael Espindola · 11 years ago
  2. 419635f Use %clang_cc1. by Rafael Espindola · 11 years ago
  3. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  4. 1316370 AST: Treat inline function declarations in -fms-compatibility as if it were in C++ when in C mode by David Majnemer · 11 years ago
  5. 3de93c8 FileCheck-ize test/CodeGen/inline.c. by David Blaikie · 12 years ago
  6. 9230997 A number of test cases assume that an "int" parameter or return value by Ulrich Weigand · 12 years ago
  7. a3b9fa2 Make FunctionDecl::doesDeclarationForceExternallyVisibleDefinition use the same logic as FunctionDecl::isInlineDefinitionExternallyVisible to figure out whether to emit a definition. Based on work by Anton Yartsev. by Eli Friedman · 12 years ago
  8. 3a5aca8 r149587 reverted by Anton Yartsev · 12 years ago
  9. 13f9f2f Fix for PR10657 (http://llvm.org/bugs/show_bug.cgi?id=10657) by Anton Yartsev · 12 years ago
  10. 8a1d6a5 PR11062: Make C99 inlining work properly for names with associated builtin libcalls. by Eli Friedman · 13 years ago
  11. f57ef05 Don't crash when codegen'ing an empty redecl of a function in C99 mode, when by Nick Lewycky · 13 years ago
  12. dce67a7 In C99, emit an inline function when encountering an extern redeclaration. by Nick Lewycky · 13 years ago
  13. dbd3c85 r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly, by Cameron Zwarich · 13 years ago
  14. 2357aee A redeclaration of an inline method in C99 mode should trigger emission of that by Nick Lewycky · 13 years ago
  15. 02a444d Fixed test case asserts due to checkin of r130710. by Chad Rosier · 13 years ago
  16. 44eac33 Reinstate the optimization suppressing available_externally functions by Douglas Gregor · 14 years ago
  17. 27cc633 Speculatively revert r108156; it appears to be breaking self-host. by Douglas Gregor · 14 years ago
  18. 7ce1f27 Do not generate LLVM IR for available_externally function bodies at by Douglas Gregor · 14 years ago
  19. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  20. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  21. 1fc09a9 Rework the way we determine whether an externally visible symbol is by Douglas Gregor · 15 years ago
  22. c36541e Prep for new warning. by Mike Stump · 15 years ago
  23. 9f9bf25 Improve compatibility with GCC regarding inline semantics in GNU89 by Douglas Gregor · 15 years ago
  24. eb32fde Simplify the scheme used for keywords, and change the classification by Eli Friedman · 15 years ago
  25. b3efa98 Fix handling of C99 "extern inline" semantics when dealing with by Douglas Gregor · 15 years ago
  26. d55a71d Fix some mishandling of the attr(gnu_inline) mode when used with by Chris Lattner · 15 years ago
  27. cf2a721 the __gnuc_inline__ attribute is actually named __gnu_inline__, PR4023 by Chris Lattner · 15 years ago
  28. cbb8fc1 Fix PR3988: extern inline functions get strong symbol definitions in by Chris Lattner · 15 years ago
  29. 86daeee implement codegen support for __attribute((__gnuc_inline__)), by Chris Lattner · 15 years ago
  30. dbb5a37 defer emission of always_inline, extern_inline, and inline functions (when by Chris Lattner · 15 years ago
  31. d9d049a set the linkage of an inline function according to its language rules. by Chris Lattner · 15 years ago