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