aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-07Make more use of VECTOR_CST_ENCODED_ELTRichard Sandiford1-12/+14
2017-11-30re PR sanitizer/81697 (Incorrect ASan global variables alignment on arm)Maxim Ostapenko1-1/+12
2017-11-27[gcc]Michael Meissner1-2/+8
2017-11-27re PR target/83100 (powerpc: internal compiler error: in get_variable_section...Jakub Jelinek1-3/+3
2017-11-21New POINTER_DIFF_EXPRMarc Glisse1-0/+1
2017-11-02re PR c/82765 (ICE at -Os on valid code on x86_64-linux-gnu: in tree_to_shwi,...Richard Biener1-3/+4
2017-11-01Add a fixed_size_mode classRichard Sandiford1-5/+11
2017-10-26This patch adds a new hook that gives the preferred alignment for a static rt...Richard Sandiford1-6/+2
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou1-2/+1
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford1-9/+7
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-1/+1
2017-09-07re PR target/81979 (Assembler messages: Error: can't resolve `.got2' {.got2 s...Jakub Jelinek1-0/+10
2017-09-06re PR middle-end/82095 (ICE in tree_nop_conversion at tree.c:11793 on ppc64le)Jakub Jelinek1-2/+3
2017-09-05Make mode_for_size return an opt_modeRichard Sandiford1-2/+2
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-1/+1
2017-09-01varasm.c (bss_initializer_p): Do not put constants into .bssJoerg Sonnenberger1-12/+14
2017-08-30* varasm.c (decode_addr_const): Deal with INDIRECT_REF <INTEGER_CST>.Eric Botcazou1-0/+7
2017-08-30[65/77] Add a SCALAR_TYPE_MODE macroRichard Sandiford1-1/+1
2017-08-30[64/77] Add a scalar_mode classRichard Sandiford1-1/+1
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford1-8/+8
2017-08-30[10/77] Make assemble_real take a scalar_float_modeRichard Sandiford1-3/+5
2017-08-21Fix bogus CONST_WIDE_INT hashRichard Sandiford1-1/+1
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-25c-attribs.c (c_common_attribute_table): Add entry for "patchable_function_ent...Torsten Duwe1-0/+46
2017-07-14Remove Java references in source code.Martin Liska1-1/+1
2017-06-08cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition instead of fla...Jan Hubicka1-10/+5
2017-05-04PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor1-4/+4
2017-03-31re PR middle-end/80163 (ICE on hopefully valid code)Jakub Jelinek1-2/+9
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