Toggle navigation
Patchwork
GNU Compiler Collection
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: State =
Action Required
| 72992 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Needs Review / ACK
Search
Archived
No
Yes
Both
Delegate
Apply
«
1
2
...
244
245
246
…
729
730
»
Patch
Series
A/F/R/T
S/W/F
Date
Submitter
Delegate
State
Tiny predcom improvement (PR tree-optimization/59643)
- - - -
0 0 0
2013-12-31
Jakub Jelinek
New
Titan: Don't enable automata_option "progress"
- - - -
0 0 0
2011-04-25
Segher Boessenkool
New
To-be-committed: correct out-of-tree .hidden support for mmix-knuth-mmixware
- - - -
0 0 0
2012-08-27
Hans-Peter Nilsson
New
To-be-committed: fix configure case when assembler COMDAT group support is lacking
- - - -
0 0 0
2012-08-26
Hans-Peter Nilsson
New
ToT build failure?
- - - -
0 0 0
2017-07-06
David Malcolm
New
Too much memory in chan/select2.go used
- - - -
0 0 0
2012-02-09
Ian Taylor
New
Top level configure dependencies
- - - -
0 0 0
2016-05-28
Alan Modra
New
Top-level patch committed: Add check-gotools to check-go
- - - -
0 0 0
2017-06-15
Rainer Orth
New
Top-level patch committed: Add check-gotools to check-go
- - - -
0 0 0
2017-06-14
Ian Lance Taylor
New
Toplevel cleanup: disable Java when libffi not supported
- - - -
0 0 0
2011-04-27
Joseph Myers
New
Toplevel cleanup: libgloss_dir
- - - -
0 0 0
2011-04-28
Joseph Myers
New
Toplevel cleanup: reduce libgcj disabling
- - - -
0 0 0
2011-04-28
Joseph Myers
New
Toplevel cleanup: split out libgcj disabling
- - - -
0 0 0
2011-04-27
Joseph Myers
New
Toplevel newlib/libgloss disabling cleanup
- - - -
0 0 0
2011-05-04
Joseph Myers
New
Towards GNU11
- - - -
0 0 0
2014-10-07
Marek Polacek
New
Track dynamic type changes
- - - -
0 0 0
2014-10-05
Jan Hubicka
New
Track indirect calls for call site information in debug info.
- - - -
0 0 0
2015-07-20
Pierre-Marie de Rodat
New
Trailing white spaces in LRA codes
- - - -
0 0 0
2012-10-29
H.J. Lu
New
Transactional Memory: Support __cxa_free_exception and fix exception handling.
- - - -
0 0 0
2015-11-18
Torvald Riegel
New
Transform (m1 > m2) * d into m1> m2 ? d : 0
- - - -
0 0 0
2017-07-04
Hurugalawadi, Naveen
New
Transform (m1 > m2) * d into m1> m2 ? d : 0
- - - -
0 0 0
2017-06-29
Hurugalawadi, Naveen
New
Transform (x / y) != 0 to x >=y and (x / y) == 0 to x < y if x, y are unsigned
Transform (x / y) != 0 to x >=y and (x / y) == 0 to x < y if x, y are unsigned
- - - -
0 0 0
2017-09-15
Prathamesh Kulkarni
New
Transform (x >> cst) != 0 to x >= (1 << cst) and (x >> cst) == 0 to x < (1 << cst)
Transform (x >> cst) != 0 to x >= (1 << cst) and (x >> cst) == 0 to x < (1 << cst)
- - - -
0 0 0
2017-10-03
Prathamesh Kulkarni
New
Translate libgomp.oacc-c-c++-common/lib-32.c into Fortran
- - - -
0 0 0
2017-05-24
Thomas Schwinge
New
Translate libgomp.oacc-c-c++-common/lib-32.c into Fortran (was: C/C++ OpenACC: acc_pcopyin, acc_p...
- - - -
0 0 0
2017-05-22
Thomas Schwinge
New
Transparent alias suport part 1
- - - -
0 0 0
2015-12-07
Jan Hubicka
New
Transparent alias suport part 11 (vtable rewritting fix)
- - - -
0 0 0
2015-12-09
Jan Hubicka
New
Transparent alias suport part 11: fix warning and error attributes with LTO
- - - -
0 0 0
2015-12-10
Jan Hubicka
New
Transparent alias suport part 2 (lto-partition fixes)
- - - -
0 0 0
2015-12-08
Jan Hubicka
New
Transparent alias suport part 3 (lto-symtab fixes)
- - - -
0 0 0
2015-12-08
Jan Hubicka
New
Transparent alias suport part 4 (ipa-visibility fixes)
- - - -
0 0 0
2015-12-08
Jan Hubicka
New
Transparent alias suport part 5 (varpool fixes)
- - - -
0 0 0
2015-12-08
Jan Hubicka
New
Transparent alias suport part 6 (lto-cgraph fixes)
- - - -
0 0 0
2015-12-08
Jan Hubicka
New
Transparent alias suport part 7 (lto-symtab support)
- - - -
0 0 0
2015-12-08
Jan Hubicka
New
Transparent alias suport part 8 (equal_address_to support)
- - - -
0 0 0
2015-12-09
Jan Hubicka
New
Transparent alias suport part 9 (ipa-reference fixes)
- - - -
0 0 0
2015-12-09
Jan Hubicka
New
Transparent alias suport part 9 (ipa-reference fixes)
- - - -
0 0 0
2015-12-09
Jan Hubicka
New
Treat -ltsan similarly to -lasan during linking (PR sanitizer/55374)
- - - -
0 0 0
2013-02-05
Jakub Jelinek
New
Treat a sibling call as though it does a wild read
- - - -
0 0 0
2014-12-19
John David Anglin
New
Treat a sibling call as though it does a wild read
- - - -
0 0 0
2014-12-17
John David Anglin
New
Treat model == 0x4f as Broadwell
- - - -
0 0 0
2015-08-10
H.J. Lu
New
Treat model == 0x4f as Broadwell
- - - -
0 0 0
2015-08-07
H.J. Lu
New
Treat tail calls as scheduling barriers (PR rtl-optimization/48721)
- - - -
0 0 0
2011-11-30
Jakub Jelinek
New
Tree containers profile mode fix
- - - -
0 0 0
2014-01-15
François Dumont
New
Tree structure marking
Tree structure marking
- - - -
0 0 0
2017-10-13
Nathan Sidwell
New
Tree tail merging breaks __builtin_unreachable optimization
- - - -
0 0 0
2012-07-06
Tom de Vries
New
Tree tail merging breaks __builtin_unreachable optimization
- - - -
0 0 0
2012-07-05
Tom de Vries
New
Tree tail merging breaks __builtin_unreachable optimization
- - - -
0 0 0
2012-07-05
Tom de Vries
New
Tree unroll - Relaxing code size increase with O2
- - - -
0 0 0
2013-11-21
Sriraman Tallam
New
Tree-level fix for PR 69526
- - - -
0 0 0
2017-02-02
Robin Dapp
New
Tree-level fix for PR 69526
- - - -
0 0 0
2016-12-07
Robin Dapp
New
Tree-level fix for PR 69526
- - - -
0 0 0
2016-11-28
Richard Biener
New
Tree-level fix for PR 69526
- - - -
0 0 0
2016-11-16
Robin Dapp
New
Tree-level fix for PR 69526
- - - -
0 0 0
2016-09-20
Robin Dapp
New
Tree-level fix for PR 69526
- - - -
0 0 0
2016-09-14
Richard Biener
New
Tree-level fix for PR 69526
- - - -
0 0 0
2016-09-05
Robin Dapp
New
Tree-level fix for PR 69526
- - - -
0 0 0
2016-08-22
Robin Dapp
New
Tree-level fix for PR 69526
- - - -
0 0 0
2016-07-21
Richard Biener
New
Tree-level fix for PR 69526
- - - -
0 0 0
2016-07-21
Robin Dapp
New
Trivial C++ PATCH to implicit_conversion
- - - -
0 0 0
2011-09-12
Jason Merrill
New
Trivial H8 fallthru comment fix
- - - -
0 0 0
2016-10-26
Jeff Law
New
Trivial cleanup
- - - -
0 0 0
2013-09-25
Jeff Law
New
Trivial cleanup for tree-data-ref.c
- - - -
0 0 0
2016-12-12
Marek Polacek
New
Trivial fix in dump_access_tree_1
- - - -
0 0 0
2017-06-12
Martin Jambor
New
Trivial free-lang-data adjustments for early LTO debug
Trivial free-lang-data adjustments for early LTO debug
- - - -
0 0 0
2018-01-12
Richard Biener
New
Trivial improvement to PRE debug dumps
- - - -
0 0 0
2013-08-24
Jeff Law
New
Trivial improvement to recent change to split point selection for multiply-accumulate instructions
- - - -
0 0 0
2015-05-27
Jeff Law
New
Trivial iter_swap cleanup
- - - -
0 0 0
2017-05-09
François Dumont
New
Trivial patch to fix build with --enable-build-with-cxx
- - - -
0 0 0
2011-05-02
Eric Botcazou
New
Trivial patch to fix build with --enable-build-with-cxx
- - - -
0 0 0
2011-05-02
Dmitry Gorbachev
New
Trivial patch to fix build with --enable-build-with-cxx
- - - -
0 0 0
2011-05-02
Dmitry Gorbachev
New
Trivial spelling fixes ("informations")
- - - -
0 0 0
2011-09-21
Stephen Kitt
New
Trivial testsuite fix
- - - -
0 0 0
2014-11-07
Jeff Law
New
Trivial testsuite fix
- - - -
0 0 0
2013-04-29
Jeff Law
New
Trivial typo: remove extra whitespace from doc
- - - -
0 0 0
2012-08-25
Gerald Pfeifer
New
Trivial typo: remove extra whitespace from doc
- - - -
0 0 0
2012-04-26
Ricardo Catalinas Jiménez
New
Trivial whitespace fixes in tree-ssa-threadedge.c
- - - -
0 0 0
2015-05-27
Jeff Law
New
Trun predicates into a class
- - - -
0 0 0
2017-05-17
Jan Hubicka
New
Trunk is now 4.7
- - - -
0 0 0
2011-03-14
Jakub Jelinek
New
Trunk patches required for gcc-6-branch to build for msp430
- - - -
0 0 0
2017-03-31
Jozef Lawrynowicz
New
Trust TREE_ADDRESSABLE
- - - -
0 0 0
2014-06-23
Jan Hubicka
New
Trust TREE_ADDRESSABLE
- - - -
0 0 0
2014-06-11
Richard Biener
New
Trust TREE_ADDRESSABLE
- - - -
0 0 0
2014-06-10
Richard Biener
New
Trust TREE_ADDRESSABLE
- - - -
0 0 0
2014-06-04
Richard Biener
New
Try harder for conditional evaluation in VRP
- - - -
0 0 0
2014-05-27
Richard Biener
New
Try harder for conditional evaluation in VRP
- - - -
0 0 0
2014-05-27
Richard Biener
New
Try harder to find base object by expanding base address
Try harder to find base object by expanding base address
- - - -
0 0 0
2017-10-13
Bin Cheng
New
Try harder to fix recently introduced crashes in ggc_collect
- - - -
0 0 0
2017-05-19
Richard Biener
New
Try harder to fix recently introduced crashes in ggc_collect
- - - -
0 0 0
2017-05-18
Bernd Edlinger
New
Try simplifying memory operands during optabs expansion
- - - -
0 0 0
2011-04-14
Richard Sandiford
New
Try simplifying memory operands during optabs expansion
- - - -
0 0 0
2011-03-31
Richard Sandiford
New
Try to avoid mark_virtual_operands_for_renmaing in call-cdce
- - - -
0 0 0
2015-10-30
Richard Sandiford
New
Try to avoid sorting on SSA_NAME_VERSION during reassoc (PR middle-end/60418)
- - - -
0 0 0
2014-03-12
Jakub Jelinek
New
Try to avoid vector mode punning in SET_DEST on i?86
- - - -
0 0 0
2013-11-04
Jakub Jelinek
New
Try to avoid vector mode punning in SET_DEST on i?86
- - - -
0 0 0
2013-10-31
Jakub Jelinek
New
Try to canonicalize MEM_REFs that are put into MEM_EXPRs for DEBUG_INSNs (PR debug/47283)
- - - -
0 0 0
2011-03-02
Jakub Jelinek
New
Try to canonicalize MEM_REFs that are put into MEM_EXPRs for DEBUG_INSNs (PR debug/47283, take 2)
- - - -
0 0 0
2011-03-03
Jakub Jelinek
New
Try to catch up _GLIBCXX_RESOLVE_LIB_DEFECTS comments and documentation.
- - - -
0 0 0
2014-03-15
Ed Smith-Rowland
New
Try to expand COND_EXPR using addcc
- - - -
0 0 0
2012-05-16
Andrew Pinski
New
Try to fill crossref in passes.texi (GCC Internals)
- - - -
0 0 0
2010-07-02
Denis ChengRq
New
«
1
2
...
244
245
246
…
729
730
»