1. 60a1ee9 substitute(): convert switch() into cascade of ifs by Al Viro · 4 weeks ago master
  2. 2ce7767 make expand_one_symbol() inline by Al Viro · 4 weeks ago
  3. c437991 simplify the calling conventions of collect_arguments() by Al Viro · 4 weeks ago
  4. 4dae3e0 merge(): saner handling of ->noexpand by Al Viro · 4 weeks ago
  5. ae58ca7 expansion-time va_opt handling by Al Viro · 4 weeks ago
  6. 1a9a98e __VA_OPT__: parsing by Al Viro · 4 weeks ago
  7. 95629d5 pre-process.c: split try_arg() by Al Viro · 4 weeks ago
  8. 8a7fbca preparations for __VA_OPT__ support: reshuffle argument slot assignments by Al Viro · 4 weeks ago
  9. be4532e deal with ## on arguments separately by Al Viro · 4 weeks ago
  10. a5dadf6 stop mangling arglist, get rid of TOKEN_ARG_COUNT by Al Viro · 4 weeks ago
  11. 8d1cbfd kill create_arglist() by Al Viro · 4 weeks ago
  12. 6815423 on-demand argument expansion by Al Viro · 4 weeks ago
  13. 7a9504d steal 2 bits from argnum for argument kind by Al Viro · 4 weeks ago
  14. e298171 preparing to change argument number encoding for TOKEN_..._ARGUMENT by Al Viro · 4 weeks ago
  15. 0fd79c7 make expand_has_...() responsible for expanding its argument by Al Viro · 4 weeks ago
  16. 8901006 try_arg(): don't use arglist for argument name lookups by Al Viro · 4 weeks ago
  17. 9e16f82 simplify collect_arguments() and fix error handling there by Al Viro · 4 weeks ago
  18. 4916ae3 parsing #define: saner handling of argument count, part 1 by Al Viro · 4 weeks ago
  19. 7dbe961 more dup_token() optimizations by Al Viro · 4 weeks ago
  20. 4220a39 expand and simplify the call of dup_token() in copy() by Al Viro · 4 weeks ago
  21. f07dc8c split copy() into "need to copy" and "can move in place" cases by Al Viro · 4 weeks ago
  22. 3715683 lift handling of ->immutable into dup_token() by Al Viro · 4 months ago
  23. 0e14620 substitute(): merge TOKEN_IDENT case with default by Al Viro · 4 months ago
  24. e588cf8 constify struct token pointers in dup_token() and substitute() by Al Viro · 4 months ago
  25. 0777342 tokenize.c: bump IDENT_HASH_BITS by Al Viro · 4 months ago
  26. aaf69f2 create_hashed_ident(): use memcmp() instead of strncmp() by Al Viro · 4 months ago
  27. 153b13a speed lookup_macro() up by Al Viro · 4 months ago
  28. 08ed2cb speed dup_token() up by Al Viro · 4 months ago
  29. 2634e39 fix __builtin_strlen() constantness by Al Viro · 4 months ago
  30. fbdde31 builtin: implement __builtin_strlen() for constants by Dan Carpenter · 6 months ago
  31. dc9efe4 sparse: implement typeof_unqual() by Dan Carpenter · 1 year, 4 months ago
  32. 610d841 doc: update the instructions for mailing list subscription by Changyuan Lyu · 6 months ago
  33. 67f0a03 doc: update maintainer by Chris Li · 6 months ago
  34. bb97bcb fix: Skip if symbol have no op when handle_qualifiers by wenlunpeng · 1 year, 7 months ago
  35. 366ad4b Warn about "unsigned value that used to be signed against zero" by Vincent Mailhol · 7 months ago
  36. c47766c vadidation: add used-to-be-signed unit tests by Vincent Mailhol · 7 months ago
  37. 0196afe Merge branch 'riscv' by Luc Van Oostenryck · 2 years, 2 months ago
  38. 09411a7 Merge branch 'llvm-next' by Luc Van Oostenryck · 2 years, 2 months ago
  39. 2925599 llvm: allow arm64 by Luc Van Oostenryck · 2 years, 3 months ago
  40. c991e5c Merge branch 'llvm-15' by Luc Van Oostenryck · 2 years, 2 months ago
  41. bf6ea1c llvm: avoid trivial recursion in symbol_type() by Luc Van Oostenryck · 2 years, 4 months ago
  42. 0544c54 llvm: fix LLVM 15 deprecation warnings by Luc Van Oostenryck · 2 years, 3 months ago
  43. 77b30af riscv: G extension implies Zicsr & Zifencei by Luc Van Oostenryck · 2 years, 3 months ago
  44. 3500cba riscv: V extension implies F & D by Luc Van Oostenryck · 2 years, 3 months ago
  45. 8264c20 riscv: add predefines for v_min_vlen, v_elen & v_elen_fp by Luc Van Oostenryck · 2 years, 3 months ago
  46. 3a41dd0 RISC-V: Add basic support for the vector extension by Conor Dooley · 3 years, 1 month ago
  47. b753d38 llvm: ensure SYM_NODE is stripped before accessing the return type by Luc Van Oostenryck · 2 years, 3 months ago
  48. d5a73d3 llvm: do not duplicate strings and use their length in struct string by Luc Van Oostenryck · 2 years, 3 months ago
  49. d7edb6c llvm: add a few testcases for integer/pointer conversion by Luc Van Oostenryck · 2 years, 3 months ago
  50. 453d7af llvm: suppress warnings about deprecated API by Luc Van Oostenryck · 2 years, 3 months ago
  51. 1cf3d98 Merge branches 'doc' and 'stray-t' by Luc Van Oostenryck · 2 years, 3 months ago
  52. 5ec6e21 testsuite: avoid "warning: stray \ before t" message by Luc Van Oostenryck · 2 years, 3 months ago
  53. 04558f8 add .readthedocs.yaml by Luc Van Oostenryck · 2 years, 3 months ago
  54. 550130d doc: set 'en' as language in Sphinx's config file by Luc Van Oostenryck · 2 years, 3 months ago
  55. 3f9b43d doc: update conf.py for more recent version of sphinx by Luc Van Oostenryck · 2 years, 3 months ago
  56. 3ddf02d reassoc: fix infinite loop during reassociation by Luc Van Oostenryck · 2 years, 3 months ago
  57. adceff0 linearize.c: fix buffer overrun warning from fortify by Jeff Layton · 3 years, 1 month ago
  58. 98b2034 xtensa: switch to little endianness by Guennadi Liakhovetski · 3 years, 5 months ago
  59. 40c4253 RISC-V: Add support for the zihintpause extension by Palmer Dabbelt · 3 years, 8 months ago
  60. 7058eaf RISC-V: Add support for the zicbom extension by Palmer Dabbelt · 3 years, 8 months ago
  61. eac793a Merge branch 'handle-cleanup-attr' by Luc Van Oostenryck · 2 years, 4 months ago
  62. 25e9650 parse: handle __cleanup__ attribute by Dan Carpenter · 2 years, 4 months ago handle-cleanup-attr
  63. dc581e6 parse: add testcases for __cleanup__ attribute by Luc Van Oostenryck · 2 years, 4 months ago
  64. ce1a672 Merge branches 'unreplaced' and 'inline' by Luc Van Oostenryck · 3 years, 10 months ago
  65. d42df42 inline: free symbol list after use by Luc Van Oostenryck · 3 years, 10 months ago
  66. 1777fe6 inline: allocate statement after guards by Luc Van Oostenryck · 3 years, 10 months ago
  67. b6b0d32 inline: avoid needless intermediate vars by Luc Van Oostenryck · 3 years, 10 months ago
  68. ec2e9b5 inline: declaration of the variadic vars is useless by Luc Van Oostenryck · 3 years, 10 months ago
  69. fd3f7de inline: comment about creating node of node on variadics by Luc Van Oostenryck · 3 years, 10 months ago
  70. 102baa1 inline: add testcases for inlining of variadics by Luc Van Oostenryck · 3 years, 10 months ago
  71. 0e1aae5 fix "unreplaced" warnings caused by using typeof() on inline functions by Luc Van Oostenryck · 3 years, 10 months ago
  72. 4880bd1 predefine __ATOMIC_ACQUIRE & friends as weak by Luc Van Oostenryck · 3 years, 10 months ago
  73. 9212270 Merge branches 'cgcc-dash-x' and 'fixes' by Luc Van Oostenryck · 3 years, 10 months ago
  74. 53e04b3 allow show_token() on TOKEN_ZERO_IDENT by Luc Van Oostenryck · 3 years, 10 months ago
  75. e44f724 fix crash when inlining casts of erroneous expressions by Luc Van Oostenryck · 3 years, 10 months ago
  76. 29083a7 cgcc: do not die on '-x assembler' by Luc Van Oostenryck · 3 years, 10 months ago
  77. b3cf30b Merge branch 'riscv' by Luc Van Oostenryck · 3 years, 10 months ago
  78. b296539 RISC-V: Remove "g" from the extension list by Palmer Dabbelt · 4 years ago
  79. dcb3887 RISC-V: Remove the unimplemented ISA extensions by Palmer Dabbelt · 4 years ago
  80. 90feaaa RISC-V: Match GCC's semantics for multiple -march instances by Palmer Dabbelt · 4 years ago
  81. e31e645 RISC-V: don't die() on -march errors, just warn by Palmer Dabbelt · 4 years ago
  82. d9c17b4 Merge branch 'cast-value' by Luc Van Oostenryck · 3 years, 10 months ago
  83. 187285b cast_value: remove error-prone redundant argument by Luc Van Oostenryck · 3 years, 10 months ago
  84. 698360c cast_value: assign the new type by Luc Van Oostenryck · 3 years, 10 months ago
  85. 56afb50 Merge branch 'fixes' into master by Luc Van Oostenryck · 3 years, 10 months ago
  86. 3d1d65b fix zero/sign extension of integer character constants by Luc Van Oostenryck · 3 years, 11 months ago
  87. 5a0004b Merge branch 'xtensa' by Luc Van Oostenryck · 3 years, 11 months ago
  88. df76096 cgcc: add Xtensa support by Guennadi Liakhovetski · 4 years ago
  89. 99a5645 handle clang's option "-meabi gnu" by Luc Van Oostenryck · 3 years, 11 months ago
  90. b4fb2fd Merge branch 'riscv-zicsr' by Luc Van Oostenryck · 3 years, 11 months ago
  91. 76d40fa RISC-V: Add the Zifencei extension by Palmer Dabbelt · 4 years ago
  92. 54cb689 RISC-V: Add the Zicsr extension by Palmer Dabbelt · 4 years ago
  93. fbdc046 Use offsetof macro to silence null ptr subtraction warning by Richard Palethorpe · 4 years, 1 month ago
  94. 618f92e fix one year off in v0.6.4's release notes by Luc Van Oostenryck · 3 years, 11 months ago
  95. b22b01e Merge branch 'semid' by Luc Van Oostenryck · 3 years, 11 months ago
  96. 7d990b1 Merge branch 'next-ramsay' by Luc Van Oostenryck · 3 years, 11 months ago
  97. 62dafee dissect: Show typedefs by Alexey Gladkov · 4 years, 5 months ago
  98. 99fe398 dissect: Show macro definitions by Alexey Gladkov · 4 years, 5 months ago
  99. 2a5afb6 dissect: Allow to show all symbols by Alexey Gladkov · 4 years, 5 months ago
  100. b3d7fb1 fix infinite loop when expanding __builtin_object_size() with self-init vars by Luc Van Oostenryck · 3 years, 11 months ago