1. c5cbb90 Update to match mainline ConstantStruct::get API change. Also, use by Chris Lattner · 13 years ago
  2. 6a83670 Fix PR6473. by Rafael Espindola · 15 years ago
  3. 11e8ce7 Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. by Rafael Espindola · 15 years ago
  4. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 15 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. 131c981 And now a test fix in +Asserts mode, which I broke. by Daniel Dunbar · 15 years ago
  7. 47d1e82 Fix some tests in -Asserts mode. - FileCheck is a *huuuuge* improvement here. by Daniel Dunbar · 15 years ago
  8. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  9. 31c5141 Add codegen for __builtin_abort. Convert to FileCheck. by Mike Stump · 15 years ago
  10. 2e0110e these tests include section specifiers that aren't valid on the by Chris Lattner · 15 years ago
  11. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  12. 5f28a1e Implement new warning for functions declared 'noreturn' when they fall off the end. by Mike Stump · 15 years ago
  13. ae0b243 make these tests pass with the stack canary stuff even on targets where they default to on. by Chris Lattner · 15 years ago
  14. 2968b77 weak_import should not make definitions have weak linkage. by Daniel Dunbar · 15 years ago
  15. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  16. 5e27314 IRgen support for weak_import. by Daniel Dunbar · 16 years ago
  17. 30510ab Honor attribute section on static block var decls. by Daniel Dunbar · 16 years ago
  18. 17f194f Support __attribute__(section(<name>)) by Daniel Dunbar · 16 years ago
  19. d58139e Fix attributes test case to not run clang umpteen times. by Daniel Dunbar · 16 years ago
  20. c577a0e Multiple tests in a single test file must be linked with '&&'. by Argyrios Kyrtzidis · 16 years ago
  21. d4cbda6 implement the alias attirbute (in both Sema and Codegen) by Nuno Lopes · 16 years ago
  22. 7b937ae The operand to the visibility attribute is required to be a quoted string, not a bare identifier. by Chris Lattner · 17 years ago
  23. 15f3622 The attribute nothrow maps to llvm attribute nounwind. Fix testcase. by Gabor Greif · 17 years ago
  24. f89e88d fix codegen support for functions that are nothrow and noreturn. by Chris Lattner · 17 years ago
  25. ddee423 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 17 years ago