Age | Commit message (Expand) | Author | Files | Lines |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 1 | -4/+4 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -1/+3 |
2019-04-12 | re PR c/89946 (ICE in assemble_start_function, at varasm.c:1871) | Jakub Jelinek | 1 | -15/+8 |
2019-02-27 | re PR rtl-optimization/89490 (char array constant put in string merge section) | Bernd Edlinger | 1 | -7/+14 |
2019-02-21 | re PR go/89170 (FAIL: net/http) | Ian Lance Taylor | 1 | -38/+43 |
2019-01-25 | Fix output_constructor_bitfield handling of wide bitfields (PR89037) | Richard Sandiford | 1 | -13/+9 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-03 | S/390: Add support for section anchors | Ilya Leoshkevich | 1 | -1/+1 |
2018-11-16 | re PR target/87927 (ICE: segmentation fault with patchable_function_entry att... | Jozef Lawrynowicz | 1 | -0/+14 |
2018-10-24 | Return hash of ADDR_EXPR if its argument is CONSTANT_CLASS_P. | Richard Biener | 1 | -0/+4 |
2018-10-24 | Disable string merging with alignment > 1 before Solaris 11.4/SPARC | Rainer Orth | 1 | -1/+5 |
2018-10-20 | re PR middle-end/87647 (ICE on valid code in decode_addr_const, at varasm.c:2... | Jakub Jelinek | 1 | -0/+5 |
2018-10-10 | varasm.c (mergeable_string_section): Don't try to move zero-length strings to... | Bernd Edlinger | 1 | -1/+1 |
2018-10-04 | varasm.c (output_constant): Add new parameter merge_strings. | Bernd Edlinger | 1 | -25/+35 |
2018-09-13 | varasm.c (compare_constant): Compare type size of STRING_CSTs. | Bernd Edlinger | 1 | -3/+31 |
2018-09-06 | varasm.c (output_constructor_regular_field): Check TYPE_SIZE_UNIT of the init... | Bernd Edlinger | 1 | -0/+2 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -1/+1 |
2018-08-24 | emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes. | Uros Bizjak | 1 | -1/+0 |
2018-07-17 | Clean up of new format of -falign-FOO. | Martin Liska | 1 | -7/+7 |
2018-07-04 | [multiple changes] | Martin Liska | 1 | -3/+7 |
2018-06-08 | Remove MPX | Martin Liska | 1 | -21/+1 |
2018-05-26 | Don't check ifunc_resolver on error | H.J. Lu | 1 | -1/+2 |
2018-05-25 | Support SHF_EXCLUDE on non-x86 and with Solaris as | Rainer Orth | 1 | -1/+1 |
2018-05-24 | Check ifunc_resolver only on FUNCTION_DECL | H.J. Lu | 1 | -1/+2 |
2018-05-22 | Don't mark IFUNC resolver as only called directly | H.J. Lu | 1 | -3/+5 |
2018-05-21 | re PR target/84923 (gcc.dg/attr-weakref-1.c failed on aarch64) | Vladimir Mezentsev | 1 | -1/+2 |
2018-05-05 | PR other/77609: Let the assembler choose ELF section types for miscellaneous ... | Roland McGrath | 1 | -9/+32 |
2018-03-22 | re PR sanitizer/85018 (Many sanitizer tests ICE since r258681) | Jakub Jelinek | 1 | -0/+6 |
2018-03-20 | re PR target/84990 (Boostrap broken with --enable-checking=release and Ada) | Jakub Jelinek | 1 | -7/+0 |
2018-03-15 | re PR target/68256 (Defining TARGET_USE_CONSTANT_BLOCKS_P causes go bootstrap... | Vladimir Mezentsev | 1 | -1/+1 |
2018-02-09 | re PR middle-end/84237 (xen build faiulre only zero initializers are allowed ... | Jakub Jelinek | 1 | -4/+5 |
2018-01-18 | Add ability to remap file names in __FILE__, etc (PR other/70268) | Boris Kolpackov | 1 | -0/+1 |
2018-01-03 | Add support for MODE_VECTOR_BOOL | Richard Sandiford | 1 | -0/+26 |
2018-01-03 | poly_int: GET_MODE_BITSIZE | Richard Sandiford | 1 | -3/+1 |
2018-01-03 | poly_int: TYPE_VECTOR_SUBPARTS | Richard Sandiford | 1 | -1/+3 |
2018-01-03 | poly_int: GET_MODE_NUNITS | Richard Sandiford | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | poly_int: MEM_REF offsets | Richard Sandiford | 1 | -1/+1 |
2017-12-21 | poly_int: decode_addr_const | Richard Sandiford | 1 | -9/+12 |
2017-12-07 | Make more use of VECTOR_CST_ENCODED_ELT | Richard Sandiford | 1 | -12/+14 |
2017-11-30 | re PR sanitizer/81697 (Incorrect ASan global variables alignment on arm) | Maxim Ostapenko | 1 | -1/+12 |
2017-11-27 | [gcc] | Michael Meissner | 1 | -2/+8 |
2017-11-27 | re PR target/83100 (powerpc: internal compiler error: in get_variable_section... | Jakub Jelinek | 1 | -3/+3 |
2017-11-21 | New POINTER_DIFF_EXPR | Marc Glisse | 1 | -0/+1 |
2017-11-02 | re PR c/82765 (ICE at -Os on valid code on x86_64-linux-gnu: in tree_to_shwi,... | Richard Biener | 1 | -3/+4 |
2017-11-01 | Add a fixed_size_mode class | Richard Sandiford | 1 | -5/+11 |
2017-10-26 | This patch adds a new hook that gives the preferred alignment for a static rt... | Richard Sandiford | 1 | -6/+2 |
2017-10-19 | asan.c (handle_builtin_alloca): Deal with all alloca variants. | Eric Botcazou | 1 | -2/+1 |
2017-09-25 | Turn CONSTANT_ALIGNMENT into a hook | Richard Sandiford | 1 | -9/+7 |
2017-09-12 | Convert hard_regno_nregs to a function | Richard Sandiford | 1 | -1/+1 |