aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2009-05-14arm.h (PROMOTE_FUNCTION_MODE): Remove handling of MODE_COMPLEX_INT.Paolo Bonzini2-3/+7
2009-05-14decl.c (elaborate_expression_1): Remove GNAT_EXPR parameter and move check fo...Eric Botcazou3-125/+111
2009-05-14alpha.c (alpha_initialize_trampoline): Change 0 to LCT_NORMAL in function call.Rainer Orth4-7/+17
2009-05-14re PR fortran/39996 (Double typing of function results not detected)Janus Weil7-33/+90
2009-05-14c38202a.ada: Use Impdef.Laurent Guerby3-9/+17
2009-05-14Fix formattingEric Botcazou1-11/+11
2009-05-14mips.c (mips_print_operand): Check for invalid values of LETTER.Adam Nemet2-0/+11
2009-05-142009-05-13 Taras Glek <tglek@mozilla.com>Taras Glek11-6/+155
2009-05-14Updated the wrong changelogTaras Glek2-4/+4
2009-05-14decl.c (duplicate_decls): Preserve parameter attributes.David Mandelin2-0/+15
2009-05-14msformat-c.c (ms_printf_length_specs): Use enumeration values even in sentine...Dave Korn2-12/+23
2009-05-14Daily bump.GCC Administrator1-1/+1
2009-05-14tree-ssa-sccvn.c (compare_ops): Stabilize qsort.Doug Kwan2-4/+11
2009-05-14re PR fortran/39865 (ICE in gfc_conv_scalarized_array_ref)Jakub Jelinek13-80/+311
2009-05-13re PR preprocessor/36674 (#include location is offset by one row in errors fr...Manuel López-Ibáñez2-0/+17
2009-05-13mips.md (store): Add attributes for QI and HI.Adam Nemet2-26/+14
2009-05-14Correct datestamp of my most recent entry.Ben Elliston1-1/+1
2009-05-13Makefile.in (TEXI_GCCINT_FILES): Add plugins.texi.Brad Hards2-1/+5
2009-05-14re PR middle-end/40035 (ICE when cross-compiling with -Os)Ben Elliston4-1/+32
2009-05-13gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl14-241/+272
2009-05-13pr39543-2.c: Skip if ilp32 && pic.Kaveh R. Ghazi2-0/+5
2009-05-13re PR middle-end/39976 (Big sixtrack degradation on powerpc 32/64 after revis...Michael Matz2-1/+76
2009-05-13c-pragma.c (enum pragma_switch_t): Prefix constants with PRAGMA_.Janis Johnson2-12/+18
2009-05-13Makefile.in (build/gencheck.o): Depend upon all-tree.def, not tree.def.Ian Lance Taylor2-1/+6
2009-05-13gfortran.h (gfc_code): Rename struct member label to label1.Steven G. Kargl7-34/+45
2009-05-13t-uclinux (M68K_MLIB_CPU): Check for FL_UCLINUX.Nathan Sidwell4-10/+18
2009-05-13re PR fortran/34153 (Debugging: Cannot set breakpoint in comment lines or "EN...Tobias Burnus7-1/+22
2009-05-13invoke.texi (-fwhole-file): Update docs.Jan Hubicka3-3/+7
2009-05-13Daily bump.GCC Administrator1-1/+1
2009-05-12sh.h (OVERRIDE_OPTIONS): Clear flag_schedule_insns unless -fschedule-insns is...Kaz Kojima2-2/+10
2009-05-12re PR target/39561 (-mno-expand-cbranchdi broken)Kaz Kojima4-16/+16
2009-05-13re PR fortran/40110 (Bind(C): gfortran rejects the questionable but formally ...Tobias Burnus6-11/+24
2009-05-12sh-protos.h (sh_legitimate_index_p): Declare.Kaz Kojima4-164/+191
2009-05-12re PR target/37179 (gcc emits bad opcode 'ffreep')H.J. Lu1-1/+1
2009-05-12loop-36.c: Reduce amount of iterations to 2 so unrolling still happens.Jan Hubicka8-15/+72
2009-05-12df-core.c: Update head documentation.Paolo Bonzini2-20/+17
2009-05-12Fix PR bootstrap/40118Michael Meissner2-3/+9
2009-05-12default_format_1.f90: XFAIL on cygwin.David Billinghurst2-2/+7
2009-05-12re PR target/37197 (-msse4 ICE on __builtin_parityl)Uros Bizjak2-545/+559
2009-05-12revert: optabs.c (prepare_cmp_insn): Temporarily disable test that causes spu...Paolo Bonzini2-0/+20
2009-05-12Merge cond-optab branch.Paolo Bonzini145-10268/+4973
2009-05-12target-supports.exp (check_profiling_available): Return false for -p on *-*-c...David Billinghurst2-0/+10
2009-05-12optabs.c (prepare_cmp_insn): Temporarily disable test that causes spurious di...Paolo Bonzini2-12/+5
2009-05-12re PR target/37137 (unrecognized command line option "-minterlink-mips16")Alexandre Oliva4-15/+45
2009-05-12tree.c (iterative_hash_pointer): Delete.Alexandre Oliva2-25/+13
2009-05-12re PR bootstrap/40103 (CLooG header files are not -Wc++-compat ready)Ian Lance Taylor2-0/+13
2009-05-12Daily bump.GCC Administrator1-1/+1
2009-05-11re PR tree-optimization/38632 (ICE with try/catch and -ftree-parallelize-loops)H.J. Lu2-0/+27
2009-05-11ipa-cp.c (ipcp_cloning_candidate_p): Add missing return false.Martin Jambor2-0/+5
2009-05-11pr21829.c: Simplify matching since we now optimize better.Jan Hubicka13-60/+229