aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Expand)Author
2013-05-10 PR target/55033Alan Modra
2013-03-062013-03-06 Richard Biener <rguenther@suse.de>Richard Biener
2013-02-142013-02-14 Richard Biener <rguenther@suse.de>Richard Biener
2013-01-29 PR libstdc++/54314Jason Merrill
2013-01-24Remove zone allocator.Diego Novillo
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-07 * varasm.c (output_constant_def_contents): For asan_protect_globalJakub Jelinek
2012-12-21 * varasm.c (bss_initializer_p): Remove static.David Edelsohn
2012-12-17 * varasm.c (pending_assemble_externals_processed): GuardJan-Benedict Glaw
2012-12-16 PR middle-end/55709John David Anglin
2012-12-12 PR middle-end/52640Steven Bosscher
2012-12-11 * varasm.c (get_variable_section): Don't return lcomm_sectionJakub Jelinek
2012-12-10 * asan.c (asan_init_shadow_ptr_types): Move earlier in the file.Jakub Jelinek
2012-12-02 * function.h (struct rtl_data): Remove epilogue_delay_list.Steven Bosscher
2012-11-28 * target.def (use_blocks_for_decl_p): New hook.David Edelsohn
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-11-12Implement protection of global variablesJakub Jelinek
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl
2012-09-11Remove unnecessary VEC function overloads.Diego Novillo
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl
2012-08-15Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).Diego Novillo
2012-08-022012-08-02 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck
2012-06-19gcc/Steven Bosscher
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck
2012-05-31 * output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2012-05-31 * Makefile.in: Fix many dependencies.Steven Bosscher
2012-05-29 * LANGUAGES: Fix typos.Joseph Myers
2012-05-24 * tree.h (alias_diag_flags): Remove.Jan Hubicka
2012-05-022012-05-02 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-04-24 PR middle-end/53084Jakub Jelinek
2012-04-24 PR middle-end/52999Jakub Jelinek
2012-04-22 * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka
2012-04-20 * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka
2012-04-14 * cgraph.h: Update copyrights;Jan Hubicka
2012-04-03 * varasm.c (initializer_constant_valid_for_bitfield_p): Return trueEric Botcazou
2012-03-26 * varasm.c (assemble_external): #if 0 out the new assert from the Steven Bosscher
2012-03-26 * varasm.c (assemble_external): Assert this function is only calledSteven Bosscher
2012-03-162012-03-16 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-02-20Enable initfini array support on Solaris (PR target/50166)Rainer Orth
2011-12-09Fix PR51469 (attr-ifunc fails on ppc); Make #pragma GCC target ("...") change...Michael Meissner
2011-12-062011-12-06 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-11-27gcc/Richard Sandiford
2011-11-252011-11-24 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2011-11-22gcc:Iain Sandoe
2011-11-14 PR bootstrap/51094Dimitrios Apostolou
2011-11-12 PR bootstrap/51094Jason Merrill
2011-11-11 * varasm.c (default_elf_asm_output_limited_string): #ifdefJason Merrill
2011-11-11 * final.c, output.h (fprint_whex, fprint_w, fprint_ul, sprint_ul):Dimitrios Apostolou
2011-11-08Merge from transactional-memory branch.Aldy Hernandez