1. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  2. 585c84c Add a define for the ObjFW runtime ABI version. by Benjamin Kramer · 11 years ago
  3. fa7d53f Make __has_extension(c_thread_local) work. by Ed Schouten · 11 years ago
  4. 74106d3 [docs] Fix some finicky Sphinx warnings. by Sean Silva · 11 years ago
  5. 5fdd207 Update to consumed analysis. by DeLesley Hutchins · 11 years ago
  6. 6f4f808 Add support for passing -1 to __builtin_shufflevector to signify an undefined element value to match IR capabilities. by Craig Topper · 11 years ago
  7. 11311ea Fix GNU ObjC ABI for a message returning a struct. by Eli Friedman · 11 years ago
  8. 3c3a522 Rename feature test for lambda init-captures from cxx_generalized_capture to by Richard Smith · 11 years ago
  9. a4fb339 Update documentation to match current C++1y feature set. by Richard Smith · 11 years ago
  10. 09df2b0 ARM: implement low-level intrinsics for the atomic exclusive operations. by Tim Northover · 11 years ago
  11. 5154dce Add a __builtin_addressof that performs the same functionality as the built-in by Richard Smith · 11 years ago
  12. 151a8a8 Fix some grammar errors. by Richard Smith · 11 years ago
  13. 9e0a65e Fix documentation: by Richard Smith · 11 years ago
  14. 98d1ec1 [checked-arithmetic builtins] Added builtins to enable users to perform checked-arithmetic in c. by Michael Gottesman · 11 years ago
  15. ee76e72 [multiprecision-builtins] Added missing builtin __builtin_{add,sub}cb for {add,sub} with carry for bytes. by Michael Gottesman · 11 years ago
  16. ef7c6e7 Add caveat to __builtin_readcyclecounter documentation. by Tim Northover · 11 years ago
  17. f45c299 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 11 years ago
  18. 7f0ffb3 C++1y: Update __cplusplus to temporary value 201305L to allow detection of provisional C++1y support. by Richard Smith · 11 years ago
  19. e6e68b5 C++11 support is now feature-complete. by Richard Smith · 11 years ago
  20. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 12 years ago
  21. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 12 years ago
  22. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 12 years ago
  23. 3a09444 Actually fix rendering of the example code block! by Richard Smith · 12 years ago
  24. 7cdc311 Some grammar fixes to 'Format String Checking', and reorder the text slightly to try to make the final code block actually get rendered. by Richard Smith · 12 years ago
  25. 6f48819 Document Clang's support for [[gnu::...]] attributes. by Richard Smith · 12 years ago
  26. 21937c6 Documentation: formatting by Dmitri Gribenko · 12 years ago
  27. f5a45ea Adding verbiage to the Language Extensions document about __has_include and __has_include_next only being allowed within preprocessor directives. by Aaron Ballman · 12 years ago
  28. 44a1efe Documentation: fix typo by Dmitri Gribenko · 12 years ago
  29. 52fb37a Document the redeclaration and overriding restrictions on the by Douglas Gregor · 12 years ago
  30. b4b970f Document behavior of -Wformat-nonliteral, it is different from GCC by Dmitri Gribenko · 12 years ago
  31. 377b8c6 Updated documentation to reflect new multiprecision builtin functions. by Michael Gottesman · 12 years ago
  32. a65e076 Converted Block-ABI-Apple.txt => Block-ABI-Apple.rst. by Michael Gottesman · 12 years ago
  33. 55d3f94 docs: Curb excessive table-of-contents depth. by Sean Silva · 12 years ago
  34. a0c392d docs: Reorganize landing page. by Sean Silva · 12 years ago
  35. 159cc9e docs: Fix up HTML links to proper reST links. by Sean Silva · 12 years ago
  36. 7b00b84 Documentation: use monospaced font in BlockLanguageSpec, and fix a link to this by Dmitri Gribenko · 12 years ago
  37. 76f98b6 Updated link in LanguageExtensions.rst to point to BlockLanguageSpec.rst instead of BlockLanguageSpec.txt. by Michael Gottesman · 12 years ago
  38. 1228d66 Documentation: LanguageExtensions.rst: convert link to :doc: style and fix up by Dmitri Gribenko · 12 years ago
  39. 3115f5b6 Docs: redirect "static analysis extensions" section to the analyzer site. by Jordan Rose · 12 years ago
  40. 3872b46 docs: Convert some docs to reST. by Sean Silva · 12 years ago