| Commit message (Expand) | Author | Age | Files | Lines |
* | internal.h: Update references to Cpp lib filenames. | Gabriel Dos Reis | 2005-01-02 | 6 | -21/+29 |
* | Daily bump. | GCC Administrator | 2005-01-02 | 2 | -2/+2 |
* | re PR rtl-optimization/12092 (ICE: Floating point exception) | Roger Sayle | 2005-01-02 | 4 | -3/+30 |
* | 13189.cc: Fix, first include testsuite_hooks.h, to know whether including ext... | Paolo Carlini | 2005-01-01 | 3 | -4/+10 |
* | cxa_vec.C: Add -flat_namespace on Darwin 6 and 7. | Geoffrey Keating | 2005-01-01 | 3 | -1/+9 |
* | 1.cc: Fix, null-terminate array1 at the outset. | Paolo Carlini | 2005-01-01 | 4 | -6709/+6717 |
* | tree.c (int_fits_type_p): A narrower type always fits in a wider one... | Roger Sayle | 2005-01-01 | 2 | -4/+17 |
* | tree.c (int_fits_type_p): Compare the result of force_fit_type with the origi... | Roger Sayle | 2005-01-01 | 2 | -5/+11 |
* | Rotate ChangeLog | Steven Bosscher | 2005-01-01 | 2 | -26890/+26891 |
* | re PR middle-end/17544 (incorrect -Wunreachable-code warning for mains with a... | Steven Bosscher | 2005-01-01 | 9 | -13/+93 |
* | re PR tree-optimization/19042 (Complex types are not SRA all the time.) | Richard Henderson | 2004-12-31 | 2 | -1/+12 |
* | re PR middle-end/17799 (Non-optimizing compile loses 'this') | Richard Henderson | 2004-12-31 | 15 | -24/+62 |
* | Daily bump. | GCC Administrator | 2005-01-01 | 2 | -2/+2 |
* | re PR target/19211 (GNAT bug box compiling a-exexda.adb with stage1 compiler) | Andrew Pinski | 2004-12-31 | 2 | -1/+8 |
* | types.c (FFI_AGGREGATE_TYPEDEF): Remove. | Richard Henderson | 2004-12-31 | 2 | -66/+35 |
* | types.c (FFI_TYPE_POINTER): Define with sizeof. | Richard Henderson | 2004-12-31 | 6 | -857/+957 |
* | type_traits (is_member_function_pointer): Provide a workaround for c++/19076,... | Paolo Carlini | 2004-12-31 | 15 | -74/+298 |
* | tree-scalar-evolution.c (instantiate_parameters_1): Copy the expression only ... | Zdenek Dvorak | 2004-12-31 | 2 | -4/+36 |
* | * pa-hpux.h (HANDLE_SYSV_PRAGMA, HANDLE_PRAGMA_PACK_PUSH_POP): Define. | John David Anglin | 2004-12-31 | 2 | -0/+12 |
* | re PR target/18701 (mmix-knuth-mmixware gcc.c-torture/execute failures: 20010... | Hans-Peter Nilsson | 2004-12-31 | 2 | -2/+10 |
* | re PR target/18701 (mmix-knuth-mmixware gcc.c-torture/execute failures: 20010... | Hans-Peter Nilsson | 2004-12-31 | 2 | -1/+15 |
* | * testsuite/lib/libjava.exp (libjava_find_gij): Handle multilibs. | Andreas Jaeger | 2004-12-31 | 2 | -306/+310 |
* | Daily bump. | GCC Administrator | 2004-12-31 | 2 | -2/+2 |
* | update_version (ADD_BRANCHES): Replace lno-branch with autovect-branch. | Sebastian Pop | 2004-12-31 | 2 | -1/+6 |
* | cp-tree.h (cp_declarator): Split "name" field into qualifying_scope and unqua... | Mark Mitchell | 2004-12-30 | 7 | -132/+138 |
* | type_traits: Add has_trivial_copy, has_trivial_assign, has_nothrow_copy, has_... | Paolo Carlini | 2004-12-30 | 11 | -0/+459 |
* | ia64.c (hfa_element_mode): Return false for zero-sized top-level aggregates. | Richard Henderson | 2004-12-30 | 2 | -3/+15 |
* | read_eof.f90: Open scratch file, not /dev/null. | David Edelsohn | 2004-12-30 | 2 | -1/+7 |
* | re PR target/18019 (-march=pentium4 generates word fetch instead of byte fetch) | Jan Hubicka | 2004-12-30 | 2 | -2/+7 |
* | re PR ada/19128 (Bug box while building asharp) | Sohail Somani | 2004-12-30 | 2 | -26/+31 |
* | re PR objc/18971 (Can't send messages to methods with arrays as parameters) | Ziemowit Laski | 2004-12-30 | 4 | -6/+130 |
* | global.c (regclass_intersect): Remove. | Steven Bosscher | 2004-12-30 | 2 | -21/+10 |
* | ia64.c (ia64_function_value): Use PARALLEL for aggregates with XF/XCmode. | Richard Henderson | 2004-12-30 | 2 | -6/+27 |
* | 20040813-1.c: Disable for alpha and ia64. | Richard Henderson | 2004-12-29 | 3 | -2/+7 |
* | target.h (targetm.calls.arg_partial_bytes): New. | Richard Henderson | 2004-12-29 | 69 | -424/+464 |
* | vector.tcc (erase(iterator, iterator), [...]): Qualify all calls to std::copy(). | Jonathan Wakely | 2004-12-30 | 2 | -3/+9 |
* | mmix.h (ASM_OUTPUT_INTERNAL_LABEL): Define. | Hans-Peter Nilsson | 2004-12-30 | 4 | -0/+21 |
* | * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): True. | Richard Henderson | 2004-12-29 | 2 | -3/+17 |
* | re PR c++/19190 (warning "value computed is not used" emitted too often) | Mark Mitchell | 2004-12-30 | 4 | -2/+23 |
* | Minimal fixes for -fno-exceptions. | Paolo Carlini | 2004-12-30 | 4 | -7/+22 |
* | Daily bump. | GCC Administrator | 2004-12-30 | 2 | -2/+2 |
* | tree-outof-ssa.c (insert_backedge_copies): New function. | Jeff Law | 2004-12-29 | 2 | -0/+102 |
* | tree-vectorizer.c (vect_get_base_and_offset): Adjust call too get_inner_refer... | Dorit Nuzman | 2004-12-29 | 1 | -1/+1 |
* | re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-addre... | Ira Rosen | 2004-12-29 | 2 | -531/+309 |
* | re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-addre... | Ira Rosen | 2004-12-29 | 2 | -24/+30 |
* | re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-addre... | Ira Rosen | 2004-12-29 | 3 | -22/+242 |
* | re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-addre... | Ira Rosen | 2004-12-29 | 2 | -171/+116 |
* | type_traits: Add has_nothrow_constructor. | Paolo Carlini | 2004-12-29 | 4 | -0/+110 |
* | gfortran.h (gfc_case): fix typo in comment. | Steven G. Kargl | 2004-12-29 | 2 | -2/+6 |
* | * objc.dg/stabs-1.m: Disable for alpha. | Richard Henderson | 2004-12-28 | 2 | -1/+5 |