summaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor
2019-05-18objective-c - add instancetype.Iain Sandoe
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-04-05Remove usage of apostrophes in error and warning messages (PR translation/899...Martin Liska
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm
2018-04-20Do not overflow string buffer (PR objc/85476).Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-10-17[PATCH PR/82546] tree node sizeNathan Sidwell
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-09-29c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek
2016-06-07C: add fixit hint to misspelled field namesDavid Malcolm
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-11-11decl.c: Remove unused header files.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford
2015-06-25hash-table.h: Update comments.Richard Sandiford
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-01-30Always pass explicit location to fatal_error.Joseph Myers
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-28cgraph.h: Flatten.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-10-12move many gc hashtab to hash_tableTrevor Saunders
2014-07-24IPA C++ refactoring 1/NMartin Liska
2014-07-15tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_...Jan Hubicka
2014-06-28objc-act.c (objc_xref_basetypes): Set TYPE_BINFO of type variants, too.Jan Hubicka
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-04-24flag-types.h (enum ivar_visibility): Add.Dimitris Papavasiliou
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-04re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers
2013-07-21Fix some typos.Ondřej Bílka