aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-01-06* gcc.c-torture/compile/20050105-1.c: New test.Jakub Jelinek2-0/+9
2005-01-05combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher18-70/+104
2005-01-05* gcc.dg/darwin-weakimport-2.c: Remove stray 'APPLE LOCAL' marker.Geoffrey Keating2-1/+4
2005-01-05Fix an oopsie in the last commit, sorryStan Shebs1-1/+1
2005-01-05* ifcvt.c (find_if_case_1): Revert 2005-01-04 change.Roger Sayle2-15/+5
2005-01-05re PR target/18910 (unrecognisable insn in regclass on x86/amd64)Jan Hubicka3-6/+45
2005-01-05re PR target/12902 (Invalid assembly generated when using SSE / xmmintrin.h)Richard Henderson4-59/+143
2005-01-05* gcj.texi (Standard Properties): java.ext.dirs is now used.Tom Tromey2-1/+5
2005-01-05arm.c (arm_return_in_memory): Treat complex types as aggregates for AAPCS ABIs.Julian Brown2-2/+9
2005-01-05unwind-dw2-fde-darwin.c (examine_objects): Use 64-bit Mach-O getters if ppc64.Stan Shebs4-6/+34
2005-01-05[Missed by the previous cvs commit!]Roger Sayle1-2/+5
2005-01-05re PR middle-end/19100 (Wrong code for ?-operator with casted ?-operator pred...Roger Sayle4-3/+43
2005-01-05* c-parse.in (asm_string): Add trailing semicolon.Joseph Myers2-0/+5
2005-01-05c-parse.in (asm_string): New.Joseph Myers4-12/+71
2005-01-05c-typeck.c (constructor_no_implicit): Remove.Joseph Myers2-14/+11
2005-01-05re PR target/16482 (gcc.c-torture/unsorted/SFset.c fails with "-O2 -m4")J"orn Rennecke2-23/+187
2005-01-05arm.h (TARGET_OPTIONS): Correctly record -mhard-float and -msoft-float in tar...Richard Earnshaw3-3/+9
2005-01-05vfp.md (arm_movsi_vfp): Hide VFP register classes from register preferencing.Richard Earnshaw2-2/+7
2005-01-05re PR c++/19030 (ice on tree check)Nathan Sidwell10-104/+145
2005-01-05invoke.texi (Intel 386 and AMD x86-64 Options): Replace i387 with 'i386 compi...Uros Bizjak2-3/+8
2005-01-05ifcvt.c (find_if_case_1): Avoid creating an empty forwarder block...Roger Sayle2-1/+21
2005-01-04re PR c/19152 (IMA and external inline don't get along)Andrew Pinski2-12/+49
2005-01-05Daily bump.GCC Administrator1-1/+1
2005-01-04re PR tree-optimization/19158 (GNAT Bug Box compiling makegpr.adb of the GNAT...Richard Henderson2-22/+49
2005-01-04* toplev.c (get_src_pwd): Handle failure of getpwd().Geoffrey Keating2-1/+9
2005-01-04fold-const.c (fold_single_bit_test): Delete unreachable handling of TRUTH_NOT...Roger Sayle2-22/+8
2005-01-04re PR preprocessor/19257 (mmix-knuth-mmixware testsuite failure: gcc.dg/cpp/s...Geoffrey Keating2-1/+6
2005-01-04sparc.md (save_register_windowdi): Add missing mode.Eric Botcazou2-6/+11
2005-01-04* tree-mudflap.c (mf_varname_tree): Fix thinko setting declname.Richard Henderson2-2/+8
2005-01-04re PR middle-end/17767 (MMX intrinsics cause internal compiler error)Uros Bizjak5-2/+34
2005-01-04re PR tree-optimization/18308 (ICE in do_jump, at dojump.c:274)Paolo Bonzini5-13/+73
2005-01-04tree-vectorizer.c (vect_analyze_offset_expr): Test for INTEGER_CST instead of...Ira Rosen2-5/+14
2005-01-04tree-eh.c (replace_goto_queue): Return early if the queue is empty.Eric Botcazou2-0/+6
2005-01-04* gnat_ugn.texi: Fix texi errors with null variables.Arnaud Charlet2-5/+11
2005-01-04re PR target/19240 (runtime performance regression in floating point heavy co...Uros Bizjak2-2/+10
2005-01-04fold-const.c (force_fit_type): Cope with types larger than 2 HWI.Richard Henderson2-131/+156
2005-01-04re PR target/19235 (GCC generates SSE2 instructions for AthlonXP which doesn'...Richard Henderson2-28/+55
2005-01-04tree-vectorizer.c (vect_strip_conversions): New function.Ira Rosen2-15/+50
2005-01-04* gcc.target/i386/amd64-abi-1.c: Only run as 64-bit tests.Andreas Jaeger2-0/+5
2005-01-04Correct typo in PR numberR. Kelley Cook1-1/+1
2005-01-04Index: libcpp/ChangeLogGeoffrey Keating6-0/+32
2005-01-04Fix PR debug/17924 Fix PR debug/19191Daniel Berlin7-1/+120
2005-01-04Daily bump.GCC Administrator1-1/+1
2005-01-03darwin.c (darwin_handle_weak_import_attribute): Permit VAR_DECLs to have weak...Geoffrey Keating5-3/+24
2005-01-03darwin-fallback.c: Use 'ucontext_t' rather than 'struct ucontext'.Geoffrey Keating2-3/+8
2005-01-03passes.c (rest_of_compilation): Don't run regmove if only flag_expensive_opti...Steven Bosscher2-1/+6
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl29-82/+51
2005-01-03litecoff.h (TARGET_OS_CPP_BUILTINS): Do not register "sparc".Eric Botcazou6-21/+9
2005-01-03* g++.old-deja/g++.ext/attrib5.C: Move the alias after the referent.Richard Henderson2-1/+5
2005-01-03ia64.c (TARGET_VECTOR_MODE_SUPPORTED_P): New.Richard Henderson15-66/+1544