Age | Commit message (Expand) | Author | Files | Lines |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-22 | varasm: Propagate litpool decl alignment to generated RTX. | Andreas Krebbel | 1 | -0/+4 |
2016-12-07 | [Patch PR78561 PowerPC] Revert to old behaviour for counting constant pools | James Greenhalgh | 1 | -4/+6 |
2016-12-02 | [Patch 2/2 PR78561] Recalculate constant pool size before emitting it | James Greenhalgh | 1 | -0/+28 |
2016-12-02 | [Patch 1/2 PR78561] Rename get_pool_size to get_pool_size_upper_bound | James Greenhalgh | 1 | -1/+1 |
2016-11-24 | Fix bootstrap with !ASM_OUTPUT_MAX_SKIP_ALIGN | Rainer Orth | 1 | -0/+2 |
2016-11-24 | common.opt (flimit-function-alignment): New. | Bernd Schmidt | 1 | -2/+7 |
2016-11-23 | * varasm.c (assemble_name): Increase buffer size for name. | Jeff Law | 1 | -1/+1 |
2016-11-18 | Add SET_DECL_MODE | Richard Sandiford | 1 | -1/+1 |
2016-11-17 | re PR middle-end/78201 (ICE in tree_to_shwi, at tree.h:4037 (seen both on ARM... | Jakub Jelinek | 1 | -4/+5 |
2016-10-21 | make LABEL_REF_LABEL a rtx_insn * | Trevor Saunders | 1 | -9/+11 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-10-13 | re PR c/77946 (-Wimplicit-fallthrough=1 ICE: tree check: expected tree that c... | Jakub Jelinek | 1 | -2/+2 |
2016-10-09 | tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D... | Jakub Jelinek | 1 | -27/+23 |
2016-09-28 | PR bootstrap/77753 - [7 Regression] broken profiledbootstrap due to | Martin Sebor | 1 | -1/+3 |
2016-09-26 | Implement -Wimplicit-fallthrough. | Marek Polacek | 1 | -1/+1 |
2016-09-22 | PR target/77676 - powerpc64 and powerpc64le stage2 bootstrap fail | Martin Sebor | 1 | -1/+1 |
2016-09-22 | [ARM] Add support for -mpure-code option | Andre Vieira | 1 | -21/+29 |
2016-09-16 | Add inline functions for various bitwise operations. | Jason Merrill | 1 | -1/+1 |
2016-08-18 | [PATCH] [GCC] Don't use section anchors for declarations that don't fit in a ... | Tamar Christina | 1 | -0/+9 |
2016-08-12 | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 1 | -0/+1 |
2016-07-19 | builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1... | Uros Bizjak | 1 | -1/+1 |
2016-07-01 | check initializer to be zero in .bss-like sections | Jan Beulich | 1 | -1/+12 |
2016-06-10 | re PR sanitizer/71480 (ASan should align string constants to shadow granulari... | Maxim Ostapenko | 1 | -1/+5 |
2016-04-27 | re PR go/49889 (Calling a function whose name is obscured by a local variable... | Nick Clifton | 1 | -0/+5 |
2016-04-26 | Support .lbss etc. sections with Solaris as (PR target/59407) | Rainer Orth | 1 | -1/+5 |
2016-04-18 | tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount. | Michael Matz | 1 | -6/+6 |
2016-03-31 | re PR c++/70393 (Miscompilation: missing constructor call for static object) | Nathan Sidwell | 1 | -12/+17 |
2016-01-07 | Fix SSA inconsistencies with invalid asm reg names (PR67639) | Bernd Schmidt | 1 | -0/+3 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-15 | struct-layout-1_generate.c: Avoid generating further fields after the first f... | Martin Sebor | 1 | -6/+8 |
2015-11-29 | cgraph.c (cgraph_node::make_local): No name is unique during incremental link... | Jan Hubicka | 1 | -2/+5 |
2015-11-25 | varasm.c (default_elf_asm_output_limited_string, [...]): Replace fprintf by p... | Jan Hubicka | 1 | -4/+8 |
2015-11-15 | always define TARGET_PECOFF | Trevor Saunders | 1 | -3/+3 |
2015-11-08 | Merge of the scalar-storage-order branch. | Eric Botcazou | 1 | -37/+84 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -8/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -13/+12 |
2015-10-20 | [PATCH]Fix various ports failing due to unused parameter | Jeff Law | 1 | -1/+1 |
2015-10-20 | Fix VTV for targets with section anchors. | Ramana Radhakrishnan | 1 | -49/+63 |
2015-10-20 | Fix default_binds_local_p_2 for extern protected data | Szabolcs Nagy | 1 | -2/+3 |
2015-10-06 | Remove ATTRIBUTE_UNUSED from `decl' parameter of default_elf_asm_named_section | Ramana Radhakrishnan | 1 | -1/+1 |
2015-10-05 | Remove REAL_VALUE_FROM_CONST_DOUBLE | Richard Sandiford | 1 | -4/+1 |
2015-10-05 | Remove remaining uses of REAL_VALUES_IDENTICAL | Richard Sandiford | 1 | -1/+1 |
2015-09-03 | varasm.c (output_constant): Use fold_convert instead of wide_int_to_tree. | Richard Biener | 1 | -1/+1 |
2015-08-25 | re PR middle-end/67330 (ICE handling weak attributes) | Marek Polacek | 1 | -1/+4 |
2015-08-21 | add default for CONSTANT_ALIGNMENT | Trevor Saunders | 1 | -13/+4 |
2015-08-19 | remove useless typedefs | Trevor Saunders | 1 | -6/+6 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -8/+1 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |