2003-06-17 |
Andreas Jaeger | except.c: Remove duplicate declaration of push_eh_cleanup. |
blob | commitdiff | raw |
2003-05-01 |
Nathan Sidwell | input.h (lineno): Rename to ... |
blob | commitdiff | raw | diff to current |
2003-03-07 |
Gabriel Dos Reis | except.c (init_exception_processing): Use C90 prototype... |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Jason Merrill | fold-const.c (fold): Avoid NOP_EXPRs better. |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Steven Bosscher | except.c, [...]: Fix Copyright years. |
blob | commitdiff | raw | diff to current |
2003-01-01 |
Steven Bosscher | call.c, [...]: Replace "GNU CC" with "GCC" in the copyr... |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Zack Weinberg | Merge basic-improvements-branch to trunk |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Jason Merrill | PR c++/8461, c++/8625 |
blob | commitdiff | raw | diff to current |
2002-12-01 |
Mark Mitchell | re PR c++/8332 (strlen/template interaction causes... |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Jason Merrill | re PR c++/8186 (ICE in cp_expr_size, at cp/cp-lang... |
blob | commitdiff | raw | diff to current |
2002-09-21 |
Kazu Hirata | ChangeLog: Follow spelling conventions. |
blob | commitdiff | raw | diff to current |
2002-09-14 |
Kazu Hirata | error.c: Fix comment formatting. |
blob | commitdiff | raw | diff to current |
2002-08-08 |
Mark Mitchell | Rework build_component_ref. |
blob | commitdiff | raw | diff to current |
2002-08-05 |
Geoffrey Keating | Index: ChangeLog |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Neil Booth | c-decl.c (grokdeclarator): Update. |
blob | commitdiff | raw | diff to current |
2002-03-01 |
Jason Merrill | tree.h (TARGET_EXPR_SLOT, [...]): New macros. |
blob | commitdiff | raw | diff to current |
2001-12-18 |
Zack Weinberg | cp-tree.h: Delete #defines for cp_error, cp_warning... |
blob | commitdiff | raw | diff to current |
2001-12-16 |
Joseph Myers | ChangeLog.1, [...]: Fix spelling errors. |
blob | commitdiff | raw | diff to current |
2001-12-02 |
Neil Booth | c-decl.c (duplicate_decls, [...]): Remove leading capit... |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Zack Weinberg | expr.h: Split out optab- and libfunc-related code to... |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Nathan Sidwell | Kill -fhonor-std. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Richard Sandiford | except.c (initialize_handler_parm): Expect __cxa_begin_... |
blob | commitdiff | raw | diff to current |
2001-05-21 |
Jason Merrill | cp-tree.def (START_CATCH_STMT): Lose. |
blob | commitdiff | raw | diff to current |
2001-05-17 |
Mark Mitchell | except.h (protect_cleanup_actions): Remove it. |
blob | commitdiff | raw | diff to current |
2001-05-13 |
Zack Weinberg | except.c (choose_personality_routine): Export. |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kaveh R. Ghazi | call.c: NULL_PTR -> NULL. |
blob | commitdiff | raw | diff to current |
2001-04-27 |
Nathan Sidwell | except.c (can_convert_eh): Don't check template parms... |
blob | commitdiff | raw | diff to current |
2001-04-22 |
Jason Merrill | except.c (build_throw): Wrap the initialization of... |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Richard Henderson | IA-64 ABI Exception Handling. |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Richard Henderson | decl.c (struct named_label_list): Rename eh_region... |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Richard Henderson | Make -fsjlj-exceptions a configure option. |
blob | commitdiff | raw | diff to current |
2001-03-22 |
Richard Henderson | Make-lang.in (cp/except.o): Don't depend on insn-flags.h. |
blob | commitdiff | raw | diff to current |
2001-03-19 |
Mark Mitchell | Compute DECL_ASSEMBLER_NAME lazily. |
blob | commitdiff | raw | diff to current |
2001-03-15 |
Gabriel Dos Reis | Correct semantics restrictions checking in throw-expres... |
blob | commitdiff | raw | diff to current |
2001-02-27 |
Jeffrey Oldham | except.c (call_eh_info): Revert "match_function"'s... |
blob | commitdiff | raw | diff to current |
2001-02-26 |
Nathan Sidwell | except.c (call_eh_info): Cleanup generation of cp_eh_in... |
blob | commitdiff | raw | diff to current |
2001-02-12 |
Mark Mitchell | Remove old ABI support. r278977.259/tags/gcc-3_0-branchpoint |
blob | commitdiff | raw | diff to current |
2001-02-04 |
Richard Kenner | diagnostic.h (set_internal_error_function): Renamed. |
blob | commitdiff | raw | diff to current |
2001-01-28 |
Kaveh R. Ghazi | configure.in: Arrange to include defaults.h in [ht... |
blob | commitdiff | raw | diff to current |
2000-12-04 |
Jason Merrill | mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vec... |
blob | commitdiff | raw | diff to current |
2000-10-18 |
Mark Mitchell | c-common.h (flag_no_builtin): Declare. |
blob | commitdiff | raw | diff to current |
2000-09-20 |
Hans-Peter Nilsson | except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-defau... |
blob | commitdiff | raw | diff to current |
2000-09-17 |
Mark Mitchell | splay-tree.c (splay_tree_predecessor): Fix typo in... |
blob | commitdiff | raw | diff to current |
2000-07-02 |
Ben Chelf | Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o. |
blob | commitdiff | raw | diff to current |
2000-06-20 |
Nathan Sidwell | call.c (build_conditional_expr): Use VOID_TYPE_P. |
blob | commitdiff | raw | diff to current |
2000-05-24 |
Mark Mitchell | cp-tree.h (lang_decl_flags): Rename mutable_flag to... |
blob | commitdiff | raw | diff to current |
2000-05-20 |
Zack Weinberg | top level: |
blob | commitdiff | raw | diff to current |
2000-05-15 |
Jason Merrill | except.c (check_handlers): New fn. |
blob | commitdiff | raw | diff to current |
2000-05-03 |
Mark Mitchell | cp-tree.def (THUNK_DECL): Remove. |
blob | commitdiff | raw | diff to current |
2000-04-12 |
Mark Mitchell | cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro. |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Martin v. Löwis | emit-rtl.c (push_to_full_sequence, [...]): New functions. |
blob | commitdiff | raw | diff to current |
2000-03-14 |
Jeff Sturm | Jeff Sturm <jsturm@sigma6.com> |
blob | commitdiff | raw | diff to current |
2000-03-13 |
Jason Merrill | decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P. |
blob | commitdiff | raw | diff to current |
2000-03-11 |
Jason Merrill | exception.cc (__check_null_eh_spec): New fn. |
blob | commitdiff | raw | diff to current |
2000-03-11 |
Jason Merrill | decl.c (push_throw_library_fn): Take the FUNCTION_TYPE. |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Jason Merrill | lang-options.h, decl2.c: Add -fno-enforce-eh-specs. |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Jason Merrill | decl.c (push_overloaded_decl_1, [...]): Lose. |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Jason Merrill | tree.h (struct tree_common): Rename raises_flag to... |
blob | commitdiff | raw | diff to current |
2000-03-02 |
Tom Tromey | cp-tree.h (build_java_class_ref): Declare. |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Jeff Law | Fix copyrights |
blob | commitdiff | raw | diff to current |
2000-02-22 |
Martin v. Löwis | Refer to the standard as an ISO document, not an ANSI... |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Kaveh R. Ghazi | call.c: PROTO -> PARAMS. |
blob | commitdiff | raw | diff to current |
2000-01-18 |
Nathan Sidwell | cp-tree.h (get_tinfo_fn_dynamic): Remove prototype. |
blob | commitdiff | raw | diff to current |
1999-12-17 |
Mark Mitchell | cp-tree.h (cp_tree_index): Add CPTI_DSO_HANDLE. |
blob | commitdiff | raw | diff to current |
1999-12-15 |
Richard Henderson | cp-tree.h (make_aggr_type): Declare. |
blob | commitdiff | raw | diff to current |
1999-12-09 |
Andreas Jaeger | except.c (expand_throw): Add static attribute to match... |
blob | commitdiff | raw | diff to current |
1999-11-25 |
Mark Mitchell | Make-lang.in (CXX_SRCS): Add optimize.c. |
blob | commitdiff | raw | diff to current |
1999-11-18 |
Mark Mitchell | except.c (expand_end_catch_block): Fix typo. |
blob | commitdiff | raw | diff to current |
1999-11-16 |
Jason Merrill | class.c (finish_struct): If we're a local class in... |
blob | commitdiff | raw | diff to current |
1999-11-14 |
Mark Mitchell | cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro. |
blob | commitdiff | raw | diff to current |
1999-11-07 |
Mark Mitchell | cp-tree.h (begin_new_placement): Remove. |
blob | commitdiff | raw | diff to current |
1999-09-30 |
Jason Merrill | Support normal type_info-based EH mechanisms with ... |
blob | commitdiff | raw | diff to current |
1999-09-27 |
Mark Mitchell | cp-tree.h (expand_throw): Remove prototype. |
blob | commitdiff | raw | diff to current |
1999-09-24 |
Mark Mitchell | cp-tree.h (CPTI_CLEANUP_TYPE): New macro. |
blob | commitdiff | raw | diff to current |
1999-09-18 |
Mark Mitchell | Turn on function-at-a-time processing. |
blob | commitdiff | raw | diff to current |
1999-09-12 |
Bernd Schmidt | define_function cleanup |
blob | commitdiff | raw | diff to current |
1999-09-09 |
Mark Mitchell | Reorganize per-function data. |
blob | commitdiff | raw | diff to current |
1999-09-09 |
Mark Mitchell | cp-tree.h (scratch_tree_cons): Remove. |
blob | commitdiff | raw | diff to current |
1999-09-07 |
Mark Mitchell | Makefile.in (tree.o): Depend on ggc.h. |
blob | commitdiff | raw | diff to current |
1999-09-06 |
Mark Mitchell | Get ready for garbage collection. |
blob | commitdiff | raw | diff to current |
1999-09-04 |
Mark Mitchell | Makefile.in (CXX_TREE_H): Include function.h. |
blob | commitdiff | raw | diff to current |
1999-08-30 |
Mark Mitchell | cp-tree.h (start_handler_parms): New function. |
blob | commitdiff | raw | diff to current |
1999-08-26 |
Mark Mitchell | decl.c (grokdeclarator): Amend comment. |
blob | commitdiff | raw | diff to current |
1999-08-25 |
Mark Mitchell | cp-tree.def (SUBOBJECT): New tree node. |
blob | commitdiff | raw | diff to current |
1999-08-24 |
Jason Merrill | exception.cc (__cplus_type_matcher): Call __throw_type_... |
blob | commitdiff | raw | diff to current |
1999-08-18 |
Mark Mitchell | cp-tree.h (build_lang_field_decl): Remove. |
blob | commitdiff | raw | diff to current |
1999-08-16 |
Mark Mitchell | cp-tree.def (STMT_EXPR): New tree node. |
blob | commitdiff | raw | diff to current |
1999-08-14 |
Mark Mitchell | cp-tree.def (DECL_STMT): Make it smaller. |
blob | commitdiff | raw | diff to current |
1999-08-09 |
Jason Merrill | semantics.c (begin_function_try_block, [...]): New... |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Bernd Schmidt | Backport of GC branch patches part 1: kill eh status... |
blob | commitdiff | raw | diff to current |
1999-07-20 |
Bernd Schmidt | c-common.h: New file. |
blob | commitdiff | raw | diff to current |
1999-06-08 |
Nathan Sidwell | except.c (complete_ptr_ref_or_void_ptr_p): New function... |
blob | commitdiff | raw | diff to current |
1999-06-04 |
Nathan Sidwell | * except.c (build_throw): Check throw expression validity. |
blob | commitdiff | raw | diff to current |
1999-03-26 |
Kaveh R. Ghazi | Warning fixes: |
blob | commitdiff | raw | diff to current |
1999-01-25 |
Jason Merrill | class.c (resolve_address_of_overloaded_function): Mark... |
blob | commitdiff | raw | diff to current |
1998-12-22 |
Kaveh R. Ghazi | Warning fixes: |
blob | commitdiff | raw | diff to current |
1998-12-08 |
Andrew MacLeod | See ChangeLog.. |
blob | commitdiff | raw | diff to current |
1998-11-25 |
Jason Merrill | except.c (expand_throw): Use TYPE_PTR_P to check for... |
blob | commitdiff | raw | diff to current |
1998-11-25 |
Jason Merrill | except.c (expand_throw): Use cp_finish_decl for the... |
blob | commitdiff | raw | diff to current |
1998-11-16 |
Jason Merrill | typeck2.c (my_friendly_abort): Don't fatal twice in... |
blob | commitdiff | raw | diff to current |
next |