lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot bb thres...
[gcc.git] / gcc / varasm.c
2013-03-27 Alexander Ivchenkotarget.def (TARGET_HAS_IFUNC_P): New target hook.
2013-03-06 Richard Bienerre PR lto/50494 (gcc.dg/vect/vect-reduc-2char.c fails...
2013-02-14 Richard Bienerre PR lto/50494 (gcc.dg/vect/vect-reduc-2char.c fails...
2013-01-29 Jason Merrillre PR libstdc++/54314 (undefined references to 'constru...
2013-01-24 Diego NovilloRemove zone allocator.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-07 Jakub Jelinekvarasm.c (output_constant_def_contents): For asan_prote...
2012-12-21 David Edelsohnvarasm.c (bss_initializer_p): Remove static.
2012-12-17 Jan-Benedict Glawvarasm.c (pending_assemble_externals_processed): Guard...
2012-12-16 John David Anglinre PR middle-end/55709 (Infinite loop in pointer_set_in...
2012-12-12 Steven Bosscherre PR middle-end/52640 (performance bottleneck: gcc...
2012-12-11 Jakub Jelinekvarasm.c (get_variable_section): Don't return lcomm_sec...
2012-12-10 Jakub Jelinekasan.c (asan_init_shadow_ptr_types): Move earlier in...
2012-12-02 Steven Bosscherfunction.h (struct rtl_data): Remove epilogue_delay_list.
2012-11-28 David Edelsohntarget.def (use_blocks_for_decl_p): New hook.
2012-11-20 Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-12 Jakub JelinekImplement protection of global variables
2012-10-31 Lawrence CrowlThis patch implements generic type query and conversion...
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-09-07 Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-02 Kenneth Zadeckcfgexpand.c (expand_debug_locations): Encapsulate test...
2012-06-19 Steven Bosschertarget.def (output_ident): New hook.
2012-06-02 Kenneth Zadeck2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>
2012-05-31 Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-31 Steven BosscherMakefile.in: Fix many dependencies.
2012-05-29 Joseph MyersLANGUAGES: Fix typos.
2012-05-24 Jan Hubickatree.h (alias_diag_flags): Remove.
2012-05-02 Richard Guenthertree.c (valid_constant_size_p): New function.
2012-04-24 Jakub Jelinekre PR middle-end/53084 (GCC cannot handle array initial...
2012-04-24 Jakub Jelinekre PR target/52999 (ICE, segmentation fault in c_tree_p...
2012-04-22 Jan Hubickalto-symtab.c (lto_varpool_replace_node): Do not merge...
2012-04-20 Jan Hubickalto-symtab.c (lto_cgraph_replace_node): Merge needed...
2012-04-14 Jan Hubickacgraph.h: Update copyrights;
2012-04-03 Eric Botcazouvarasm.c (initializer_constant_valid_for_bitfield_p...
2012-03-26 Steven Bosschervarasm.c (assemble_external): #if 0 out the new assert...
2012-03-26 Steven Bosschervarasm.c (assemble_external): Assert this function...
2012-03-16 Richard Guenthertree.h (TREE_VECTOR_CST_ELTS): Remove.
2012-02-20 Rainer OrthEnable initfini array support on Solaris (PR target...
2011-12-09 Michael MeissnerFix PR51469 (attr-ifunc fails on ppc); Make #pragma...
2011-12-06 Richard Guentherre PR lto/50601 (New LTO failures)
2011-11-27 Richard Sandifordhard-reg-set.h (target_hard_regs): Add x_accessible_reg...
2011-11-25 Andrew MacLeodre PR other/51011 (FAIL: gcc.dg/atomic-generic.c (test...
2011-11-22 Iain Sandoetarget.def (tm_clone_table_section): New hook.
2011-11-14 Dimitrios Apostoloure PR bootstrap/51094 (Bootstrap failure at revision...
2011-11-12 Dimitrios Apostoloure PR bootstrap/51094 (Bootstrap failure at revision...
2011-11-11 Jason Merrillvarasm.c (default_elf_asm_output_limited_string): ...
2011-11-11 Dimitrios Apostoloufinal.c, output.h (fprint_whex, [...]): New functions...
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-10-13 Tom de Vriesemit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_R...
2011-10-07 Tom de Vriesre PR middle-end/50527 (inconsistent vla align)
2011-10-02 Jan Hubickare PR lto/47247 (Linker plugin specification makes...
2011-09-27 Sriraman Tallamoutput.h (SECTION_EXCLUDE): New macro.
2011-08-26 Richard Guenthervarasm.c (decode_addr_const): Handle MEM_REF[&X, OFF].
2011-08-25 Bernhard Reutner... varasm.c: (default_binds_local_p_1): Commentary typo...
2011-08-20 H.J. LuUse .init_arrary/.fini_array sections if possible.
2011-08-17 Richard Guenthertree.h (convert_to_ptrofftype_loc): New function.
2011-07-19 Richard Sandifordrtl.texi (MEM_SIZE_KNOWN_P): Document.
2011-07-13 Bernd Schmidttm.texi.in (TARGET_ASM_MERGEABLE_RODATA_PREFIX): Add...
2011-07-12 Martin Jamborcgraph.h (cgraph_get_node_or_alias): Removed declaration.
2011-07-09 Richard HendersonMove ASM_COMMENT_START to defaults.h.
2011-06-14 Joseph Myerstarget-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to...
2011-06-09 Andi Kleenbetter warning for section conflict
2011-06-09 Andi KleenPrint location for conflicting global regs.
2011-05-30 Nathan Froydre PR c/4910 (imacat <imacat@mail.imacat.idv.tw>)
2011-05-26 Nathan Froydmake TS_IDENTIFIER be a substructure of TS_TYPED
2011-05-03 Bernd Schmidtfunction.c (init_function_start): Call decide_function_...
2011-05-02 Richard Guenthervarasm.c (output_constructor_regular_field): Compute...
2011-04-21 Richard Sandifordtarget.def (cannot_force_const_mem): Add a mode argument.
2011-04-17 Jan Hubickare PR middle-end/20991 (ICE in cgraph_mark_reachable_node)
2011-04-12 Martin Jamborcgraph.h (cgraph_node): Remove function declaration.
2011-04-11 Martin Jamborcgraph.c (cgraph_local_info): Call cgraph_get_node...
2011-04-08 Anatoly Sokolovtm.texi.in (ASM_OUTPUT_BSS): Remove documentation.
2011-04-03 Michael Matzlto-streamer.h (struct lto_streamer_cache_d): Remove...
2011-02-28 Jakub Jelinekre PR middle-end/46790 (EH failures in libstdc++ testsu...
2011-02-05 Jakub Jelinekre PR middle-end/47610 (cp-demangle.c:1970:1: error...
2011-02-03 Jakub Jelinekre PR middle-end/31490 (Compile error section type...
2011-01-28 Jakub Jelinekre PR target/42894 (Invalid rtl sharing in Thumb1.)
2011-01-24 Jan Hubickare PR c/21659 ([unit-at-a-time] "weak declaration must...
2011-01-11 Jan Hubickare PR lto/45721 (ICE: in function_and_variable_visibili...
2010-12-19 Dave Kornre PR middle-end/46674 (Weak alias is mistakenly optimi...
2010-12-14 Jan Hubickare PR middle-end/46667 (-freorder-blocks-and-partition...
2010-12-12 Jan Hubickavarasm.c (default_function_section): Check flag_reorder...
2010-12-03 Laurynas Biveinistree.h (struct call_expr_arg_iterator_d): Remove GTY...
2010-12-02 Jie Zhangre PR middle-end/46674 (Weak alias is mistakenly optimi...
2010-12-01 Joseph Myerscommon.opt (main_input_filename, [...]): New Variable...
2010-11-23 Jan Hubickatree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.
2010-11-17 Dinar Temirbulatovre PR middle-end/31490 (Compile error section type...
2010-11-13 Richard Earnshawtm.texi.in (OVERLAPPING_REGISTER_NAMES): Document new...
2010-11-09 Richard Guentherre PR middle-end/46221 (huge number of c++ testsuite...
2010-11-06 Joern Renneckere PR middle-end/46314 (frontends use ASM_GENERATE_INTE...
2010-11-04 Joern Renneckere PR bootstrap/44756 ([meta-bug] --enable-werror-alway...
2010-10-26 Jason Merrillvarasm.c (constructor_static_from_elts_p): Don't requir...
2010-10-11 John David Anglinre PR middle-end/45862 (SUPPORTS_WEAK is documented...
2010-09-29 Jack Howarthvarasm.c (assemble_alias): Add error message for unsupp...
2010-09-29 Nathan Sidwellconfigure.ac: Add --enable-indirect-function option.
2010-09-27 Ian Lance Taylorcommon.opt (fsplit-stack): New option.
2010-09-24 Jan Hubickalto-symtab.c (lto_symtab_entry_def): Add guessed field.
2010-09-13 Eric Botcazoure PR debug/43937 (FAIL: gcc.dg/guality/inline-params.c)
next