Show patches with: State = Action Required       |    Archived = No       |   126661 patches
« 1 2 ... 714 715 7161266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[16/18] make forced labels a vec - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[15/18] make nonlocal_goto_handler_labels a vec - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[14/18] haifa-sched.c: make ready_list an auto_vec<rtx_insn *> - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[13/18] haifa-sched.c: make twins a auto_vec<rtx_insn *> - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[12/18] haifa-sched.c: make insn_queue[] a vec<rtx_insn *> - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[11/18] add some utility methods to vec - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[10/18] merge adjust_cost and adjust_cost_2 target hooks - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[09/18] make pattern_regs a vec - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[08/18] make side_effects a vec<rtx> - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[07/18] loop-iv.c: make cond_list a vec - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[06/18] move reg_equivs out of gc memory - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[05/18] make stores rtx_insn_list a vec - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[04/18] remove unused loads rtx_insn_list - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[03/18] make antic_stores a vec<rtx_insn *> - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[02/18] make avail_stores a vec<rtx_insn *> - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[01/18] stop using rtx_insn_list in reorg.c - - - - --- 2016-04-20 tbsaunde+gcc@tbsaunde.org New
[committed] Fix handling of OpenMP implicit linear/lastprivate clauses (PR middle-end/70680) - - - - --- 2016-04-20 Jakub Jelinek New
[PING] libgcc: Fix typos in comments for ARM FP emulation routines - - - - --- 2016-04-19 Martin Galvan New
Fix missed DSE opportunity with operator delete. - - - - --- 2016-04-19 Mikhail Maltsev New
C++ PATCH for c++/66543 (-Wunused-but-set false positives) - - - - --- 2016-04-19 Jason Merrill New
C++ PATCH for c++/68206, 68530 (ICE with loop in constexpr) - - - - --- 2016-04-19 Jason Merrill New
Fix ICE in predicate_mem_writes (PR tree-optimization/70725) - - - - --- 2016-04-19 Marek Polacek New
Fix configure test for sendfile() - - - - --- 2016-04-19 Jonathan Wakely New
libstdc++/69703 ignore endianness in codecvt_utf8 - - - - --- 2016-04-19 Jonathan Wakely New
libstdc++/70609 fix filesystem::copy() - - - - --- 2016-04-19 Jonathan Wakely New
Add noexcept to Filesystem TS operators - - - - --- 2016-04-19 Jonathan Wakely New
Improve detection of constant conditions during jump threading - - - - --- 2016-04-19 Patrick Palka New
C++ PATCH for some tiny cleanups - - - - --- 2016-04-19 Jason Merrill New
C++ PATCH for core issue 2137 - - - - --- 2016-04-19 Jason Merrill New
Support BIT_AND_EXPR in scalar evolution - - - - --- 2016-04-19 Bin Cheng New
Optimize strchr (s, 0) to strlen - - - - --- 2016-04-19 Wilco Dijkstra New
[i386] Relax target requirement for vec_unpacks_lo_hi - - - - --- 2016-04-19 Ilya Enkovich New
Don't build 32-bit libatomic with -march=i486 on x86-64 - - - - --- 2016-04-19 Uros Bizjak New
Remove ix86_legitimate_combined_insn - - - - --- 2016-04-19 H.J. Lu New
Don't build 32-bit libitm with -march=i486 on x86-64 - - - - --- 2016-04-19 H.J. Lu New
Don't build 32-bit libgomp with -march=i486 on x86-64 - - - - --- 2016-04-19 H.J. Lu New
Don't build 32-bit libatomic with -march=i486 on x86-64 - - - - --- 2016-04-19 H.J. Lu New
Remove ix86_legitimate_combined_insn - - - - --- 2016-04-19 H.J. Lu New
Simplify ix86_expand_vector_move_misalign - - - - --- 2016-04-19 H.J. Lu New
[gomp-nvptx] doc: document nvptx shared attribute - - - - --- 2016-04-19 Alexander Monakov New
[i386] : Use lowpart_subreg instead of simplify_gen_subreg (... , 0). - - - - --- 2016-04-19 Uros Bizjak New
gomp_target_fini - - - - --- 2016-04-19 Thomas Schwinge New
C++ PATCH for c++/70522 (friend hides name in unnamed namespace) - - - - --- 2016-04-19 Jason Merrill New
[Ada] Use thread_id as lwp id on Darwin - - - - --- 2016-04-19 Arnaud Charlet New
[Ada] Always require an elaboration counter when preserving control flow - - - - --- 2016-04-19 Arnaud Charlet New
Fix comment in <random> header for gcc-6-branch - - - - --- 2016-04-19 Jonathan Wakely New
[v2,libatomic] Add RTEMS support - - - - --- 2016-04-19 Sebastian Huber New
[Ada] Withing Ghost units - - - - --- 2016-04-19 Arnaud Charlet New
[Ada] Illegal use of type name in a context where it is not a current instance. - - - - --- 2016-04-19 Arnaud Charlet New
PR70674: S/390: Add memory barrier to stack pointer restore from fpr. - - - - --- 2016-04-19 Andreas Krebbel New
[HSA] Load an HSA runtime via dlopen mechanism - - - - --- 2016-04-19 Martin Liška New
[libatomic] Add RTEMS support - - - - --- 2016-04-19 Sebastian Huber New
patch to fix PR70689 - - - - --- 2016-04-19 Vladimir Makarov New
[rs6000] Expand vec_ld and vec_st during parsing to improve performance - - - - --- 2016-04-18 Bill Schmidt New
moxie-rtems patch for libgcc/config.host - - - - --- 2016-04-18 Joel Sherrill New
Free up bits in DECLs and TYPEs - - - - --- 2016-04-18 Michael Matz New
[i386] : Use gen_lowpart some more - - - - --- 2016-04-18 Uros Bizjak New
RFA (6): C++ PATCH for c++/70690, wrong code in tcmalloc - - - - --- 2016-04-18 Jason Merrill New
Remove UNSPEC_LOADU and UNSPEC_STOREU - - - - --- 2016-04-18 H.J. Lu New
[6/6,ARC] Various instruction pattern fixes - - - - --- 2016-04-18 Claudiu Zissulescu Ianculescu New
libstdc++/41759 reword static assertions in <random> - - - - --- 2016-04-18 Jonathan Wakely New
[gomp-nvptx] nvptx backend: write_omp_entry cosmetics - - - - --- 2016-04-18 Alexander Monakov New
Re-apply reverted niter change 1/4 - - - - --- 2016-04-18 Jan Hubicka New
Optimize strchr (s, 0) to strlen - - - - --- 2016-04-18 Wilco Dijkstra New
Remove unused typedefs in std::bind types - - - - --- 2016-04-18 Jonathan Wakely New
Fix typo in comment - - - - --- 2016-04-18 Jonathan Wakely New
libstdc++/70294 Define std::thread::id comparison operators at namespace-scope - - - - --- 2016-04-18 Jonathan Wakely New
PR target/70708: Suboptimal code generated when using _mm_set_sd (X64) - - - - --- 2016-04-18 H.J. Lu New
Patches to reduce warnings in libstdc++ - - - - --- 2016-04-18 Jonathan Wakely New
[committed] Backport PR70297 to 5 - - - - --- 2016-04-18 Marek Polacek New
[wwwdocs] Document GCC 6 Solaris changes - - - - --- 2016-04-18 Rainer Orth New
[doc] Update install.texi for GCC 6 on Solaris - - - - --- 2016-04-18 Rainer Orth New
[6/6,ARC] Various instruction pattern fixes - - - - --- 2016-04-18 Claudiu Zissulescu New
[5/6,ARC] Fix unwanted match for sign extend 16-bit constant. - - - - --- 2016-04-18 Claudiu Zissulescu New
[4/6,ARC] Handle FPX NaN within optimized floating point library. - - - - --- 2016-04-18 Claudiu Zissulescu New
[3/6,ARC] Pass mfpuda to assembler. - - - - --- 2016-04-18 Claudiu Zissulescu New
[2/6,ARC] Fix FPX/FPUDA code gen when compiling for big-endian. - - - - --- 2016-04-18 Claudiu Zissulescu New
[1/6,ARC] Don't use drsub* instructions when selecting fpuda. - - - - --- 2016-04-18 Claudiu Zissulescu New
[Ada] File descriptors leaking - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] Compiler error and crash over iterators over qualified expressions. - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] Issue check instead of error in static division by zero - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] Stream output to fifos - - - - --- 2016-04-18 Arnaud Charlet New
Allow embedded timestamps by C/C++ macros to be set externally (3) - - - - --- 2016-04-18 Dhole New
[Ada] Improved error message for illegal procedure function definition. - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] Clean up global variables - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] Remove SPARK legality checks performed in GNATprove - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] Optimization of Unbounded_Priority_Queues - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] New function GNAT.Source_Info.Compilation_ISO_Date - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] Overflow in internal compiler tables - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] Warning on (others => <>) that does not cover any components. - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] Derivation of Ghost types - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] Implicit self dependence of task on itself - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] Spurious errors on tag indeterminate calls. - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] Spurious inlining error with function completed by an expression function - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] Add statistics dumping function to Atree package - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] Fix small inefficiency in Disambiguate - - - - --- 2016-04-18 Arnaud Charlet New
[Ada] Fix inefficiency in Operator_Matches_Spec - - - - --- 2016-04-18 Arnaud Charlet New
[PR,target/70711,ARM] Fix big-endian ARMv8.1-A builds. - - - - --- 2016-04-18 Matthew Wahab New
[PING,testsuite] Add dot-file scan to test-case - - - - --- 2016-04-18 Tom de Vries New
Edit the C++14 library warning header to not indicate experimental. - - - - --- 2016-04-18 Ed Smith-Rowland New
« 1 2 ... 714 715 7161266 1267 »