aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-5/+6
2014-08-29cppbuiltin.c (define_builtin_macros_for_type_sizes): Round pointer size up to...DJ Delorie1-4/+4
2014-08-28varasm.c (compute_reloc_for_rtx_1): Take a const_rtx.Richard Sandiford1-21/+20
2014-08-28varasm.c (mark_constant): Replace this for_each_rtx callback with...Richard Sandiford1-28/+28
2014-08-28varasm.c: Include rtl-iter.h.Richard Sandiford1-18/+9
2014-08-28rtl.h (get_pool_constant, [...]): Replace rtx parameters with const_rtx param...Richard Sandiford1-1/+1
2014-08-27varasm.c: Use rtx_sequenceDavid Malcolm1-4/+3
2014-08-26Fix ARM ICE for register var asm ("pc") (PR target/60606).Joseph Myers1-0/+5
2014-08-25IPA C++ refactoring 4/NMartin Liska1-9/+8
2014-08-23varasm.c: Use rtx_insnDavid Malcolm1-2/+2
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-5/+5
2014-07-24re PR lto/61802 (AArch64 execute.exp failures with LTO after r212467)Jan Hubicka1-9/+28
2014-07-24IPA C++ refactoring 2/NMartin Liska1-6/+6
2014-07-24IPA C++ refactoring 1/NMartin Liska1-19/+19
2014-06-26invoke.texi (-fsemantic-interposition): Document.Jan Hubicka1-0/+3
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-12/+12
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-5/+15
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-1/+2
2014-06-08varasm.c (use_blocks_for_decl_p): Check symbol table instead of alias attribute.Jan Hubicka1-1/+7
2014-06-02Delete a copy that looks like a relic from obstack times.Bernd Schmidt1-67/+1
2014-05-29varasm.c (get_variable_section): Walk aliases.Jan Hubicka1-0/+12
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-1/+7
2014-05-23* varasm.c (output_constructor_bitfield): Fix thinkos in latest change.Eric Botcazou1-18/+20
2014-05-20tree.h (DECL_ONE_ONLY): Return true only for externally visible symbols.Jan Hubicka1-7/+8
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-9/+9
2014-05-06Merge in wide-int.Kenneth Zadeck1-42/+33
2014-04-11re PR middle-end/60797 (gcc hangs with error: only weak aliases are supported...Richard Biener1-0/+2
2014-02-04ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY groups when...Jan Hubicka1-2/+2
2014-01-20output.h (output_constant): Delete.Eric Botcazou1-3/+3
2014-01-19* varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.Jan Hubicka1-1/+1
2014-01-16re PR middle-end/28865 (Structures with a flexible arrray member have wrong ....Nick Clifton1-15/+16
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-17Time profile-based function reordering (phase 2).Martin Liska1-2/+12
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-3/+3
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-1/+0
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19varasm.c (align_variable): Give error instead of warning for unsupported alig...Joseph Myers1-5/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-11/+11
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-6/+6
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-07re PR c++/58176 (ICE in output_constant, at varasm.c:4658)Paolo Carlini1-0/+1
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-1/+1