aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-06Add a new asm hook to print the end of a variable definition.Bernd Schmidt1-0/+3
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-35/+69
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-16/+16
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+4
2014-10-20varasm.c (const_alias_set): Remove.Uros Bizjak1-7/+0
2014-10-19Set SECTION_EXCLUDE flag for LTO sections.Ilya Verbin1-0/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-3/+6
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-89/+84
2014-09-30re PR target/62120 ([ICE] ADDITIONAL_REGISTER_NAMES for [YZ]MMs, regno>8 shou...Ilya Tocar1-2/+3
2014-09-19re PR c++/61825 (g++.dg/cpp0x/static_assert9.C FAILs)Jan Hubicka1-0/+6
2014-09-19varasm.c (default_section_type_flags): Flag .persistent.bss sections as SECTI...Olivier Hainque1-0/+1
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-2/+2