aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-20Do not overflow string buffer (PR objc/85476).Martin Liska1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-17[PATCH PR/82546] tree node sizeNathan Sidwell1-3/+6
2017-10-10Require wi::to_wide for treesRichard Sandiford1-6/+6
2017-09-29c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...Jakub Jelinek1-4/+14
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek1-6/+0
2016-06-07C: add fixit hint to misspelled field namesDavid Malcolm1-1/+2
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-11/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-25hash-table.h: Update comments.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-2/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-3/+4
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-14/+18
2014-07-24IPA C++ refactoring 1/NMartin Liska1-4/+2
2014-07-15tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_...Jan Hubicka1-0/+17
2014-06-28objc-act.c (objc_xref_basetypes): Set TYPE_BINFO of type variants, too.Jan Hubicka1-1/+5
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-3/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-2/+2
2014-05-06Merge in wide-int.Kenneth Zadeck1-22/+14
2014-04-24flag-types.h (enum ivar_visibility): Add.Dimitris Papavasiliou1-5/+30
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-04re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers1-0/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-0/+1
2013-07-21Fix some typos.Ondřej Bílka1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-15/+15
2012-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl1-5/+6
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl1-14/+19
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+1
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher1-3/+3
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0