]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c-family/c-common.h
Replaced Dynamic arrays with vec trees in Array Notation for C.
[thirdparty/gcc.git] / gcc / c-family / c-common.h
2013-06-25  Balaji V. IyerReplaced Dynamic arrays with vec trees in Array Notatio...
2013-06-21  Balaji V. IyerImplemented Cilk Plus Array Notation for C++
2013-06-20  Balaji V. Iyerarray-notation-common.c (find_inv_trees): Removed an...
2013-06-07  Balaji V. IyerMoved array notation helper functions from c/ to c...
2013-05-28  Balaji V. IyerImplemented Cilk Plus Array Notation for C Compiler.
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-11-29  Ed Smith-Rowlandre PR c++/52654 ([C++11] Warn on overflow in user-defin...
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-07  Manuel López-Ibáñezre PR c/53063 (encode group options in the .opt files)
2012-11-07  Manuel López-Ibáñezre PR c/53063 (encode group options in the .opt files)
2012-10-23  Joseph Myersgcc:
2012-10-12  Jakub Jelinekre PR c/54381 (-Wsizeof-pointer-memaccess refers to...
2012-10-12  Marc Glissere PR c++/53055 (ICE in cp_build_indirect_ref, at cp...
2012-10-09  Paolo Carlinire PR c++/54194 (misleading suggestion about arithmetic...
2012-10-09  Marc Glissere PR c++/54427 (Expose more vector extensions)
2012-10-08  Dodji SeketeliPR c++/53528 C++11 attribute support
2012-10-01  Jason Merrillcp-tree.h (DECL_PRETTY_FUNCTION_P): Just look at the...
2012-08-17  Jakub Jelinekinvoke.texi (-Wsizeof-pointer-memaccess): Document.
2012-07-08  Steven Bosscherbasic-block.h: Re-group most prototypes per file.
2012-06-21  Steven Bosscherc-common.h (c_common_print_pch_checksum): Remove.
2012-06-15  Ramana Radhakrishnan[multiple changes]
2012-05-29  Michael Matzexpr.c (expand_expr_real_1 <normal_inner_ref>): Don...
2012-04-30  Marc Glissere PR c++/51033 (generic vector subscript and shuffle...
2012-04-11  Eric Botcazoure PR target/52624 (missing __builtin_bswap16)
2012-04-10  Manuel López-Ibáñezc-common.c (warn_if_unused_value): Move definition...
2012-03-21  Jason Merrillc-common.h (enum cxx_dialect): Add cxx1y.
2011-12-20  Joseph Myersgcc:
2011-12-15  Jonathan Wakelyre PR libstdc++/51365 (cannot use final empty class...
2011-12-01  Jason Merrillre PR c++/51009 (ICE in verify_gimple_stmt)
2011-11-08  Aldy HernandezMerge from transactional-memory branch.
2011-11-07  Jason Merrillre PR c++/35688 (template visibility not overridden...
2011-11-07  Jason Merrillre PR c++/35688 (template visibility not overridden...
2011-11-06  Joseph Myersc-decl.c (shadow_tag_warned, [...]): Handle _Alignas...
2011-11-04  Eric Botcazoure PR c++/50608 (cannot apply 'offsetof' to a non-const...
2011-10-31  Jason Merrillre PR c++/50920 (add a -std=c++11 option to the driver)
2011-10-26  Ed Smith-RowlandImplement C++11 user-defined literals.
2011-10-18  Benjamin Kosnik[multiple changes]
2011-10-03  Artjoms SinkarovsVector shuffling patch from Artem Shinkarov.
2011-09-30  Jason Merrillcp-tree.h (TREE_NEGATED_INT): Remove.
2011-09-08  Dodji SeketeliPR c++/33255 - Support -Wunused-local-typedefs warning
2011-08-19  Joseph Myersc-parser.c (c_parser_postfix_expression): Handle RID_BU...
2011-08-18  Joseph Myersc-decl.c (shadow_tag_warned): Check for _Noreturn.
2011-08-10  Artjoms Sinkarovsc-typeck.c (scalar_to_vector): New function.
2011-08-02  Jakub Jelinekbackport: re PR fortran/46752 (OpenMP - Seg fault for...
2011-07-25  Dodji SeketeliRemove parm name from declaration
2011-07-22  Jason Merrillre PR c++/30112 (pragma redefine_extname fails when...
2011-07-20  Jason MerrillPR c++/6709 (DR 743)
2011-06-27  Jakub Jelinekc-common.h (c_tree_chain_next): New static inline function.
2011-05-30  Nathan Froydre PR c/4910 (imacat <imacat@mail.imacat.idv.tw>)
2011-05-27  Nathan Froydmove TS_STATEMENT_LIST to be a substructure of TS_TYPED
2011-05-26  Nathan Froydmake TS_IDENTIFIER be a substructure of TS_TYPED
2011-05-23  Nathan Froyddon't use TYPE_ARG_TYPES when calling c-family:check_fu...
2011-05-15  Paolo Carlinic-common.c (c_common_reswords): Reorder.
2011-05-06  Nathan Froydgeneralize build_case_label to the rest of the compiler
2011-04-28  Jason Merrillre PR c++/40975 (ICE in copy_tree_r on array new)
2011-04-25  Paolo Carlinic-common.c (struct c_common_resword): Add __underlying_...
2011-04-13  Nathan Froydada-tree.h (union lang_tree_node): Check for TS_COMMON...
2011-04-06  Joseph Myerstm.texi.in: Document C target hooks as separate from...
2011-03-18  Jason Merrillc.opt (fconstexpr-depth): Add Var(max_constexpr_depth).
2011-03-15  Jason Merrillc-common.c (max_constexpr_depth): New.
2011-02-03  Nathan Froydre PR c++/46890 (Failed to compile scummvm's player_v4a...
2011-01-05  Tom Tromeyc-parser.c (c_parser_omp_atomic): Pass location of...
2010-12-10  Nathan Froydc-typeck.c (readonly_error): Delete.
2010-12-09  Nathan Froydc-typeck.c (build_indirect_ref): Call invalid_indirecti...
2010-12-06  Nicola PeroIn gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innov...
2010-11-30  Nicola PeroIn gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero...
2010-11-30  Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-11-24  Joseph Myersflag-types.h (struct visibility_flags): Don't declare...
2010-11-20  Nathan Froydre PR c++/16189 (obfuscated error message for missing...
2010-11-19  Joseph Myersre PR c/46547 (internal compiler error when converting...
2010-11-19  Nicola PeroIn gcc/: 2010-11-19 Nicola Pero <nicola.pero@meta-innov...
2010-11-18  Nathan Froydre PR c/33193 (slopiness in __real/__imag)
2010-11-17  Joseph Myersinvoke.texi (-dy): Remove.
2010-11-15  Nicola PeroIn gcc/: 2010-11-15 Nicola Pero <nicola.pero@meta-innov...
2010-11-12  Joseph Myersopts-common.c (control_warning_option): New.
2010-11-12  Joseph MyersMakefile.in (OPTS_H): Define.
2010-11-06  Iain SandoeNS/CF String format syntax parsing.
2010-11-04  Nicola PeroIn gcc/: 2010-11-04 Nicola Pero <nicola.pero@meta-innov...
2010-10-30  Nicola PeroIn gcc/: 2010-10-30 Nicola Pero <nicola.pero@meta-innov...
2010-10-27  Jason Merrillc-common.c (c_common_reswords): Add __is_literal_type.
2010-10-27  Nicola PeroIn gcc/: 2010-10-27 Nicola Pero <nicola.pero@meta-innov...
2010-10-27  Nicola PeroIn gcc/: 2010-10-27 Nicola Pero <nicola.pero@meta-innov...
2010-10-23  Nicola PeroIn gcc/cp/: 2010-10-23 Nicola Pero <nicola.pero@meta...
2010-10-22  Artjoms Sinkarovsc-typeck.c (build_array_ref): Handle subscripting of...
2010-10-20  Nicola PeroIn gcc/: 2010-10-20 Nicola Pero <nicola.pero@meta-innov...
2010-10-20  Nicola PeroIn gcc/: 2010-10-20 Nicola Pero <nicola.pero@meta-innov...
2010-10-18  Nicola PeroIn gcc/: 2010-10-18 Nicola Pero <nicola.pero@meta-innov...
2010-10-18  Nicola PeroIn gcc/: 2010-10-18 Nicola Pero <nicola.pero@meta-innov...
2010-10-17  Nicola PeroIn gcc/: 2010-10-17 Nicola Pero <nicola.pero@meta-innov...
2010-10-17  Iain Sandoeadd parse support for @package to ObjC*
2010-10-14  Iain Sandoeadd @property to ObjC*
2010-10-13  Iain Sandoeimplement method attributes.
2010-10-08  Joseph MyersMakefile.in (TM_H): Include $(FLAGS_H) instead of optio...
2010-10-06  Nicola PeroIn gcc/: 2010-10-06 Nicola Pero <nicola.pero@meta-innov...
2010-10-05  Joseph Myersopts-common.c (handle_option, [...]): Add diagnostic_co...
2010-09-30  Iain Sandoeadd @optional/@required to prto lists
2010-09-29  Nicola PeroIn gcc/: 2010-09-29 Nicola Pero <nicola.pero@meta-innov...
2010-09-29  Nicola PeroIn gcc/: 2010-09-29 Nicola Pero <nicola.pero@meta-innov...
2010-09-28  Iain Sandoeadd parsing for ObjC* method & method parm attributes
2010-09-28  Iain Sandoeadd ObjC* class, category and protocol attribute parsers
next