]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/varasm.c
Add inline functions for various bitwise operations.
[thirdparty/gcc.git] / gcc / varasm.c
2016-09-16  Jason MerrillAdd inline functions for various bitwise operations.
2016-08-18  Tamar Christina[PATCH] [GCC] Don't use section anchors for declaration...
2016-08-12  Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-19  Uros Bizjakbuiltins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_I...
2016-07-01  Jan Beulichcheck initializer to be zero in .bss-like sections
2016-06-10  Maxim Ostapenkore PR sanitizer/71480 (ASan should align string constan...
2016-04-27  Nick Cliftonre PR go/49889 (Calling a function whose name is obscur...
2016-04-26  Rainer OrthSupport .lbss etc. sections with Solaris as (PR target...
2016-04-18  Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-03-31  Nathan Sidwellre PR c++/70393 (Miscompilation: missing constructor...
2016-01-07  Bernd SchmidtFix SSA inconsistencies with invalid asm reg names...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-15  Martin Seborstruct-layout-1_generate.c: Avoid generating further...
2015-11-29  Jan Hubickacgraph.c (cgraph_node::make_local): No name is unique...
2015-11-25  Jan Hubickavarasm.c (default_elf_asm_output_limited_string, [...
2015-11-15  Trevor Saundersalways define TARGET_PECOFF
2015-11-08  Eric BotcazouMerge of the scalar-storage-order branch.
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-21  Jeff Law[PATCH]Fix various ports failing due to unused parameter
2015-10-20  Ramana RadhakrishnanFix VTV for targets with section anchors.
2015-10-20  Szabolcs NagyFix default_binds_local_p_2 for extern protected data
2015-10-06  Ramana RadhakrishnanRemove ATTRIBUTE_UNUSED from `decl' parameter of defaul...
2015-10-05  Richard SandifordRemove REAL_VALUE_FROM_CONST_DOUBLE
2015-10-05  Richard SandifordRemove remaining uses of REAL_VALUES_IDENTICAL
2015-09-03  Richard Bienervarasm.c (output_constant): Use fold_convert instead...
2015-08-25  Marek Polacekre PR middle-end/67330 (ICE handling weak attributes)
2015-08-21  Trevor Saundersadd default for CONSTANT_ALIGNMENT
2015-08-19  Trevor Saundersremove useless typedefs
2015-07-10  Andrew MacLeodgimple-predict.h: New file.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25  Richard Sandifordhash-traits.h (ggc_cache_hasher): Rename to...
2015-06-25  Richard Sandifordhash-traits.h (ggc_hasher): Rename to...
2015-06-25  Richard Sandiforddecl.c (value_annotation_hasher::handle_cache_entry...
2015-06-24  Renlin Li[PATCH]Use "unsigned int" to hold alignment in emit_loc...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-09  Aldy Hernandezvarasm.c (output_object_block_htab): Remove.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-19  Richard Sandifordrtl.def (REG): Change format to "r".
2015-05-15  Rohit Arul Rajvarasm.c (output_constant_pool_1): Pass down alignment...
2015-05-07  Segher Boessenkoolre PR middle-end/192 (String literals don't obey -fdata...
2015-04-30  Caroline TiceDefine & use special macros to record the name & size...
2015-04-30  Marek Polacek* varasm.c (handle_cache_entry): Fix logic.
2015-04-28  Dominique d'Humieresre PR bootstrap/65910 (r222473 breaks x86_64 darwin...
2015-04-27  Caroline TiceGive proper type and size to named cold partitions.
2015-04-22  Bernhard Reutner... varasm.c (emit_bss): Remove redundant guard.
2015-04-17  H.J. LuProperly handle uninitialized common symbol
2015-04-08  Bernhard Reutner... emit_local(): Fix unused warning
2015-03-27  H.J. LuAdd default_binds_local_p_2 and use it for x86
2015-03-10  Jan Hubickare PR tree-optimization/65355 (vectorizer increase...
2015-03-08  Jan Hubickavarasm.c (function_section_1): Use definition_alignment.
2015-02-19  Richard Hendersonre PR middle-end/65074 (r220674 broke C++ PIEs)
2015-02-17  Jan Hubickasymtab.c (symtab_node::verify_base): Verify body_remove...
2015-02-16  Richard Bienerre PR lto/65015 (LTO produces randomly ordered debug...
2015-02-13  H.J. Lure PR rtl-optimization/32219 (optimizer causes wrong...
2015-02-11  Jakub Jelinekre PR middle-end/65003 (-fsection-anchors ICE)
2015-02-04  Ilya Enkovichvarasm.c (do_assemble_alias): Follow transparent alias...
2015-01-29  Caroline TiceCommitting VTV Cygwin patch for Patrick Wollgast
2015-01-15  Prathamesh Kulkarnidojump.h: New header file.
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-11-20  Markus TrippelsdorfPR63426 Fix various signed integer overflows
2014-11-20  Trevor Saundersconvert many if_marked htab to hash_table
2014-11-10  Bernd SchmidtAdd a target hook for assembling undeclared decls.
2014-11-06  Bernd SchmidtAdd a new asm hook to print the end of a variable defin...
2014-11-05  Ilya Enkovichipa-chkp.c: New.
2014-10-29  Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-20  Uros Bizjakvarasm.c (const_alias_set): Remove.
2014-10-19  Ilya VerbinSet SECTION_EXCLUDE flag for LTO sections.
2014-10-16  Andrew MacLeodfunction.h: Flatten file.
2014-10-12  Trevor Saundersmove many gc hashtab to hash_table
2014-09-30  Ilya Tocarre PR target/62120 ([ICE] ADDITIONAL_REGISTER_NAMES...
2014-09-19  Jan Hubickare PR c++/61825 (g++.dg/cpp0x/static_assert9.C FAILs)
2014-09-19  Olivier Hainquevarasm.c (default_section_type_flags): Flag .persistent...
2014-09-16  Trevor SaundersReplace INSN_DELETED_P with rtx_insn member functions
2014-09-11  David MalcolmIntroduce LABEL_REF_LABEL
2014-08-29  DJ Deloriecppbuiltin.c (define_builtin_macros_for_type_sizes...
2014-08-28  Richard Sandifordvarasm.c (compute_reloc_for_rtx_1): Take a const_rtx.
2014-08-28  Richard Sandifordvarasm.c (mark_constant): Replace this for_each_rtx...
2014-08-28  Richard Sandifordvarasm.c: Include rtl-iter.h.
2014-08-28  Richard Sandifordrtl.h (get_pool_constant, [...]): Replace rtx parameter...
2014-08-27  David Malcolmvarasm.c: Use rtx_sequence
2014-08-26  Joseph MyersFix ARM ICE for register var asm ("pc") (PR target...
2014-08-25  Martin LiskaIPA C++ refactoring 4/N
2014-08-23  David Malcolmvarasm.c: Use rtx_insn
2014-08-02  Trevor Saundersadd a hash_set based on hash_table
2014-07-24  Jan Hubickare PR lto/61802 (AArch64 execute.exp failures with...
2014-07-24  Martin LiskaIPA C++ refactoring 2/N
2014-07-24  Martin LiskaIPA C++ refactoring 1/N
2014-06-26  Jan Hubickainvoke.texi (-fsemantic-interposition): Document.
2014-06-12  Jan Hubickasymtab.c (section_hash): New hash.
2014-06-11  Jan Hubickavarasm.c (set_implicit_section): New function.
2014-06-09  Jan Hubickasymtab.c (dump_symtab_base): Update dumping.
2014-06-08  Jan Hubickavarasm.c (use_blocks_for_decl_p): Check symbol table...
2014-06-02  Bernd SchmidtDelete a copy that looks like a relic from obstack...
2014-05-29  Jan Hubickavarasm.c (get_variable_section): Walk aliases.
next