aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-16re PR target/87927 (ICE: segmentation fault with patchable_function_entry att...Jozef Lawrynowicz1-0/+14
2018-10-24Return hash of ADDR_EXPR if its argument is CONSTANT_CLASS_P.Richard Biener1-0/+4
2018-10-24Disable string merging with alignment > 1 before Solaris 11.4/SPARCRainer Orth1-1/+5
2018-10-20re PR middle-end/87647 (ICE on valid code in decode_addr_const, at varasm.c:2...Jakub Jelinek1-0/+5
2018-10-10varasm.c (mergeable_string_section): Don't try to move zero-length strings to...Bernd Edlinger1-1/+1
2018-10-04varasm.c (output_constant): Add new parameter merge_strings.Bernd Edlinger1-25/+35
2018-09-13varasm.c (compare_constant): Compare type size of STRING_CSTs.Bernd Edlinger1-3/+31
2018-09-06varasm.c (output_constructor_regular_field): Check TYPE_SIZE_UNIT of the init...Bernd Edlinger1-0/+2
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-1/+1
2018-08-24emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes.Uros Bizjak1-1/+0
2018-07-17Clean up of new format of -falign-FOO.Martin Liska1-7/+7
2018-07-04[multiple changes]Martin Liska1-3/+7
2018-06-08Remove MPXMartin Liska1-21/+1
2018-05-26Don't check ifunc_resolver on errorH.J. Lu1-1/+2
2018-05-25Support SHF_EXCLUDE on non-x86 and with Solaris asRainer Orth1-1/+1
2018-05-24Check ifunc_resolver only on FUNCTION_DECLH.J. Lu1-1/+2
2018-05-22Don't mark IFUNC resolver as only called directlyH.J. Lu1-3/+5
2018-05-21re PR target/84923 (gcc.dg/attr-weakref-1.c failed on aarch64)Vladimir Mezentsev1-1/+2
2018-05-05PR other/77609: Let the assembler choose ELF section types for miscellaneous ...Roland McGrath1-9/+32
2018-03-22re PR sanitizer/85018 (Many sanitizer tests ICE since r258681)Jakub Jelinek1-0/+6
2018-03-20re PR target/84990 (Boostrap broken with --enable-checking=release and Ada)Jakub Jelinek1-7/+0
2018-03-15re PR target/68256 (Defining TARGET_USE_CONSTANT_BLOCKS_P causes go bootstrap...Vladimir Mezentsev1-1/+1
2018-02-09re PR middle-end/84237 (xen build faiulre only zero initializers are allowed ...Jakub Jelinek1-4/+5
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov1-0/+1
2018-01-03Add support for MODE_VECTOR_BOOLRichard Sandiford1-0/+26
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford1-3/+1
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-1/+3
2018-01-03poly_int: GET_MODE_NUNITSRichard Sandiford1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: MEM_REF offsetsRichard Sandiford1-1/+1
2017-12-21poly_int: decode_addr_constRichard Sandiford1-9/+12
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