Show patches with: Archived = No       |   127434 patches
« 1 2 ... 771 772 7731274 1275 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[Ada] In an element iterator, the element is constant if the container is. - - - - --- 2015-10-26 Arnaud Charlet New
[Ada] Extraction of components/discriminants of concurrent types - - - - --- 2015-10-26 Arnaud Charlet New
[auto-inc-dec.c] Account for cost of move operation in FORM_PRE_ADD and FORM_POST_ADD cases - - - - --- 2015-10-26 Kyrylo Tkachov New
[Ada] Overloaded indexing operations of a derived type - - - - --- 2015-10-26 Arnaud Charlet New
[Ada] Clean up in s-osinte - - - - --- 2015-10-26 Arnaud Charlet New
[Ada] Spurious errors with -gnatE and -gnatwl - - - - --- 2015-10-26 Arnaud Charlet New
[Ada] Spawning processes with no PATH - - - - --- 2015-10-26 Arnaud Charlet New
Fix PR68087 - - - - --- 2015-10-26 Markus Trippelsdorf New
[committed,SH] Fix PR target/68091 - - - - --- 2015-10-26 Kaz Kojima New
[Ada] Front-end inlining and predicates - - - - --- 2015-10-26 Arnaud Charlet New
[Ada] Contracts on protected entries and task units - - - - --- 2015-10-26 Arnaud Charlet New
[2/2] Handle recursive restrict pointer in create_variable_info_for_1 - - - - --- 2015-10-26 Tom de Vries New
[1/2] Add handle_param parameter to create_variable_info_for_1 - - - - --- 2015-10-26 Tom de Vries New
[Ada] Pragma Volatile_Function has no effect on subprogram body - - - - --- 2015-10-26 Arnaud Charlet New
[Ada] Local name hides global item - - - - --- 2015-10-26 Arnaud Charlet New
[Ada] SPARK_Mode on synchronized units and entry declarations - - - - --- 2015-10-26 Arnaud Charlet New
[comitted] Add make_restrict_var_constraints - - - - --- 2015-10-26 Tom de Vries New
[Committed] Add vars in intra_create_variables_info - - - - --- 2015-10-26 Tom de Vries New
[Committed] Inline get_vi_for_tree into intra_create_variable_infos - - - - --- 2015-10-26 Tom de Vries New
[Ada] Missing error on conflicting declarations - - - - --- 2015-10-26 Arnaud Charlet New
[Ada] Expression functions, internal bodies and freezing of contracts - - - - --- 2015-10-26 Arnaud Charlet New
[Ada] Spurious duplicate Default_Iterator error - - - - --- 2015-10-26 Arnaud Charlet New
[auto-inc-dec.c] Account for cost of move operation in FORM_PRE_ADD and FORM_POST_ADD cases - - - - --- 2015-10-26 Kyrylo Tkachov New
[PR68062] Fix uniform vector operation lowering - - - - --- 2015-10-26 Ilya Enkovich New
Move ldexp, scalbn and scalbln folds to match.pd - - - - --- 2015-10-26 Richard Sandiford New
Rename logb and significand folds - - - - --- 2015-10-26 Richard Sandiford New
[Fortran,66927,v2.1,6,Regression] ICE in gfc_conf_procedure_call - - - - --- 2015-10-26 Andre Vehreschild New
Move fmin and fmax folds to match.pd - - - - --- 2015-10-26 Richard Sandiford New
Move min(max...) and max(min...) folds to match.pd - - - - --- 2015-10-26 Richard Sandiford New
Split constant handling out of fold_builtin_fma - - - - --- 2015-10-26 Richard Sandiford New
Remove constant handling from fold_builtin_{,f}abs - - - - --- 2015-10-26 Richard Sandiford New
Move copysign folds to match.pd - - - - --- 2015-10-26 Richard Sandiford New
Move signbit folds to match.pd - - - - --- 2015-10-26 Richard Sandiford New
Move expN folds to match.pd - - - - --- 2015-10-26 Richard Sandiford New
Move powi folds to match.pd - - - - --- 2015-10-26 Richard Sandiford New
Move pow folds to match.pd - - - - --- 2015-10-26 Richard Sandiford New
Allow more complex call replacements in gimple-fold.c - - - - --- 2015-10-26 Richard Sandiford New
Move hypot folds to match.pd - - - - --- 2015-10-26 Richard Sandiford New
Don't create SSA names until in SSA form - - - - --- 2015-10-26 Richard Sandiford New
[PR68062] Fix uniform vector operation lowering - - - - --- 2015-10-26 Ilya Enkovich New
Possible patch for PR fortran/66056 - - - - --- 2015-10-26 Louis Krupp New
Add -fprofile-use option for check_effective_target_freorder. - - - - --- 2015-10-26 Renlin Li New
Extend former fold_widened_comparison to all integral types - - - - --- 2015-10-26 Eric Botcazou New
Possible patch for PR fortran/66056 - - - - --- 2015-10-26 Louis Krupp New
[5/9] ENABLE_CHECKING refactoring: pool allocators - - - - --- 2015-10-26 Mikhail Maltsev New
PR fortran/36192 -- Check for valid BT_INTEGER - - - - --- 2015-10-26 Steve Kargl New
rs6000: p8vector-builtin-8.c test requires int128 - - - - --- 2015-10-26 Segher Boessenkool New
rs6000: Fix tests for xvmadd and xvnmsub - - - - --- 2015-10-26 Segher Boessenkool New
[committed] Define EH_FRAME_THROUGH_COLLECT2 in config/pa/som.h - - - - --- 2015-10-25 John David Anglin New
[committed] Canonicalize both function and method types for comparison - - - - --- 2015-10-25 John David Anglin New
[committed] Skip g++.dg/Wno-frame-address.C on hppa - - - - --- 2015-10-25 John David Anglin New
[OpenACC,7/11] execution model - - - - --- 2015-10-25 Nathan Sidwell New
[v4] SH FDPIC backend support - - - - --- 2015-10-25 Oleg Endo New
[OpenACC,1/11] UNIQUE internal function - - - - --- 2015-10-25 Nathan Sidwell New
[gomp4] Adjust UNQUE ifn - - - - --- 2015-10-25 Nathan Sidwell New
[i386] : fix PR 68084, Inverted conditions generated for x86 inline assembly - - - - --- 2015-10-25 Uros Bizjak New
[Fortran,66927,v2,6,Regression] ICE in gfc_conf_procedure_call - - - - --- 2015-10-25 Andre Vehreschild New
TR1 Special Math - - - - --- 2015-10-25 Jonathan Wakely New
Define std::invoke() - - - - --- 2015-10-24 Jonathan Wakely New
Make std::async return deferred if thread creation fails - - - - --- 2015-10-24 Jonathan Wakely New
[OpenACC,5/11] C++ FE changes - - - - --- 2015-10-24 Cesar Philippidis New
[OpenACC,4/11] C FE changes - - - - --- 2015-10-24 Cesar Philippidis New
PR fortran/68054 -- PROTECTED in modules only - - - - --- 2015-10-24 Steve Kargl New
Handle OBJ_TYPE_REF in operand_equal_p - - - - --- 2015-10-24 Jan Hubicka New
RFC: PATCH to pointer_int_sum vs. pointer-arith-10.c - - - - --- 2015-10-24 Jason Merrill New
C++ PATCH for DR 1518 (c++/54835, c++/60417) - - - - --- 2015-10-24 Jason Merrill New
[OpenACC,11/11] execution tests - - - - --- 2015-10-24 Cesar Philippidis New
[OpenACC,5/11] C++ FE changes - - - - --- 2015-10-24 Cesar Philippidis New
[OpenACC,4/11] C FE changes - - - - --- 2015-10-24 Cesar Philippidis New
PR fortran/68055 -- Check for valid kind in old-style declaration - - - - --- 2015-10-23 Steve Kargl New
Drop types_compatible_p from operand_equal_p - - - - --- 2015-10-23 Jan Hubicka New
enable default_cxa_atexit for AIX 6.1 and AIX 7.1 - - - - --- 2015-10-23 David Edelsohn New
Call flush_ssaname_freelist more often - - - - --- 2015-10-23 Jeff Law New
Fix compile time regression caused by fix to PR64111 - - - - --- 2015-10-23 Caroline Tice New
C++ PATCH for c++/67813 (wrong constexpr result) - - - - --- 2015-10-23 Jason Merrill New
[10/10] Compress short ranges into source_location - - - - --- 2015-10-23 David Malcolm New
[09/10] Delay some resolution of ad-hoc locations, preserving ranges - - - - --- 2015-10-23 David Malcolm New
[08/10] Wire things up so that libcpp users get token underlines - - - - --- 2015-10-23 David Malcolm New
[07/10] Add plugin to recursively dump the source-ranges in a tree (v2) - - - - --- 2015-10-23 David Malcolm New
[06/10] Track expression ranges in C frontend - - - - --- 2015-10-23 David Malcolm New
[05/10] Add ranges to libcpp tokens (via ad-hoc data, unoptimized) - - - - --- 2015-10-23 David Malcolm New
[04/10] Reimplement diagnostic_show_locus, introducing rich_location classes (v5) - - - - --- 2015-10-23 David Malcolm New
[03/10] libstdc++v3: Explicitly disable carets and colorization within testsuite - - - - --- 2015-10-23 David Malcolm New
[02/10] Add stats on adhoc table to dump_line_table_statistics - - - - --- 2015-10-23 David Malcolm New
[01/10] Improvements to description of source_location in line-map.h - - - - --- 2015-10-23 David Malcolm New
[OpenACC,11/11] execution tests - - - - --- 2015-10-23 Cesar Philippidis New
Re: [OpenACC 5/11] C++ FE changes - - - - --- 2015-10-23 Cesar Philippidis New
, PowerPC IEEE 128-bit patch #7 (revised #2), Subpatch #04 - - - - --- 2015-10-23 Michael Meissner New
Re: [OpenACC 4/11] C FE changes - - - - --- 2015-10-23 Cesar Philippidis New
PR fortran/67805 -- Check for invalid charlength - - - - --- 2015-10-23 Steve Kargl New
[RFA] Fix pr67830, another type narrowing problem - - - - --- 2015-10-23 Jeff Law New
[MIPS] Frame header optimization for MIPS (part 2) - - - - --- 2015-10-23 Steve Ellcey New
, PowerPC IEEE 128-bit patch #7 (revised #2), Subpatch #05 (patch included) - - - - --- 2015-10-23 Michael Meissner New
, PowerPC IEEE 128-bit patch #7 (revised #2), Subpatch #16 - - - - --- 2015-10-23 Michael Meissner New
, PowerPC IEEE 128-bit patch #7 (revised #2), Subpatch #15 - - - - --- 2015-10-23 Michael Meissner New
, PowerPC IEEE 128-bit patch #7 (revised #2), Subpatch #14 - - - - --- 2015-10-23 Michael Meissner New
, PowerPC IEEE 128-bit patch #7 (revised #2), Subpatch #13 - - - - --- 2015-10-23 Michael Meissner New
, PowerPC IEEE 128-bit patch #7 (revised #2), Subpatch #12 - - - - --- 2015-10-23 Michael Meissner New
, PowerPC IEEE 128-bit patch #7 (revised #2), Subpatch #11 - - - - --- 2015-10-23 Michael Meissner New
, PowerPC IEEE 128-bit patch #7 (revised #2), Subpatch #10 - - - - --- 2015-10-23 Michael Meissner New
« 1 2 ... 771 772 7731274 1275 »