2004-01-25 |
Joseph Myers | * de.po: Update. |
commit | commitdiff | tree | snapshot |
2004-01-25 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Kazu Hirata | cris.c (TARGET_PROMOTE_FUNCTION_ARGS): New. |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Michael Koch | 2004-01-24 Michael Koch <konqueror@gmx.de> |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Ian Lance Taylor | re PR bootstrap/13848 (bootstrap failure - ICE in ada... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Michael Koch | Makefile.am: Added library version to gtk peer lib. |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Michael Koch | InflaterInputStream.java: Merged class documentation... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Paolo Carlini | basic_string.tcc (operator+(const _CharT*, const basic_... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Paolo Carlini | basic_string.tcc (rfind(_CharT, size_type)): Revert... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Andreas Tobler | pyobjc-tc.c (main): Treat result value as of type ffi_arg. |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Jan Hubicka | emit-rtl.c (change_address, [...]): Return early when... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Paolo Carlini | basic_string.h (insert(size_type, const basic_string... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Paolo Carlini | basic_string.h (assign(const basic_string&, size_type... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Jakub Jelinek | simplify-rtx.c (simplify_relational_operation): Don... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Kazu Hirata | gcc.c (process_command): Don't internationalize the... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Andreas Tobler | cse.c: (cse_cc_succs) Fix comparison warning. |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Kazu Hirata | * config/h8300/h8300.md: Remove extraneous USE in expan... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Kazu Hirata | h8300-protos.h: Provide prototypes for h8300_legitimate... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Kazu Hirata | h8300.h (REG_OK_FOR_INDEX_NONSTRICT_P): New. |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Zack Weinberg | * gcc.dg/builtins-30.c: Move dg-warning marks to the... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Paolo Carlini | re PR libstdc++/13838 (std::bitset<>::operator |= error... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Jan Hubicka | * cselib.c (remove_useless_values): Do not access... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Joseph Myers | c-typeck.c (build_conditional_expr): Do not allow non... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Paolo Carlini | basic_string.tcc (insert(size_type, const _CharT*,... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
DJ Delorie | Makefile.def (target_modules): Don't stage. |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Stefan Olsson | mt_allocator.h: Reduce lock contention. |
commit | commitdiff | tree | snapshot |
2004-01-24 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Kazu Hirata | * recog.c: Fix a typo in copyright. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Andrew Pinski | re PR c++/13701 (g++.old-deja/g++.eh/cleanup2.C ICEs) |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Andrew Pinski | 20030121-1.c: Move to .. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Andrew Pinski | rs6000.md (call): Fix misappiled patch. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Richard Henderson | combine.c (SHIFT_COUNT_TRUNCATED): Provide default... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Bob Wilson | xtensa.c (xtensa_va_arg): Handle complex values as... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Hartmut Penner | re PR rtl-optimization/13674 (ICE in reload_cse_simplif... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Jan Hubicka | emit-rtl.c (change_address_1): Do not re-generate the... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Jan Hubicka | alloc-pool.c (align_four): Kill. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Ian Lance Taylor | re PR target/1532 (-O3 generates (obviously) redundant... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Rainer Orth | inclhack.def (bad_lval): Renamed to ... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Andrew Pinski | re PR c/13814 (rejects different prototypes than builti... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Roger Sayle | * gcc.dg/builtins-29.c: New test case. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Zack Weinberg | re PR c/18314 (Abnormal behavior in optimization) |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Jakub Jelinek | config.gcc (powerpc*-*): Clear $with_cpu or $with_tune... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Jakub Jelinek | linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Corrected... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Eric Botcazou | fold-const.c (fold_binary_op_with_conditional_arg)... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Paolo Carlini | re PR libstdc++/13831 (Unused variable in basic_filebuf... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Kaveh R. Ghazi | re PR c/13814 (rejects different prototypes than builti... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Daniel Jacobowitz | arm.c (arm_legitimate_address_p): Don't check the mode... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Roger Sayle | real.c (real_floor, real_ceil): Tweak to allow input... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Michael Koch | FileLockImpl.java: Compile fixes. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Michael Koch | VMClassLoader.java: Reworked imports. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Alexandre Oliva | re PR target/13819 (sh-elf broken; abort in sh_reorg()) |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Michael Koch | AbstractAction.java: Reformated. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Michael Koch | 2004-01-23 Michael Koch <konqueror@gmx.de> |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Michael Koch | FileLockImpl.java: Fixed filename in copyright. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Michael Koch | 2004-01-23 Michael Koch <konqueror@gmx.de> |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Paolo Carlini | basic_string.h (push_back(_CharT)): Call _M_replace_aux. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Michael Koch | 2004-01-23 Michael Koch <konqueror@gmx.de> |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Jan Hubicka | * i386.c (ix86_emit_restore_regs_using_mov): Deal... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
J"orn Rennecke | tm.texi: Insert some weasel words when LOAD_EXTEND_OP... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Michael Koch | AbstractAction.java: Reformated. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Michael Koch | 2004-01-23 Michael Koch <konqueror@gmx.de> |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Michael Koch | 2004-01-23 Michael Koch <konqueror@gmx.de> |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Michael Koch | BitwiseXORComposite-1.png: New file. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Michael Koch | Class.java, [...]: Merged copyright with classpath. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Michael Koch | FileDescriptor.java: Merged copyright with classpath... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Jan Hubicka | basic-block.h (PROP_POSTRELOAD): New macro. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Arnaud Charlet | 1aexcept.adb, [...]: Removed, unused. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Arnaud Charlet | [multiple changes] |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Arnaud Charlet | re PR ada/13471 (Bug Box: Storage_Error stack overflow... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Eric Botcazou | sparc.c (scan_record_type): New function. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Loren J. Rittle | allocator_map_thread.cc: New test. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Andreas Tobler | compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
James A. Morrison | fptr.c: Fix old-style definition. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Tom Tromey | re PR libgcj/13107 (Wrong verification error in gij... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Paolo Bonzini | re PR rtl-optimization/13724 (Bad code generated for... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Roger Sayle | re PR rtl-optimization/13821 (IRIX 6.5 bootstrap failur... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Jeff Sturm | Removed testsuite/ChangeLog again; put entry into top... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Ian Lance Taylor | invoke.texi (Optimize Options): Note that --param argum... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Jeff Sturm | re PR java/13733 (The result of an assignment operator... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Jeff Sturm | re PR java/13733 (The result of an assignment operator... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Ulrich Weigand | cls_uint.c (cls_ret_uint_fn): Treat result value as... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Rainer Orth | config.gcc (mips-sgi-irix6*o32): Removed. |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Jan Hubicka | cfgcleanup.c (first_pass): New static variable. |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Bob Wilson | xtensa.c (function_arg): Generalize logic so that it... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Arnaud Vandyck | 2004-01-22 Arnaud Vandyck <arnaud.vandyck@ulg.ac.be> |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Kazu Hirata | h8300.h (REG_OK_FOR_INDEX_P_STRICT): Remove. |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Daniel Jacobowitz | * c-semantics.c (genrtl_while_stmt, genrtl_do_stmt_1) |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Thomas Fitzsimmons | 2004-01-22 Thomas Fitzsimmons <fitzsim@redhat.com> |
commit | commitdiff | tree | snapshot |
2004-01-22 |
DJ Delorie | Makefile.in: Convert to ./ throughout. |
commit | commitdiff | tree | snapshot |
2004-01-22 |
John David... | re PR target/13713 (gnat1 segmentation fault in stage... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Daniel Jacobowitz | arm.c: Include "debug.h". |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Ulrich Weigand | s390.c (s390_frame_info): Allow large frame sizes for... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Paolo Carlini | locale_facets.tcc (money_put::do_put(..., long double... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Paolo Carlini | basic_string.h (_M_replace_safe): Change signatures... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Roger Sayle | rtlanal.c (subreg_lsb_1): New function split out from... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Kazu Hirata | tm.texi (CASE_VECTOR_PC_RELATIVE): Mention that the... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Jan Hubicka | alias.c (reg_base_value): Turn into varray. |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Eric Botcazou | sparc.c (function_arg_slotno): Use FLOAT_TYPE_P to... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Jan Hubicka | function.c (allocate_struct_function): Do not initializ... |
commit | commitdiff | tree | snapshot |
next |