aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-05-24macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.Ollie Wild10-0/+92
2007-05-24postreload-gcse.c (reg_changed_after_insn_p): New function.Richard Sandiford3-105/+55
2007-05-24ChangeLog: Whitespace fixes.Uros Bizjak2-12/+13
2007-05-24passes.texi: Document predictive commoning.Zdenek Dvorak26-32/+3125
2007-05-24Fotgotten changelog entry:Jan Hubicka1-0/+4
2007-05-24target-def.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Correct default hook.H.J. Lu2-1/+6
2007-05-24invoke.texi (-fdump-unnumbered): Update docs when line number notes are gone.Jan Hubicka5-7/+37
2007-05-24re PR testsuite/32062 (Some MASKs aren't sufficient in certain sse4_1 tests)H.J. Lu2-0/+7
2007-05-24re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak9-52/+121
2007-05-24i386.c (ix86_handle_option): Handle SSE4.1 for -msse/-msse2/-msse3.H.J. Lu2-6/+14
2007-05-24i386.c (ix86_init_mmx_sse_builtins): Mark __builtin_ia32_vec_set_v2di with MA...H.J. Lu2-1/+6
2007-05-24re PR target/27067 (Compile errors with multiple inheritance where the stdcal...Danny Smith12-42/+146
2007-05-24re PR testsuite/32038 (gfortran.dg/pr25603.f is invalid code)Francois-Xavier Coudert2-0/+47
2007-05-24re PR fortran/31716 (segfault with real array bounds)Jerry DeLisle2-1/+8
2007-05-24c-common.c (c_common_signed_or_unsigned_type): Delay the check for INTEGRAL_T...Rafael Avila de Espindola3-6/+16
2007-05-24Daily bump.GCC Administrator1-1/+1
2007-05-23* g++.dg/other/vrp1.C: New test.Ian Lance Taylor2-0/+16
2007-05-23re PR preprocessor/20077 (GCC accepts macro definitions that fail a constraint)Simon Martin2-0/+20
2007-05-23Fix up MIPS16 hard float and add support for complex.Sandra Loosemore12-555/+1140
2007-05-23* gcc.dg/bf-spl1.c, gcc.dg/m68k-pic-1.c: Enable on fido-*-*.Kazu Hirata3-2/+6
2007-05-23invoke.texi (Invoking GCC): Document that the order of the -l option matters.Ian Lance Taylor2-3/+9
2007-05-23sse3-addsubpd.c: Don't include stdlib.h nor i386-cpuid.h.H.J. Lu29-459/+143
2007-05-23re PR fortran/32046 (wrong code with -O2 for gfortran.dg/interface_12.f90 & r...Francois-Xavier Coudert4-9/+32
2007-05-23re PR target/30987 (Problem while compiling gcc for score)Chen Liqin5-48/+13
2007-05-23tree-vrp.c (avoid_overflow_infinity): New static function, broken out of set_...Ian Lance Taylor2-13/+31
2007-05-23re PR fortran/18923 (segfault after subroutine name confusion)Jerry DeLisle2-4/+9
2007-05-22re PR middle-end/31095 (ICE in expand_expr_real_1, at expr.c:8786)Andrew Pinski4-0/+26
2007-05-23Daily bump.GCC Administrator1-1/+1
2007-05-22lower-subreg.c (decompose_multiword_subregs): If we change an insn, call remo...Ian Lance Taylor2-0/+9
2007-05-22re PR tree-optimization/31606 (ICE in try_instantiate_multiple_fields, at tre...Andrew Pinski2-0/+16
2007-05-22sse4_1-check.h: Don't include <stdio.h>.H.J. Lu2-1/+4
2007-05-2220000320-1.x, [...]: XFAIL on m68k-*-* and check_effective_target_coldfire_fpu.Kazu Hirata3-8/+14
2007-05-22name-lookup.c (ambiguous_decl): Adds check for hidden types.Ollie Wild5-2/+48
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford24-346/+288
2007-05-22decl.c (duplicate_decls): Verify namespace names are unique.Ollie Wild5-22/+63
2007-05-22i386-2.C: Update comments on header files tested.H.J. Lu5-17/+65
2007-05-22sse4_1-check.h: Don't include ../auto-host.h.H.J. Lu2-2/+4
2007-05-22mode-switching.c (reg_dies): Change type of second argument to "HARD_REG_SET *".Richard Sandiford2-5/+11
2007-05-22hard-reg-set.h (GO_IF_HARD_REG_SUBSET, [...]): Delete in favor of...Richard Sandiford12-218/+275
2007-05-22func-array.c: Support -DDBG to report individual failures.Janis Johnson13-169/+315
2007-05-22gcc/Janis Johnson20-19/+91
2007-05-22i386-cpuid.h (bit_SSE4_1): New.H.J. Lu69-0/+3383
2007-05-22config.gcc (i[34567]86-*-*): Add smmintrin.h to extra_headers.H.J. Lu12-101/+2295
2007-05-22re PR fortran/31627 ([4.1/4.2 only] -bounds-check doesn't check lower bound o...Francois-Xavier Coudert4-57/+109
2007-05-22i386.exp (check_effective_target_ssse3): New.Uros Bizjak22-0/+72
2007-05-22* misc.c (enumerate_modes): Consider log2_b to always be one.Alexandre Oliva2-1/+5
2007-05-22linux.h (ASM_SPEC): Add asm_pcrel_spec.Nathan Sidwell4-6/+15
2007-05-22install.texi (Building a cross compiler): Add requirements for Java cross com...David Daney2-0/+12
2007-05-22Daily bump.GCC Administrator1-1/+1
2007-05-21decl.c (cxx_maybe_build_cleanup): Handle __attribute__((cleanup)).Mark Mitchell14-11/+747