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
/
init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compute DECL_ASSEMBLER_NAME lazily.
mmitchel
2001-03-19
1
-1
/
+2
*
* varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not the
mmitchel
2001-03-15
1
-1
/
+1
*
Do put the VTT parameter in DECL_ARGUMENTS.
jason
2001-02-18
1
-1
/
+1
*
* init.c (build_new): Allow enumeration types for the array-bounds
mmitchel
2001-02-18
1
-2
/
+2
*
* decl2.c (build_artificial_parm): Set TREE_READONLY.
jason
2001-02-18
1
-1
/
+1
*
* cp-tree.h (DECL_USE_VTT_PARM): Remove.
jason
2001-02-17
1
-1
/
+2
*
cp:
nathan
2001-02-14
1
-4
/
+1
*
* cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
mmitchel
2001-02-14
1
-0
/
+18
*
Remove old ABI support.
mmitchel
2001-02-12
1
-77
/
+33
*
gcc:
nathan
2001-02-05
1
-3
/
+14
*
* diagnostic.h (set_internal_error_function): Renamed.
kenner
2001-02-04
1
-5
/
+8
*
* stmt.c (estimate_case_costs): Use integer_minus_one_node.
ghazi
2001-01-29
1
-4
/
+2
*
* decl2.c (arg_assoc_class): Fix double iteration logic.
jason
2001-01-19
1
-5
/
+2
*
cp:
nathan
2001-01-18
1
-1
/
+7
*
* output.h (make_function_rtl): Remove prototype.
mmitchel
2001-01-10
1
-1
/
+1
*
2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco
2001-01-10
1
-1
/
+17
*
* init.c (build_default_init): New fn.
jason
2001-01-03
1
-155
/
+164
*
* init.c (build_new_1): Reorganize. Now with 100% fewer SAVE_EXPRs!
jason
2000-12-15
1
-144
/
+119
*
* init.c (build_new_1): Don't strip quals from type.
jason
2000-12-15
1
-3
/
+0
*
* c-common.h (flag_no_builtin): Declare.
mmitchel
2000-10-18
1
-2
/
+2
*
* init.c (build_java_class_ref): Use `build_static_name' with a
tromey
2000-10-06
1
-5
/
+5
*
* splay-tree.c (splay_tree_predecessor): Fix typo in comment.
mmitchel
2000-09-17
1
-1
/
+1
*
* init.c (begin_init_stmts): Don't use // comments.
law
2000-09-14
1
-2
/
+4
*
Move statement-tree facilities from C++ to C front-end.
mmitchel
2000-09-07
1
-6
/
+6
*
* init.c (build_offset_ref): Deal with namespace scoped
nathan
2000-09-06
1
-15
/
+24
*
* cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.
jason
2000-09-05
1
-2
/
+2
*
* init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.
nathan
2000-09-04
1
-2
/
+2
*
* cp-tree.h (PTRMEM_OK_P): New macro.
nathan
2000-08-18
1
-18
/
+24
*
* init.c (build_aggr_init): Reject bogus array initializers
nathan
2000-08-10
1
-8
/
+9
*
* init.c (build_new_1): Bail early if the call to new fails.
jason
2000-07-10
1
-0
/
+3
*
* repo.c (repo_get_id): Handle the case where a class with virtual
jason
2000-07-04
1
-1
/
+6
*
2000-07-02 Benjamin Chelf <chelf@codesourcery.com>
chelf
2000-07-03
1
-4
/
+2
*
2000-07-01 Benjamin Chelf <chelf@codesourcery.com>
chelf
2000-07-02
1
-8
/
+8
*
* init.c (init_init_processing): Go back to aligning like
jason
2000-07-02
1
-18
/
+14
*
* cp-tree.h (struct language_function): Remove temp_name_counter.
mmitchel
2000-06-30
1
-0
/
+2
*
* c-common.c: Include c-common.h, not c-lex.h or c-tree.h.
mmitchel
2000-06-30
1
-17
/
+18
*
* cp-tree.h (genrtl_begin_stmt_expr): Rename to ...
mmitchel
2000-06-26
1
-2
/
+2
*
* call.c (build_conditional_expr): Use VOID_TYPE_P.
nathan
2000-06-20
1
-1
/
+1
*
* c-common.h (IF_COND): Added documentation.
chelf
2000-06-19
1
-7
/
+27
*
* cp-tree.h (struct language_function): Remove x_base_init_list
mmitchel
2000-06-16
1
-67
/
+59
*
* tree.c (count_trees): New debugging function.
jason
2000-06-15
1
-0
/
+3
*
* tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
jakub
2000-06-14
1
-0
/
+1
*
revert mangling patch
jason
2000-06-09
1
-1
/
+4
*
* invoke.texi: Remove documentation for -fsquangle and
mmitchel
2000-06-08
1
-4
/
+1
*
* init.c (resolve_offset_ref): Remove check for TREE_ADDRESSABLE
mmitchel
2000-06-01
1
-7
/
+3
*
2000-05-27 Alex Samuel <samuel@codesourcery.com>
mmitchel
2000-05-28
1
-1
/
+1
*
Finish implementation of VTTs.
mmitchel
2000-05-25
1
-15
/
+66
*
* cp-tree.h (build_delete): Change prototype.
mmitchel
2000-05-24
1
-85
/
+54
*
* init.c (sort_member_init): Fix typo in error message generation
mmitchel
2000-05-24
1
-1
/
+2
*
* cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinable
mmitchel
2000-05-24
1
-1
/
+1
[next]