Age | Commit message (Expand) | Author | Files | Lines |
2023-08-09 | aarch64: Add support for Cortex-A520 CPU | Richard Ball | 1 | -2/+2 |
2023-08-09 | targhooks: Extend legitimate_address_p with code_helper [PR110248] | Kewen Lin | 1 | -5/+13 |
2023-08-08 | i386: Do not sanitize upper part of V2SFmode reg with -fno-trapping-math [PR1... | Uros Bizjak | 1 | -0/+18 |
2023-08-04 | Add documentation for -Wflex-array-member-not-at-end. | Qing Zhao | 1 | -0/+13 |
2023-08-04 | frontend: Add novector C++ pragma | Tamar Christina | 1 | -0/+19 |
2023-08-04 | AVR: Add some more devices: AVR16DD*, AVR32DD*, AVR64DD*, AVR64EA*, ATtiny42*... | Georg-Johann Lay | 1 | -3/+3 |
2023-08-03 | bpf: Implementation of BPF CO-RE builtins | Cupertino Miranda | 1 | -0/+51 |
2023-08-03 | Introduce -msmp to select /lib_smp/ on ppc-vx6 | Alexandre Oliva | 1 | -1/+8 |
2023-08-01 | doc: Fix spelling in arm_v8_1m_main_cde_mve_fp | Christophe Lyon | 1 | -2/+2 |
2023-07-31 | c: add -Wmissing-variable-declarations [PR65213] | Hamza Mahfooz | 1 | -2/+9 |
2023-07-31 | SARIF and -ftime-report's output [PR109361] | David Malcolm | 1 | -2/+10 |
2023-07-27 | bpf: ISA V4 sign-extending move and load insns [PR110782,PR110784] | David Faust | 1 | -1/+8 |
2023-07-27 | bpf: minor doc cleanup for command-line options | David Faust | 1 | -25/+23 |
2023-07-26 | bpf: add v3 atomic instructions | David Faust | 1 | -1/+7 |
2023-07-24 | bpf: sdiv/smod are now part of BPF V4 | Jose E. Marchesi | 1 | -0/+5 |
2023-07-24 | bpf: make use of the bswap{16,32,64} V4 BPF instruction | Jose E. Marchesi | 1 | -1/+10 |
2023-07-21 | bpf: pseudo-c assembly dialect support | Cupertino Miranda | 1 | -2/+19 |
2023-07-21 | cleanup: make all cond_len_* and mask_len_* consistent on the order of mask a... | Juzhe-Zhong | 1 | -18/+18 |
2023-07-21 | cleanup: Change LEN_MASK into MASK_LEN | Juzhe-Zhong | 1 | -9/+9 |
2023-07-20 | Document new analyzer parameters | Martin Jambor | 1 | -0/+12 |
2023-07-20 | Add __builtin_iseqsig() | Francois-Xavier Coudert | 1 | -3/+4 |
2023-07-20 | Correct Granite Rapids{, D} documentation | Haochen Jiang | 1 | -6/+6 |
2023-07-19 | VECT: Add mask_len_fold_left_plus for in-order floating-point reduction | Ju-Zhe Zhong | 1 | -0/+13 |
2023-07-18 | [modula2] Uninitialized variable static analysis improvements | Gaius Mulley | 1 | -13/+12 |
2023-07-17 | extend.texi: index __auto_type | Arsen Arsenović | 1 | -0/+1 |
2023-07-17 | Initial Lunar Lake, Arrow Lake and Arrow Lake S Support | Mo, Zewei | 2 | -0/+23 |
2023-07-17 | Support Intel SM4 | Haochen Jiang | 3 | -3/+14 |
2023-07-17 | Support Intel SHA512 | Haochen Jiang | 3 | -3/+15 |
2023-07-17 | Support Intel SM3 | Haochen Jiang | 3 | -2/+13 |
2023-07-17 | Support Intel AVX-VNNI-INT16 | Kong Lingling | 3 | -4/+14 |
2023-07-15 | Update my contrib entry | Andrew Pinski | 1 | -1/+2 |
2023-07-13 | rs6000, Add return value to __builtin_set_fpscr_rn | Carl Love | 1 | -8/+15 |
2023-07-12 | Initial Granite Rapids D Support | Mo, Zewei | 2 | -0/+14 |
2023-07-11 | [modula2] Improve uninitialized variable analysis by combining basic blocks | Gaius Mulley | 1 | -0/+11 |
2023-07-11 | VECT: Add COND_LEN_* operations for loop control with length targets | Ju-Zhe Zhong | 1 | -0/+80 |
2023-07-10 | doc: Add doc for RISC-V Operand Modifiers | Kito Cheng | 1 | -0/+10 |
2023-07-10 | doc: Document arm_v8_1m_main_cde_mve_fp | Christophe Lyon | 1 | -1/+7 |
2023-07-08 | doc: Fix typos in Warning Options [PR110596] | Jonathan Wakely | 1 | -2/+2 |
2023-07-06 | arc: Update builtin documentation | Claudiu Zissulescu | 1 | -0/+55 |
2023-07-06 | GTY: Enhance 'string_length' option documentation | Thomas Schwinge | 1 | -0/+11 |
2023-07-06 | GTY: Explicitly reject 'string_length' option for (fields in) global variables | Thomas Schwinge | 1 | -0/+4 |
2023-07-06 | i386: Update document for inlining rules | Hongyu Wang | 1 | -5/+14 |
2023-07-05 | doc: Update my Contributors entry | Jonathan Wakely | 1 | -2/+1 |
2023-07-05 | gimple-isel: Recognize vec_extract pattern. | Robin Dapp | 1 | -1/+6 |
2023-07-04 | x86: Enable ENQCMD and UINTR for march=sierraforest. | Lili Cui | 1 | -3/+4 |
2023-07-04 | Machine Description: Add LEN_MASK_{GATHER_LOAD, SCATTER_STORE} pattern | Ju-Zhe Zhong | 1 | -0/+17 |
2023-07-03 | Middle-end: Change order of LEN_MASK_LOAD/LEN_MASK_STORE arguments | Ju-Zhe Zhong | 1 | -8/+8 |
2023-07-03 | PR modula2/110125 variables reported as uninitialized when set inside WITH | Gaius Mulley | 1 | -0/+126 |
2023-07-03 | MIPS: Add basic support for mips16e2 | Jie Mei | 1 | -0/+7 |
2023-07-02 | Darwin, Objective-C: Support -fconstant-cfstrings [PR108743]. | Iain Sandoe | 1 | -7/+20 |