index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
cp
/
except.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* c-decl.c (duplicate_decls, push_parm_decl): Remove leading
neil
2001-12-02
1
-1
/
+1
*
* expr.h: Split out optab- and libfunc-related code to...
zack
2001-08-13
1
-0
/
+1
*
.:
nathan
2001-08-02
1
-5
/
+2
*
* except.c (initialize_handler_parm): Expect __cxa_begin_catch to
jason
2001-06-19
1
-3
/
+3
*
* cp-tree.def (START_CATCH_STMT): Lose.
jason
2001-05-21
1
-22
/
+2
*
* except.h (protect_cleanup_actions): Remove it.
mmitchel
2001-05-17
1
-2
/
+15
*
gcc/cp:
zack
2001-05-13
1
-20
/
+42
*
cp:
ghazi
2001-05-02
1
-2
/
+2
*
cp:
nathan
2001-04-27
1
-1
/
+1
*
* except.c (build_throw): Wrap the initialization of the exception
jason
2001-04-22
1
-8
/
+5
*
IA-64 ABI Exception Handling.
rth
2001-03-28
1
-652
/
+318
*
* decl.c (struct named_label_list): Rename eh_region to
rth
2001-03-28
1
-0
/
+1
*
Make -fsjlj-exceptions a configure option.
rth
2001-03-28
1
-3
/
+3
*
* Make-lang.in (cp/except.o): Don't depend on insn-flags.h.
rth
2001-03-22
1
-1
/
+0
*
Compute DECL_ASSEMBLER_NAME lazily.
mmitchel
2001-03-19
1
-0
/
+1
*
cp/
gdr
2001-03-15
1
-1
/
+34
*
2001-02-27 Jeffrey Oldham <oldham@codesourcery.com>
oldham
2001-02-27
1
-2
/
+2
*
* except.c (call_eh_info): Cleanup generation of cp_eh_info struct.
nathan
2001-02-26
1
-38
/
+61
*
Remove old ABI support.
mmitchel
2001-02-12
1
-5
/
+1
*
* diagnostic.h (set_internal_error_function): Renamed.
kenner
2001-02-04
1
-1
/
+4
*
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.
ghazi
2001-01-28
1
-3
/
+2
*
* mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".
jason
2000-12-04
1
-11
/
+11
*
* c-common.h (flag_no_builtin): Declare.
mmitchel
2000-10-18
1
-1
/
+1
*
* except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-default and
hp
2000-09-20
1
-32
/
+0
*
* splay-tree.c (splay_tree_predecessor): Fix typo in comment.
mmitchel
2000-09-17
1
-1
/
+1
*
2000-07-01 Benjamin Chelf <chelf@codesourcery.com>
chelf
2000-07-02
1
-1
/
+1
*
* call.c (build_conditional_expr): Use VOID_TYPE_P.
nathan
2000-06-20
1
-1
/
+1
*
* cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinable
mmitchel
2000-05-24
1
-19
/
+19
*
top level:
zack
2000-05-20
1
-0
/
+2
*
* except.c (check_handlers): New fn.
jason
2000-05-15
1
-0
/
+84
*
* cp-tree.def (THUNK_DECL): Remove.
mmitchel
2000-05-03
1
-1
/
+1
*
* cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
mmitchel
2000-04-12
1
-9
/
+18
*
* emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
loewis
2000-03-19
1
-2
/
+2
*
Jeff Sturm <jsturm@sigma6.com>
rth
2000-03-14
1
-1
/
+1
*
* decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.
jason
2000-03-13
1
-14
/
+37
*
* exception.cc (__check_null_eh_spec): New fn.
jason
2000-03-11
1
-27
/
+46
*
* decl.c (push_throw_library_fn): Take the FUNCTION_TYPE.
jason
2000-03-11
1
-0
/
+1
*
* lang-options.h, decl2.c: Add -fno-enforce-eh-specs.
jason
2000-03-10
1
-0
/
+27
*
* decl.c (push_overloaded_decl_1, auto_function,
jason
2000-03-10
1
-74
/
+20
*
* tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
jason
2000-03-09
1
-0
/
+5
*
* cp-tree.h (build_java_class_ref): Declare.
tromey
2000-03-02
1
-9
/
+138
*
Fix copyrights
law
2000-02-26
1
-1
/
+1
*
Refer to the standard as an ISO document, not an ANSI one.
loewis
2000-02-22
1
-1
/
+1
*
* call.c: PROTO -> PARAMS.
ghazi
2000-01-26
1
-17
/
+18
*
* cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
nathan
2000-01-18
1
-2
/
+3
*
* cp-tree.h (cp_tree_index): Add CPTI_DSO_HANDLE.
mmitchel
1999-12-17
1
-43
/
+0
*
* cp-tree.h (make_aggr_type): Declare.
rth
1999-12-15
1
-3
/
+3
*
* except.c (expand_throw): Add static attribute to match
mmitchel
1999-12-09
1
-1
/
+1
*
1999-11-25 Mark Mitchell <mark@codesourcery.com>
mmitchel
1999-11-25
1
-7
/
+6
*
* except.c (expand_end_catch_block): Fix typo.
mmitchel
1999-11-18
1
-9
/
+4
[next]