aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-06-24install-old.texi: Remove more documentation of configure options.Joseph Myers3-77/+49
2001-06-23stubs.c (sqrtf): Define.David Edelsohn2-1/+13
2001-06-23i386-protos.h (emit_i387_cw_initialization): Declare.Jan Hubicka4-145/+158
2001-06-23zipfile.h: Use GCC_JCF_H instead of JCF_H.Jan van Male2-1/+5
2001-06-23cppmacro.c (make_string_token): Avoid warning.Neil Booth3-9/+25
2001-06-23* flow.c (attempt_auto_inc, try_pre_increment_1): Fix typo.Jan Hubicka2-2/+6
2001-06-23Daily bump.GCC Administrator5-5/+5
2001-06-23stl_iterator.h (reverse_iterator): Inherit from iterator.Benjamin Kosnik7-247/+488
2001-06-22flow.c (mark_set_1, [...]): compute REG_FREQ using bb->frequency.Jan Hubicka3-20/+36
2001-06-22predict.c (block_info_def): Add nvisited.Jan Hubicka3-2/+49
2001-06-23gcc.texi: Update documentation of source files of C compiler.Joseph Myers2-10/+34
2001-06-22invoke.texi (-funsafe-math-optimizations): Document its possible effects at l...Richard Henderson2-1/+8
2001-06-22basic-block.h (dump_edge_info): Declare.Diego Novillo5-11/+26
2001-06-22predict.c: (expected_value_to_br_prob): Check for const_true_rtx instead of c...Toshiyasu Morita2-2/+7
2001-06-22crtfastmath.c: New file.David Mosberger4-1/+52
2001-06-22*: Revert comment/license change from yesterday for all except libsupc++/unwi...Phil Edwards80-2295/+7
2001-06-22h8300.c (asm_file_start): Remove reference to "release F-1".Toshiyasu Morita2-1/+5
2001-06-22re PR c/3259 (({ }) and -Wall)Joseph Myers5-0/+29
2001-06-22arm.h (struct machine_function): Remove ra_rtx.DJ Delorie9-149/+33
2001-06-22predict.c (estimate_bb_frequencies): Do not handle conditional jumps jumping ...Jan Hubicka3-8/+79
2001-06-22regs.h (struct reg_info_def): Add freq field.Jan Hubicka14-60/+182
2001-06-22optabs.c (emit_libcall_block): When using non-call exceptions, don't mark lib...Andrew Haley2-13/+31
2001-06-22* libmath/stubs.c (powf): Fix typo.Gabriel Dos Reis2-2/+3
2001-06-22* libmath/stubs.c (tanhf): Fix typo.Gabriel Dos Reis2-11/+13
2001-06-22Daily bump.GCC Administrator5-5/+5
2001-06-22stubs.c: New file.Gabriel Dos Reis4-5/+120
2001-06-22* objc/objc-act.c (hash_init): Use xcalloc.Stan Shebs2-5/+6
2001-06-21algo.h: Add "GPL plus runtime exception" comment.Phil Edwards81-0/+2387
2001-06-21flow.c (entry_exit_blocks): Initialize frequency.Richard Henderson2-4/+15
2001-06-21sh.c (barrier_align): Also recognize branch-around-a-jump-sequence from machi...J"orn Rennecke2-5/+10
2001-06-21re PR preprocessor/3260 (#include __FILE__ broken)Neil Booth2-1/+6
2001-06-21alpha.h (struct machine_function): Remove.DJ Delorie3-79/+16
2001-06-21handle interrupt_handler correctlyAldy Hernandez4-2/+28
2001-06-21Fix massive typo/thinko in previous ChangeLog entry.Phil Edwards1-17/+0
2001-06-21install.texi: Add 'c' to list of --enable-languages choices.Phil Edwards2-2/+23
2001-06-21* integrate.c (mark_hard_reg_initial_vals): Check for NULL.DJ Delorie2-0/+5
2001-06-21integrate.c (ggc.h): Include.DJ Delorie6-1/+191
2001-06-21contrib.texi, [...]: Use the correct name "Objective-C" everywhere instead of...Stan Shebs10-38/+45
2001-06-21java-interp.h (_Jv_InterpClass): Use JV_MARKOBJ_DECL.Tom Tromey2-1/+8
2001-06-21indirect_array.h (indirect_array<>::operator=): Make copy and assignment oper...Gabriel Dos Reis3-369/+415
2001-06-21Daily bump.GCC Administrator5-5/+5
2001-06-20class.c (java_hash_tree_node): Fixed indentation in leading comment.Alexandre Petit-Bianco3-17/+43
2001-06-21c-tree.texi, [...]: Consistently use "front end" and "back end" as nouns and ...Joseph Myers9-47/+54
2001-06-20* predict.c (estimate_probability): Fix loop bounds.Jan Hubicka2-2/+6
2001-06-20toplev.c (rest_of_compilation): Run mark_constant_function before profile-arcs.Jan Hubicka2-1/+14
2001-06-20predict.c (estimate_loops_at_level, [...]): New functions.Jan Hubicka3-0/+291
2001-06-20re PR java/2319 (invalid UTF-8 sequences should be rejected)Tom Tromey2-10/+28
2001-06-20sh.c (barrier_align): Don't ask for alignment when seeing a branch-around-a-j...J"orn Rennecke2-1/+14
2001-06-20ssa.c (rename_block): Update parameter to remove_phi_alternativeJeffrey A Law2-3/+9
2001-06-20objc-act.c (hash_init): Assume xmalloc always succeeds, also use memset to cl...Stan Shebs2-21/+13