aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-01-26re PR other/47467 (hwint.h:239:3: error: implicit declaration of function 'abs')Richard Guenther3-1/+9
2011-01-26re PR lto/47423 (Many testsuite failures caused by missing gxx_visibility_sj0)Richard Guenther2-0/+11
2011-01-26re PR fortran/47339 (Fortran 2003/2008: Valid NAMELIST rejected; Fortran 95: ...Tobias Burnus13-75/+778
2011-01-26* c-ada-spec.c (dump_generic_ada_node): Avoid dereferencing null type.Arnaud Charlet2-0/+5
2011-01-26re PR pch/47430 (Random PCH related bootstrap failures on powerpc64-linux)Jakub Jelinek2-1/+13
2011-01-26re PR debug/45454 (ICE: in verify_target_availability, at sel-sched.c:1614)Alexandre Oliva2-0/+15
2011-01-26re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch...Dave Korn6-4/+52
2011-01-26re PR target/47246 (Invalid immediate offset for Thumb VFP store regression)Chung-Lin Tang2-1/+12
2011-01-26godump.c (go_define): Improve lexing of macro expansion to only accept expres...Ian Lance Taylor2-60/+248
2011-01-26ChangeLog: Add missing PR reference.Dave Korn4-0/+4
2011-01-26c.opt (-fkeep-inline-dllexport): New switch.Dave Korn22-13/+506
2011-01-26re PR tree-optimization/26854 (Inordinate compile times on large routines)Ian Lance Taylor2-45/+84
2011-01-26* ja.po, sv.po: Update.Joseph Myers3-1180/+1186
2011-01-26Daily bump.GCC Administrator1-1/+1
2011-01-25invoke.texi (Warning Options): Add missing hyphen.Jonathan Wakely2-5/+11
2011-01-25re PR debug/45136 (-fcompare-debug failure with -Os -fschedule-insns)Alexandre Oliva7-37/+78
2011-01-25Add testcase for PR46970.Sebastian Pop2-0/+33
2011-01-25Add testcase for PR46215.Sebastian Pop2-0/+17
2011-01-25Add testcase for PR46168.Sebastian Pop2-0/+20
2011-01-25Add testcase for PR43657.Sebastian Pop2-0/+57
2011-01-25Add testcase for PR29832.Sebastian Pop2-0/+31
2011-01-25Add testcase for PR43567.Sebastian Pop3-0/+36
2011-01-25Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop58-4814/+628
2011-01-25re PR tree-optimization/47265 (Error: SSA name in freelist but still referenced)Jakub Jelinek5-2/+50
2011-01-25re PR tree-optimization/47382 (g++.dg/ipa/devirt-d-1.C FAILs with -finline-fu...Martin Jambor5-44/+43
2011-01-25m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to sjlj_except_unwind_info.Joel Sherrill2-1/+9
2011-01-25re PR tree-optimization/47426 (wrong code with -O2 -fipa-pta)Richard Guenther4-7/+84
2011-01-25re PR target/45701 (Fail to prefer using r3 for padding a push/pop multiple t...Jakub Jelinek6-2/+117
2011-01-25Fix PR47271: only if-convert full writes.Sebastian Pop4-0/+87
2011-01-25rx.h (LIBCALL_VALUE): Do not promote complex types.Nick Clifton6-52/+49
2011-01-25re PR rtl-optimization/37273 (IRA does not re-materializes addresses (loads f...Jeff Law2-4/+24
2011-01-25re PR fortran/47448 (Invalid check for ASSIGNMENT(=))Tobias Burnus4-2/+82
2011-01-25re PR tree-optimization/47427 (ICE in process_constraint, at tree-ssa-structa...Jakub Jelinek5-2/+98
2011-01-25re PR tree-optimization/47411 (Bootstrap failure on x86-64/Darwin)Richard Guenther2-0/+47
2011-01-25re PR rtl-optimization/47414 (wrong code with -O -freorder-blocks -fschedule-...Richard Guenther2-1/+8
2011-01-25Do not use a data ref with indices invalid in the loop of the close_phi.Sebastian Pop6-8/+95
2011-01-25Only copy PBB_DOMAIN when it is initialized.Sebastian Pop5-3/+34
2011-01-25Pass to dr_analyze_indices the analysis loop for subscripts.Sebastian Pop7-25/+115
2011-01-25Move rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.Sebastian Pop3-2/+15
2011-01-25Patch not merged, update ChangeLog.graphite.Sebastian Pop1-0/+30
2011-01-25Patch not merged, update ChangeLog.graphite.Sebastian Pop1-0/+107
2011-01-25Do not create the temporary array for reductions into VAR_DECL, PARM_DECL, an...Sebastian Pop5-2/+21
2011-01-25Allow several reductions in a reduction PBB.Sebastian Pop4-4/+21
2011-01-25Remove duplicate close phi nodes in the canonical close phi representation.Sebastian Pop3-1/+82
2011-01-25Relax the definition of same_pdr_p.Sebastian Pop4-4/+14
2011-01-25Pass 0 as the number of parameters to PIP when testing for integer feasibility.Sebastian Pop5-30/+34
2011-01-25Remove the temporary array for reductions written to memory.Sebastian Pop13-24/+89
2011-01-25Expect at least the version 0.11 of PPL.Sebastian Pop4-11/+13
2011-01-25Minimize the number of expensive calls to ppl_powerset_is_empty.Sebastian Pop4-125/+105
2011-01-25Use PIP to determine the integer feasibility of a constraint system.Sebastian Pop19-15/+379