aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-22varasm: Propagate litpool decl alignment to generated RTX.Andreas Krebbel1-0/+4
2016-12-07[Patch PR78561 PowerPC] Revert to old behaviour for counting constant poolsJames Greenhalgh1-4/+6
2016-12-02[Patch 2/2 PR78561] Recalculate constant pool size before emitting itJames Greenhalgh1-0/+28
2016-12-02[Patch 1/2 PR78561] Rename get_pool_size to get_pool_size_upper_boundJames Greenhalgh1-1/+1
2016-11-24Fix bootstrap with !ASM_OUTPUT_MAX_SKIP_ALIGNRainer Orth1-0/+2
2016-11-24common.opt (flimit-function-alignment): New.Bernd Schmidt1-2/+7
2016-11-23* varasm.c (assemble_name): Increase buffer size for name.Jeff Law1-1/+1
2016-11-18Add SET_DECL_MODERichard Sandiford1-1/+1
2016-11-17re PR middle-end/78201 (ICE in tree_to_shwi, at tree.h:4037 (seen both on ARM...Jakub Jelinek1-4/+5
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders1-9/+11
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-13re PR c/77946 (-Wimplicit-fallthrough=1 ICE: tree check: expected tree that c...Jakub Jelinek1-2/+2
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-27/+23
2016-09-28PR bootstrap/77753 - [7 Regression] broken profiledbootstrap due toMartin Sebor1-1/+3
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-1/+1
2016-09-22PR target/77676 - powerpc64 and powerpc64le stage2 bootstrap failMartin Sebor1-1/+1
2016-09-22[ARM] Add support for -mpure-code optionAndre Vieira1-21/+29
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+1
2016-08-18[PATCH] [GCC] Don't use section anchors for declarations that don't fit in a ...Tamar Christina1-0/+9
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-1/+1
2016-07-01check initializer to be zero in .bss-like sectionsJan Beulich1-1/+12
2016-06-10re PR sanitizer/71480 (ASan should align string constants to shadow granulari...Maxim Ostapenko1-1/+5
2016-04-27re PR go/49889 (Calling a function whose name is obscured by a local variable...Nick Clifton1-0/+5
2016-04-26Support .lbss etc. sections with Solaris as (PR target/59407)Rainer Orth1-1/+5
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-6/+6
2016-03-31re PR c++/70393 (Miscompilation: missing constructor call for static object)Nathan Sidwell1-12/+17
2016-01-07Fix SSA inconsistencies with invalid asm reg names (PR67639)Bernd Schmidt1-0/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-15struct-layout-1_generate.c: Avoid generating further fields after the first f...Martin Sebor1-6/+8
2015-11-29cgraph.c (cgraph_node::make_local): No name is unique during incremental link...Jan Hubicka1-2/+5
2015-11-25varasm.c (default_elf_asm_output_limited_string, [...]): Replace fprintf by p...Jan Hubicka1-4/+8
2015-11-15always define TARGET_PECOFFTrevor Saunders1-3/+3
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-37/+84
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-8/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-13/+12
2015-10-20[PATCH]Fix various ports failing due to unused parameterJeff Law1-1/+1
2015-10-20Fix VTV for targets with section anchors.Ramana Radhakrishnan1-49/+63
2015-10-20Fix default_binds_local_p_2 for extern protected dataSzabolcs Nagy1-2/+3
2015-10-06Remove ATTRIBUTE_UNUSED from `decl' parameter of default_elf_asm_named_sectionRamana Radhakrishnan1-1/+1
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-4/+1
2015-10-05Remove remaining uses of REAL_VALUES_IDENTICALRichard Sandiford1-1/+1
2015-09-03varasm.c (output_constant): Use fold_convert instead of wide_int_to_tree.Richard Biener1-1/+1
2015-08-25re PR middle-end/67330 (ICE handling weak attributes)Marek Polacek1-1/+4
2015-08-21add default for CONSTANT_ALIGNMENTTrevor Saunders1-13/+4
2015-08-19remove useless typedefsTrevor Saunders1-6/+6
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0