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
/
except.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* except.c (clear_function_eh_region): Do not free NULL.
phdm
2000-05-31
1
-1
/
+2
*
* except.c (free_exception_table): Do not free NULL.
phdm
2000-05-30
1
-1
/
+2
*
* except.h (can_throw): Declare it.
mmitchel
2000-05-25
1
-4
/
+2
*
2000-05-25 Andrew MacLeod <amacleod@cygnus.com>
aph
2000-05-25
1
-29
/
+74
*
top level:
zack
2000-05-20
1
-1
/
+1
*
* except.c (find_exception_handler_labels_1): New function.
jakub
2000-05-11
1
-15
/
+31
*
gcc:
nathan
2000-03-29
1
-0
/
+18
*
* Rework fields used to describe positions of bitfields and
kenner
2000-03-25
1
-1
/
+1
*
Implement dwarf2 exception handling for the ARM.
jason
2000-03-23
1
-4
/
+6
*
* emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
loewis
2000-03-19
1
-6
/
+4
*
Fix typo last change.
rth
2000-03-10
1
-2
/
+2
*
* except.c (can_throw): Use INTVAL on a CONST_INT.
rth
2000-03-10
1
-2
/
+2
*
* except.c (nothrow_function_p): If -fno-exceptions, just return.
jason
2000-03-09
1
-0
/
+9
*
* except.c (can_throw): See through a SEQUENCE.
jason
2000-03-09
1
-10
/
+23
*
* flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
jason
2000-03-08
1
-20
/
+32
*
* tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
kenner
2000-03-07
1
-2
/
+1
*
Revert this patch:
mmitchel
2000-03-05
1
-1
/
+1
*
* function.h (struct sequence_stack): Remove rtl_expr.
mmitchel
2000-03-05
1
-1
/
+1
*
Copyright fixes.
law
2000-02-26
1
-1
/
+2
*
* except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
rth
2000-02-20
1
-2
/
+4
*
* stupid.c: Die die die.
rth
2000-01-19
1
-8
/
+0
*
* calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
ghazi
2000-01-18
1
-1
/
+1
*
* eh-common.h: PROTO -> PARAMS.
ghazi
2000-01-14
1
-31
/
+31
*
* cse.c (cse_insn): Missing cast added.
law
2000-01-05
1
-2
/
+2
*
current_function -> cfun
crux
1999-12-20
1
-2
/
+1
*
* except.h (struct eh_queue): Add `next' pointer.
mmitchel
1999-12-12
1
-15
/
+40
*
/gcc/../texinfo/makeinfo/Makefile ] ; then echo /home/mitchell/dev/egcs/objdi...
mmitchel
1999-11-25
1
-0
/
+3
*
* except.h (eh_status): Adjust documentation for x_protect_list.
mmitchel
1999-11-25
1
-28
/
+63
*
* except.h (struct eh_entry): Add goto_entry_p.
mmitchel
1999-11-18
1
-67
/
+104
*
* cse.c (delete_trivially_dead_insns): Replace alloca with
mmitchel
1999-11-08
1
-7
/
+12
*
* except.c (free_eh_nesting_info): Free the info itself.
mmitchel
1999-10-29
1
-0
/
+1
*
* calls.c: Include tm_p.h later, so everything we need is defined.
ghazi
1999-10-21
1
-0
/
+1
*
* cpplib.c (if_directive_nameo): Add static prototype.
ghazi
1999-10-03
1
-3
/
+12
*
* stmt.c (expand_start_bindings): Allow callers to pass a flag
mmitchel
1999-09-17
1
-1
/
+1
*
* emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
rth
1999-09-16
1
-2
/
+14
*
* except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,
mmitchel
1999-09-14
1
-15
/
+15
*
Fix too small buffer problem found by ia64 port.
wilson
1999-09-10
1
-3
/
+8
*
Add a missing GC root
crux
1999-09-09
1
-0
/
+2
*
* except.c (find_all_handler_type_matches): Free the list if
rth
1999-09-09
1
-0
/
+6
*
* combine.c (SUBST): Break out to a real function do_SUBST.
rth
1999-09-09
1
-1
/
+1
*
* emit-rtl.c (free_emit_status): Take decl as a parameter.
mmitchel
1999-09-07
1
-1
/
+41
*
Commit parts that were missing in Mark's last commit
crux
1999-09-07
1
-0
/
+2
*
* c-aux-info.c (concat): Don't define.
ghazi
1999-09-07
1
-23
/
+13
*
* Makefile.in (tree.o): Depend on ggc.h.
mmitchel
1999-09-05
1
-1
/
+75
*
* dwarf2out.c (dwarf2out_line): Constify `lastfile'.
rth
1999-09-02
1
-1
/
+1
*
* except.c (expand_fixup_region_end): Do not peek at
law
1999-09-02
1
-2
/
+5
*
1999-08-25 22:10 -0700 Zack Weinberg <zack@bitmover.com>
zack
1999-08-26
1
-1
/
+4
*
Tue Aug 10 10:47:42 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
amacleod
1999-08-10
1
-21
/
+319
*
* print-tree.c (print_node): Print base for OFFSET_TYPEs.
jason
1999-08-09
1
-18
/
+14
*
Backport of GC branch patches part 1: kill eh status saving.
crux
1999-07-31
1
-111
/
+2
[next]