Age | Commit message (Expand) | Author | Files | Lines |
2020-12-01 | Use SHF_GNU_RETAIN to preserve symbol definitions | H.J. Lu | 1 | -0/+3 |
2020-12-01 | x86: Add -mneeded for GNU_PROPERTY_X86_ISA_1_V[234] marker | H.J. Lu | 1 | -1/+7 |
2020-12-01 | Feature: Macros for identifying the wide and narrow execution string literal ... | JeanHeyd Meneide | 1 | -0/+9 |
2020-12-01 | IBM Z: Configure excess precision for float at compile-time | Marius Hillenbrand | 1 | -0/+10 |
2020-11-30 | Add analyzer plugin support and CPython GIL example | David Malcolm | 1 | -0/+4 |
2020-11-30 | doc: Fix description of dg-require-effective-target | Jonathan Wakely | 1 | -1/+1 |
2020-11-29 | d: Add darwin support for D language front-end | Iain Buclaw | 2 | -0/+26 |
2020-11-27 | INSTALL: Default to --enable-cet=auto | H.J. Lu | 1 | -5/+4 |
2020-11-27 | aarch64: Introduce --param=aarch64-autovec-preference to select autovec prefe... | Kyrylo Tkachov | 1 | -0/+18 |
2020-11-25 | libsanitizer: mid-end: Introduce stack variable handling for HWASAN | Matthew Malcomson | 2 | -0/+71 |
2020-11-25 | libsanitizer: options: Add hwasan flags and argument parsing | Matthew Malcomson | 3 | -1/+93 |
2020-11-25 | libsanitizer: Add option to bootstrap using HWASAN | Matthew Malcomson | 1 | -0/+5 |
2020-11-24 | Revert: "Fix -ffast-math flags handling inconsistencies" | Ulrich Weigand | 1 | -3/+3 |
2020-11-24 | Fix -ffast-math flags handling inconsistencies | Ulrich Weigand | 1 | -3/+3 |
2020-11-24 | [testsuite] Avoid Tcl 8.5-specific behavior | Thomas Schwinge | 1 | -0/+3 |
2020-11-23 | MSP430: Remove target-specific handling of the "persistent" attribute | Jozef Lawrynowicz | 1 | -17/+0 |
2020-11-23 | Implement the "persistent" attribute | Jozef Lawrynowicz | 2 | -3/+20 |
2020-11-23 | Document bootstrap-asan configure option | Matthew Malcomson | 1 | -0/+4 |
2020-11-21 | c++: Extend -Wrange-loop-construct for binding-to-temp [PR94695] | Marek Polacek | 1 | -1/+17 |
2020-11-20 | doc: Fixup a couple of formatting nits | Nathan Sidwell | 1 | -2/+2 |
2020-11-20 | c++: Add __builtin_clear_padding builtin - C++20 P0528R3 compiler side [PR88101] | Jakub Jelinek | 1 | -0/+13 |
2020-11-19 | pru: Add builtins for HALT and LMBD | Dimitar Dimitrov | 1 | -0/+28 |
2020-11-19 | vect: Add a “very cheap” cost model | Richard Sandiford | 1 | -2/+10 |
2020-11-19 | [2/3] [vect] Add widening add, subtract patterns | Joel Hutton | 2 | -0/+53 |
2020-11-18 | configury: --enable-link-serialization support | Jakub Jelinek | 1 | -0/+8 |
2020-11-17 | add --with-{cpu,arch,tune}-{32,64} as alias flags for --with-{cpu,arch,tune} | Sebastian Pop | 1 | -1/+1 |
2020-11-17 | Add MODE_OPAQUE | Aaron Sawdey | 2 | -0/+14 |
2020-11-17 | Relocatable read-only section support for absolute jump table | Haochen Gui | 1 | -5/+6 |
2020-11-17 | float.h: C2x NaN and Inf macros | Joseph Myers | 1 | -0/+4 |
2020-11-16 | Update documentation for spec files | Armin Brauns via Gcc-patches | 1 | -10/+105 |
2020-11-16 | IPA tracking of EAF flags in ipa-modref. | Jan Hubicka | 1 | -1/+4 |
2020-11-16 | gcov: Add -fprofile-info-section support | Sebastian Huber | 1 | -0/+29 |
2020-11-16 | Put PREFETCHW back to march=broadwell | Cui,Lili | 1 | -23/+27 |
2020-11-14 | Detect EAF flags in ipa-modref | Jan Hubicka | 1 | -0/+4 |
2020-11-13 | Asan changes for RISC-V. | Jim Wilson | 1 | -1/+2 |
2020-11-13 | Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons... | Gergö Barany | 1 | -1/+13 |
2020-11-13 | Clarify the documentation for the ms_abi fucntion attribute | Peter Jones | 1 | -3/+4 |
2020-11-13 | [PATCH] Implementation of asm goto outputs | Vladimir N. Makarov | 1 | -5/+44 |
2020-11-13 | doc : Fix build error from r11-4972. | Iain Sandoe | 1 | -2/+1 |
2020-11-13 | C-Family, Objective-C : Implement Objective-C nullability Part 1[PR90707]. | Iain Sandoe | 1 | -0/+27 |
2020-11-13 | C-family, Objective-C [1/3] : Implement Wobjc-root-class [PR77404]. | Iain Sandoe | 2 | -1/+14 |
2020-11-12 | c: C2x __has_c_attribute | Joseph Myers | 1 | -2/+19 |
2020-11-11 | analyzer: warn on invalid shift counts [PR97424] | David Malcolm | 1 | -0/+33 |
2020-11-11 | CFI-handling : Add a hook to allow target-specific Personality and LSDA indir... | Iain Sandoe | 2 | -0/+6 |
2020-11-11 | c++: Change the mangling of __alignof__ [PR88115] | Patrick Palka | 1 | -0/+3 |
2020-11-11 | tree-optimization/97623 - Avoid PRE hoist insertion iteration | Richard Biener | 1 | -5/+0 |
2020-11-11 | Support Intel AVX VNNI | liuhongt | 3 | -4/+15 |
2020-11-10 | doc: Fix grammar in description of earlyclobber | Alex Coplan | 1 | -1/+1 |
2020-11-09 | Enable MOVDIRI, MOVDIR64B, CLDEMOTE and WAITPKG for march=tremont | Cui,Lili | 1 | -29/+30 |
2020-11-07 | C Parser: Implement mixing of labels and code. | Martin Uecker | 2 | -7/+10 |