- 18 Sep, 2001 9 commits
-
-
* libiberty.h (concat, concat_length, concat_copy, concat_copy2, ACONCAT): Improve comments. From-SVN: r45683
Kaveh R. Ghazi committed -
Tue Sep 18 09:51:11 2001 Eric Christopher <ecechristo@redhat.com> * config/mips/mips.c (mips_asm_file_start): Conditionalize Elf code generation only for Gnu assembler. From-SVN: r45681
Eric Christopher committed -
From-SVN: r45680
Catherine Moore committed -
From-SVN: r45679
Richard Sandiford committed -
* config/mips/mips.c (mips_frame_set): New. (mips_emit_frame_related_store): When storing two 32-bit FPRs, use a parallel frame-related expression with a set for each register. From-SVN: r45678
Richard Sandiford committed -
From-SVN: r45677
Alan Modra committed -
2001-09-18 Philip Blundell <philb@gnu.org> * config/arm/lib1funcs.asm (L_dvmd_lnx): Don't rely on kernel header files. From-SVN: r45674
Philip Blundell committed -
From-SVN: r45672
GCC Administrator committed -
* parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. * jv-scan.c: Likewise. From-SVN: r45671
Andreas Jaeger committed
-
- 17 Sep, 2001 13 commits
-
-
2001-09-17 Dale Johannesen <dalej@apple.com> * config/rs6000/rs6000.h (FIXED_REGISTERS): Use FIXED_R2. * config/rs6000/aix.h (FIXED_R2): Define. * config/rs6000/darwin.h (FIXED_R2): Define. * config/rs6000/sysv4.h (FIXED_R2): Define. From-SVN: r45669
Dale Johannesen committed -
2001-09-17 Phil Edwards <pme@gcc.gnu.org> * docs/html/configopts.html: HTML to XHTML change. Lowercase tags. * docs/html/documentation.html: Likewise. * docs/html/explanations.html: Likewise. * docs/html/install.html: Likewise. * docs/html/17_intro/howto.html: Likewise. * docs/html/18_support/howto.html: Likewise. * docs/html/19_diagnostics/howto.html: Likewise. * docs/html/20_util/howto.html: Likewise. * docs/html/21_strings/howto.html: Likewise. * docs/html/22_locale/codecvt.html: Likewise. * docs/html/22_locale/ctype.html: Likewise. * docs/html/22_locale/howto.html: Likewise. * docs/html/22_locale/locale.html: Likewise. * docs/html/22_locale/messages.html: Likewise. * docs/html/23_containers/howto.html: Likewise. * docs/html/24_iterators/howto.html: Likewise. * docs/html/25_algorithms/howto.html: Likewise. * docs/html/26_numerics/howto.html: Likewise. * docs/html/27_io/howto.html: Likewise. * docs/html/ext/howto.html: Likewise. * docs/html/faq/index.html: Likewise. * docs/html/faq/index.txt: Regenerated. From-SVN: r45668
Phil Edwards committed -
* except.c (dw2_build_landing_pads): New local clobbers_hard_regs. Emit an ASM_INPUT as a scheduling barrier after clobbers. Fixes c++/4012. From-SVN: r45667
Jeff Sturm committed -
include: * libiberty.h (concat_length, concat_copy, concat_copy2, libiberty_concat_ptr, ACONCAT): New. libiberty: * concat.c (vconcat_length, vconcat_copy, concat_length, concat_copy, concat_copy2): New functions. (concat): Use vconcat_length/vconcat_copy. gcc: * gcc.c (find_file): Use ACONCAT in lieu of alloca/strcpy/strcat. From-SVN: r45664
Kaveh R. Ghazi committed -
* dostage2, dostage3, listing, make-l2.com, makefile.vms, patch-apollo-includes, vmsconfig.com: Remove obsolete files. From-SVN: r45661
Joseph Myers committed -
include: * libiberty.h (ASTRDUP): New macro. libiberty_optr, libiberty_nptr, libiberty_len): Declare. libiberty: * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len): Define. gcc: * c-aux-info.c (affix_data_type): Use ASTRDUP in lieu of alloca/strcpy. From-SVN: r45657
Kaveh R. Ghazi committed -
* cpphash.h (_cpp_lex_direct): New. * cpplex.c (_cpp_lex_token): Update. (lex_token): Rename _cpp_lex_direct; lex into pfile->cur_token, and increment that pointer. * cppmacro.c (alloc_expansion_token): New. (lex_expansion_token): Lex macro expansion directly into macro storage. From-SVN: r45656
Neil Booth committed -
* jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Call NOTE_PUSH for single-case push. Fixes PR java/4189. From-SVN: r45655
Tom Tromey committed -
From-SVN: r45654
Richard Henderson committed -
From-SVN: r45651
GCC Administrator committed -
From-SVN: r45650
Andreas Jaeger committed -
From-SVN: r45649
Anthony Green committed -
From-SVN: r45648
Brad Lucier committed
-
- 16 Sep, 2001 5 commits
-
-
* basic-block.h (free_bb_for_insn): Declare. * bb-reorder.c (label_for_bb): Use block_label. (emit_jump_to_block_after): Remove. (insert_intra_1): Do not update block_for_insn. (insert_inter_bb_scope_notes): Likewise; update bb->end * cfg.c (free_bb_for_insn): New. (try_rediret_by_replacing_jump): Avoid set_block_for_new_insns call. (force_nonfallthru_and_redirect): Likewise; do not update BB boundaries. (commit_one_edge_insertion): Likewise. (commit_one_edge_insertion): Do not update BB boundary. (commit_edge_insertions): Do not call compute_bb_for_insn. * cfgbuild.c (find_basic_blocks): Do not free basic_block_for_insn. * cfgcleanup.c (merge_blocks_move_predecessor): Use reorder_insns_nobb. (merge_blocks_move_successor_nojumps): Likewise. (try_crossjump_to_edge): Do not update block_for_insn. * combine.c (combine_instructions): Remove compute_bb_for_insn call. * df.c (df_pattern_emit_later): Do not update BB boundary. (df_jump_pattern_emit_after): Likewise. (df_insn_move_before): Use emit_insn_before. * emit-rtl.c (try_split): Emit after trial to get bb boundary updated properly. (add_insn_after, add_insn_before, emit_insns_after): Update BB boundaries and basic_block_for_insn. (reorder_insns_nobb): Rename from reorder_insns. (reorder_insns): New. (emit_block_insn_before, emit_block_insn_after): Kill. * flow.c (check_function_return_warnings): Do not call compute_bb_for_insn; Do not free basic_block_for_insn. (attempt_auto_inc): Do not update basic_block_for_insn. * function.c (emit_return_into_block): Likewise; do not update BB boundaries. * gcse.c (handle_avail_expr): Do not update basic_block_for_insn. (insert_insn_end_bb): Use emit_insn_before; Likewise. (pre_insert_copy_insn): Likewise. (update_ld_motion_notes): Likewise. (insert_insn_start_bb): Likewise. (replace_store_insn): Likewise. * ifcvt.c (noce_process_if_block): Likewise. (if_convert): Do not call compute_bb_for_insn. * lcm.c (optimize_mode_switching): Do not update BB boundaries. Use emit_insn_before and emit_insn_after. * recog.c (split_all_insns): Do not update BB boundaries; Do not call compute_bb_for_insn. (peephole2_optimize): Do not update BB boundaries. * reg-stack.c (emit_pop_insn): Use emit_insn_after and emit_insn_before. (emit_swap_insn): Likewise. (convert_regs_1): Likewise. * reload1.c (reload): Call compute_bb_for_insn. * rtl.h (reorder_insns_nobb): Declare. * ssa.c (rename_equivalent_regs): Use emit_insn_before. * toplev.c (rest_of_compilation): Call free_bb_for_insn at places CFG is invalidated; do not call compute_bb_for_insn. * cfg.c (expunge_block): Invalidate BB structure. * (merge_blocks_nomove): Update properly BLOCK_FOR_INSN array. * cfg.c (verify_flow_info): Verify the basic_block_for_insn array. From-SVN: r45647
Jan Hubicka committed -
* cpphash.h (_cpp_lex_token): Update prototype. * cpplex.c (_cpp_lex_token): New prototype. * cpplib.c (skip_rest_of_line, check_eol, _cpp_handle_directive, lex_macro_node, read_flag, do_pragma_poison): Update. * cppmacro.c (cpp_get_token, parse_params, lex_expansion_token): Update. From-SVN: r45646
Neil Booth committed -
* cppmain.c (scan_translation_unit): Don't worry about putting a space after hashes. * cpplib.c (directive_diagnostics): New. (_cpp_handle_directive): Update to use directive_diagnostics. (run_directive): Don't toggle prevent_expansion. (do_line): Backup in case of the line extension. * cpplib.h (cpp_lexer_pos): Remove. * cppmacro.c (_cpp_create_definition): Precede a leading # with whitespace. * gcc.dg/cpp/line5.c: New testcase. From-SVN: r45645
Neil Booth committed -
From-SVN: r45644
GCC Administrator committed -
From-SVN: r45641
Richard Henderson committed
-
- 15 Sep, 2001 13 commits
-
-
From-SVN: r45640
Roman Lechtchinsky committed -
* Make-lang.in (cp/error.o): Depend on real.h * error.c: #include "real.h" From-SVN: r45639
Gabriel Dos Reis committed -
From-SVN: r45637
Neil Booth committed -
From-SVN: r45636
Neil Booth committed -
From-SVN: r45635
Aldy Hernandez committed -
PR preprocessor/3571 * tradcpp.c (handle_directive): Skip non-vertical space. From-SVN: r45633
Neil Booth committed -
* cppmain.c (setup_callbacks): Set line callback only if outputting preprocessed source. From-SVN: r45632
Neil Booth committed -
* collect2.c (main): Const-ification. * gcc.c (translate_options, process_command): Use xstrdup in lieu of xmalloc/strcpy. (main): Use concat in lieu of xmalloc/strcpy/strcat. cp: * mangle.c (mangle_conv_op_name_for_type): Use concat in lieu of xmalloc/strcpy/strcat. From-SVN: r45631
Kaveh R. Ghazi committed -
echristo on 15-Sep-01. From-SVN: r45630
Gerald Pfeifer committed -
* doc/install.texi (Specific, alphaev5-cray-unicosmk*): Fix example. From-SVN: r45629
Roman Lechtchinsky committed -
From-SVN: r45628
Neil Booth committed -
* cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos. Split mlstring_pos into mls_line and mls_col. * cppinit.c (cpp_create_reader): Initialize line to 1. (cpp_destroy): Free tokenruns. (push_include): Don't update lexer_pos. * cpplex.c (unterminated, parse_string): Update. (lex_token): Don't update lexer_pos, update. * cpplib.c (if_stack): Save line instead of line + col. (start_directive, _cpp_do__Pragma, do_else, do_elif, push_conditional, _cpp_pop_buffer): Update. * cppmacro.c (funlike_invocation_p): Don't save lexer_pos. (_cpp_create_definition): Update. From-SVN: r45627
Neil Booth committed -
From-SVN: r45626
GCC Administrator committed
-