summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into vtvCaroline Tice2013-06-211-96/+166
|\
| * * varasm.c (force_const_mem): Revert 2013-06-07 change.amodra2013-06-131-2/+1
| * PR target/56564jakub2013-06-121-4/+14
| * * varasm.c (get_section): Don't die on !DECL_P decl. Tidy erroramodra2013-06-111-14/+14
| * PR target/56564jakub2013-06-111-1/+1
| * PR target/56564jakub2013-06-101-17/+89
| * * varasm.c (struct oc_local_state): Reorder fields.ebotcazou2013-06-081-40/+32
| * * varasm.c (force_const_mem): Assert mode is not VOID or BLK.amodra2013-06-071-1/+2
| * * varasm.c (mark_decl_referenced): Revert the removal until targetshubicka2013-06-051-0/+27
| * * class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_Phubicka2013-06-051-27/+0
| * * varasm.c (output_constant) <CONSTRUCTOR>: Minor formatting tweak.ebotcazou2013-06-031-14/+7
| * PR middle-end/57366hubicka2013-06-011-7/+0
* | Adding changes to my git branch.Caroline Tice2013-06-111-1/+35
|/
* * cgraph.h (symtab_node_base): Add definition, alias and analyzedhubicka2013-05-291-5/+5
* gcc/nathan2013-05-161-3/+3
* PR target/55033amodra2013-05-101-5/+7
* * gcc/target.def (TARGET_HAS_IFUNC_P): New target hook.kyukhin2013-03-271-7/+8
* 2013-03-06 Richard Biener <rguenther@suse.de>rguenth2013-03-061-42/+27
* 2013-02-14 Richard Biener <rguenther@suse.de>rguenth2013-02-141-27/+42
* PR libstdc++/54314jason2013-01-291-2/+3
* Remove zone allocator.dnovillo2013-01-241-1/+1
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* * varasm.c (output_constant_def_contents): For asan_protect_globaljakub2013-01-071-11/+39
* * varasm.c (bss_initializer_p): Remove static.dje2012-12-211-1/+1
* * varasm.c (pending_assemble_externals_processed): Guardjbglaw2012-12-171-1/+1
* PR middle-end/55709danglin2012-12-161-0/+12
* PR middle-end/52640jakub2012-12-121-1/+10
* * varasm.c (get_variable_section): Don't return lcomm_sectionjakub2012-12-111-1/+2
* * asan.c (asan_init_shadow_ptr_types): Move earlier in the file.jakub2012-12-101-2/+17
* * function.h (struct rtl_data): Remove epilogue_delay_list.steven2012-12-021-6/+1
* * target.def (use_blocks_for_decl_p): New hook.dje2012-11-281-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-31/+27
* Implement protection of global variablesdodji2012-11-121-0/+22
* This patch implements generic type query and conversion functions,crowl2012-10-311-2/+2
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-14/+7
* Modify gcc/*.[hc] double_int call sites to use the new interface.crowl2012-09-071-8/+7
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-2/+2
* 2012-08-02 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2012-08-021-1/+1
* gcc/steven2012-06-191-1/+26
* 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2012-06-021-2/+2
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-36/+0
* * Makefile.in: Fix many dependencies.steven2012-05-311-3/+0
* * LANGUAGES: Fix typos.jsm282012-05-291-1/+1
* * tree.h (alias_diag_flags): Remove.hubicka2012-05-241-252/+3
* 2012-05-02 Richard Guenther <rguenther@suse.de>rguenth2012-05-021-2/+6
* PR middle-end/53084jakub2012-04-241-0/+10
* PR middle-end/52999jakub2012-04-241-6/+11
* * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.hubicka2012-04-221-1/+0
* * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.hubicka2012-04-201-47/+17