aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
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
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