1. be9e8bf Add more of the command line options as attribute flags. by Bill Wendling · 12 years ago
  2. 8992457 Reapply r176133 with testcase fixes. by Bill Wendling · 12 years ago
  3. c3af679 Fix testcases to not rely upon target-* attributes. by Bill Wendling · 12 years ago
  4. c283311 Revert "Add more attributes from the command line to functions." by Anna Zaks · 12 years ago
  5. d620e09 Add more attributes from the command line to functions. by Bill Wendling · 12 years ago
  6. 5bb033b Update tests so that we don't test for function-only attributes on call sites. by Bill Wendling · 12 years ago
  7. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 12 years ago
  8. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 12 years ago
  9. 5e31474 Update the tests. by Bill Wendling · 12 years ago
  10. 7586a6e Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as by Richard Smith · 12 years ago
  11. 6700415 Add returns_twice to functions that are known to return twice. This implements by Rafael Espindola · 13 years ago
  12. f87cced Propagate __attribute__((returns_twice)) from C to IL. by Rafael Espindola · 13 years ago
  13. 74f7293 Emit the 'alignstack' LLVM function attribute when we encounter a function by Charles Davis · 15 years ago
  14. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  15. 7ab1c3e Set OptimizeForSize LLVM function attribute with -Os. by Daniel Dunbar · 15 years ago
  16. 0aa9424 Convert test to FileCheck. by Daniel Dunbar · 15 years ago
  17. c36541e Prep for new warning. by Mike Stump · 15 years ago
  18. bdb0132 When defining a function whose type has no prototype, make an effort by Chris Lattner · 15 years ago
  19. 5e22213 PR4133: fix always_inline implementation to be consistent with gcc. by Eli Friedman · 15 years ago
  20. dbb5a37 defer emission of always_inline, extern_inline, and inline functions (when by Chris Lattner · 15 years ago
  21. 64c2e07 Don't set both readnone and readonly. by Daniel Dunbar · 15 years ago
  22. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  23. 0334a4e Temporarily disable clearing of insert point (to indicate unreachable by Daniel Dunbar · 16 years ago
  24. c0ef9f5 Set call attribute for direct calls (i.e. noreturn). by Daniel Dunbar · 16 years ago
  25. 0d7b091 Force triple for codegen tests which have expectations on output types. by Daniel Dunbar · 16 years ago
  26. af668b0 Add attribute always_inline support. by Daniel Dunbar · 16 years ago
  27. 33e2c5f fix test for latest changes in llvm asm representation by Nuno Lopes · 16 years ago
  28. ced4fcb Fix function-attributes test case to not rely on llvm-gcc. by Daniel Dunbar · 16 years ago
  29. 3a9a3e1 Set sext/zext on function result. - <rdar://problem/6156739> by Daniel Dunbar · 16 years ago