Age | Commit message (Expand) | Author | Files | Lines |
2004-08-07 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-08-06 | intrinsic.c (add_subroutines): Add getenv and get_environment_variable. | Janne Blomqvist | 6 | -4/+90 |
2004-08-06 | f95-lang.c (gfc_init_builtin_functions): Fix the number of __builtin_pow[f] a... | Feng Wang | 2 | -2/+7 |
2004-08-06 | arith.c: Add #define for model numbers. | Steven G. Kargl | 14 | -1334/+890 |
2004-08-06 | symbian.h (CC1_SPEC): Avoid passing duplicate options to the compiler. | Mark Mitchell | 5 | -4/+33 |
2004-08-06 | params.def (PARAM_MIN_CROSSJUMP_INSNS): New. | Pat Haugen | 4 | -1/+26 |
2004-08-06 | trans-array.c (gfc_trans_allocate_array_storage, [...]): For functions... | Paul Brook | 6 | -68/+291 |
2004-08-06 | utils.c (gnat_define_builtin): Remove second parameter of make_decl_rtl. | Andreas Schwab | 2 | -2/+8 |
2004-08-06 | re PR c/13282 (A "-Wno..." switch to turn off "missing initializer" warnings) | Richard Sandiford | 12 | -13/+99 |
2004-08-06 | expr.c (expand_expr_real_1): Remove. | Paolo Bonzini | 7 | -15/+11 |
2004-08-06 | i386.c (ix86_expand_clrmem): Move gen_cld down to the places where it is actu... | Jakub Jelinek | 2 | -11/+63 |
2004-08-06 | re PR tree-optimization/16807 ([lno] Weird loop unrolling) | Zdenek Dvorak | 2 | -9/+46 |
2004-08-06 | symbian.h (CC1_SPEC): Add -fno-short-enums. | Mark Mitchell | 7 | -2/+40 |
2004-08-06 | m68k.c (post_inc_operand,pre_dec_operand): New. | Roman Zippel | 4 | -203/+154 |
2004-08-06 | visibility-8.C: Add constructor and destructor tests. | Mark Mitchell | 2 | -0/+16 |
2004-08-06 | lang.c (flag_emit_class_files, [...]): Remove explicit declarations. | Kelley Cook | 3 | -141/+41 |
2004-08-06 | tree.c (handle_dll_attribute): Move here from i383/winnt.c. | Mark Mitchell | 43 | -194/+410 |
2004-08-06 | g++spec.c (lang_specific_driver): An -Xlinker or -Wl, option means that libst... | Geoffrey Keating | 2 | -1/+15 |
2004-08-06 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-08-05 | tree-ssa-loop-manip.c: New file. | Zdenek Dvorak | 6 | -1/+373 |
2004-08-05 | pa.c (pa_asm_output_aligned_bss, [...]): New functions. | John David Anglin | 7 | -51/+153 |
2004-08-05 | re PR bootstrap/14893 (3.4.0-20040406, 'make install' fails on doc/gcjh.1) | Michael Chastain | 2 | -1/+13 |
2004-08-05 | objc-act.c (build_objc_string_object): Mark the address expression as constant. | Andrew Pinski | 2 | -1/+8 |
2004-08-05 | * gcc.dg/sh4a-fprun.c: Fix dg-do typo. | David Edelsohn | 2 | -1/+5 |
2004-08-05 | rs6000.c (rs6000_rtx_costs): Fix mask_operand and mask64_operand thinkos. | David Edelsohn | 2 | -6/+27 |
2004-08-05 | linux.h, [...]: Remove definitions conditioned on USE_GNULIBC_1 or conditione... | Joseph Myers | 4 | -97/+15 |
2004-08-05 | tree.h (force_fit_type): Return a tree, take three flags. | Nathan Sidwell | 10 | -152/+197 |
2004-08-05 | re PR tree-optimization/16864 (Segmentation fault during tree tail call elimi... | Zdenek Dvorak | 2 | -1/+17 |
2004-08-05 | i386.c (ix86_expand_prologue): If the function uses a frame pointer, restore ... | Richard Sandiford | 4 | -1/+48 |
2004-08-04 | 20020118-1.c: Declare abort. | Andrew Pinski | 6 | -0/+18 |
2004-08-05 | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 32 | -266/+216 |
2004-08-05 | * g++.dg/ext/altivec_check.h: Declare exit as extern "C". | Geoffrey Keating | 2 | -1/+5 |
2004-08-05 | config.gcc (case i[34567]86-*-lynxos*): Update to LynxOS 4.0. | Adam Nemet | 12 | -459/+469 |
2004-08-05 | c-common.c (c_stddef_cpp_builtins): Define __INTMAX_TYPE__ and __UINTMAX_TYPE__. | Joseph Myers | 11 | -77/+80 |
2004-08-05 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-08-04 | rs6000.c (rs6000_rtx_costs): LABEL_REFs are zero cost. | David Edelsohn | 2 | -4/+11 |
2004-08-04 | * g++.dg/tc1/dr147.C: Add reference to PR. | Giovanni Bajo | 2 | -1/+5 |
2004-08-04 | basic-block.h (profile_staus): New global variable. | Jan Hubicka | 10 | -34/+105 |
2004-08-04 | Makefile.in (RTL_BASE_H, RTL_H): Correct. | Zack Weinberg | 8 | -94/+67 |
2004-08-04 | tree-cfg.c (tree_duplicate_bb): Mark duplicated definitions. | Zdenek Dvorak | 7 | -71/+134 |
2004-08-04 | defaults.h (TARGET_DECLSPEC): New macro. | Mark Mitchell | 12 | -37/+61 |
2004-08-04 | Add missing ChangeLog entry | Mark Mitchell | 1 | -0/+3 |
2004-08-04 | mips-args-[23].c: Declare abort() and exit(). | Richard Sandiford | 5 | -0/+17 |
2004-08-04 | Fix typo. | Paul Brook | 1 | -1/+1 |
2004-08-04 | decl.c (complete_array_type): Don't gratuitously copy maxindex. | Nathan Sidwell | 2 | -3/+5 |
2004-08-04 | target-def.h (TARGET_CXX_CDTOR_RETURNS_THIS): Define. | Paul Brook | 12 | -32/+146 |
2004-08-04 | c-lex.c (narrowest_unsigned_type, [...]): Take low/high pair. | Nathan Sidwell | 2 | -24/+42 |
2004-08-04 | config/sh/sh.h (TARGET_SWITCHES): Add no-renesas to select the GCC ABI. | Nick Clifton | 3 | -1/+19 |
2004-08-04 | cfglayout.c (insn_locators_initialize): Update the current location before in... | Nathan Sidwell | 2 | -31/+41 |
2004-08-04 | typeck.c (convert_ieee_real_to_integer): Call fold on the range checking tree... | Roger Sayle | 2 | -18/+29 |