aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-25hash-traits.h (ggc_cache_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-3/+3
2015-06-25decl.c (value_annotation_hasher::handle_cache_entry): Delete.Richard Sandiford1-9/+3
2015-06-24[PATCH]Use "unsigned int" to hold alignment in emit_local function.Renlin Li1-2/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-09varasm.c (output_object_block_htab): Remove.Aldy Hernandez1-7/+40
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford1-1/+1
2015-05-14varasm.c (output_constant_pool_1): Pass down alignment from constant pool ent...Rohit Arul Raj1-2/+8
2015-05-07re PR middle-end/192 (String literals don't obey -fdata-sections)Segher Boessenkool1-2/+14
2015-04-30Define & use special macros to record the name & size of cold partitions.Caroline Tice1-4/+4
2015-04-30* varasm.c (handle_cache_entry): Fix logic.Marek Polacek1-11/+10
2015-04-28re PR bootstrap/65910 (r222473 breaks x86_64 darwin bootstrap)Dominique d'Humieres1-0/+2
2015-04-27Give proper type and size to named cold partitions.Caroline Tice1-0/+12
2015-04-22varasm.c (emit_bss): Remove redundant guard.Bernhard Reutner-Fischer1-2/+0
2015-04-17Properly handle uninitialized common symbolH.J. Lu1-12/+23
2015-04-08emit_local(): Fix unused warningBernhard Reutner-Fischer1-2/+3
2015-03-27Add default_binds_local_p_2 and use it for x86H.J. Lu1-3/+15
2015-03-10re PR tree-optimization/65355 (vectorizer increase alignment of symbols alrea...Jan Hubicka1-13/+8
2015-03-08varasm.c (function_section_1): Use definition_alignment.Jan Hubicka1-12/+25
2015-02-19re PR middle-end/65074 (r220674 broke C++ PIEs)Richard Henderson1-7/+5
2015-02-17symtab.c (symtab_node::verify_base): Verify body_removed->!definitonJan Hubicka1-1/+2
2015-02-16re PR lto/65015 (LTO produces randomly ordered debug information)Richard Biener1-1/+7
2015-02-12re PR rtl-optimization/32219 (optimizer causes wrong code in pic/hidden/weak ...H.J. Lu1-87/+79
2015-02-11re PR middle-end/65003 (-fsection-anchors ICE)Jakub Jelinek1-0/+4
2015-02-04varasm.c (do_assemble_alias): Follow transparent alias chain for target.Ilya Enkovich1-3/+6
2015-01-29Committing VTV Cygwin patch for Patrick WollgastCaroline Tice1-0/+27
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-20PR63426 Fix various signed integer overflowsMarkus Trippelsdorf1-1/+1
2014-11-20convert many if_marked htab to hash_tableTrevor Saunders1-23/+31
2014-11-10Add a target hook for assembling undeclared decls.Bernd Schmidt1-0/+21