Toggle navigation
Patchwork
GNU Compiler Collection
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Aldy Hernandez
| State =
Action Required
| Archived =
No
| 27 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Committed
Dropped
FSF Assignment Missing
Search
Archived
No
Yes
Both
Delegate
------
Nobody
siddhesh
siddhesh
codonell
azanella
gbenson
jankratochvil
ppluzhnikov
neleai
tromey
palves
keiths
sergiodj
StanShebs
teawater
aburgess
rth
roland
davem
schwab
Allan
aj
ldv
tschwinge
tschwinge
tschwinge
andreaskr
fweimer
ChrisMetcalf
jsm28
aurel32
will
vapier
vapier
tuliom
hjl
triegel
jwlemke
cltang
macro
nsz
pwbot
arjun
stli
ludo
rj
zack
mfabian
rluzynski
dj
sthibaul
mscastanho
lamm
girish946
maennich
dodji
zimmerma
rzinsly
lukma
mjw
raoni
jason
jwakely
jwakely
maximk
trodgers
Apply
Patch
Series
rb/tb
S/W/F
Date
Submitter
Delegate
State
[COMMITTED] Denormalize VR_VARYING to VR_RANGE before passing it to set_range_info_raw.
[COMMITTED] Denormalize VR_VARYING to VR_RANGE before passing it to set_range_info_raw.
- -
-
-
-
2022-05-01
Aldy Hernandez
New
[COMMITTED] Move common code from range-op.cc to header files.
[COMMITTED] Move common code from range-op.cc to header files.
- -
-
-
-
2022-04-29
Aldy Hernandez
New
[COMMITTED] Remove various deprecated methods in class irange.
[COMMITTED] Remove various deprecated methods in class irange.
- -
-
-
-
2022-04-29
Aldy Hernandez
New
[COMMITTED] Prefer global range info setters that take a range.
[COMMITTED] Prefer global range info setters that take a range.
- -
-
-
-
2022-04-29
Aldy Hernandez
New
[COMMITTED] Call set_undefined from irange constructor.
[COMMITTED] Call set_undefined from irange constructor.
- -
-
-
-
2022-04-29
Aldy Hernandez
New
[COMMITTED] Make irange::intersect(wide_int, wide_int) private.
[COMMITTED] Make irange::intersect(wide_int, wide_int) private.
- -
-
-
-
2022-04-29
Aldy Hernandez
New
Replace EVRP in DOM with ranger.
Replace EVRP in DOM with ranger.
- -
-
-
-
2022-04-28
Aldy Hernandez
New
Allow loop crossing paths in back threader copier.
Allow loop crossing paths in back threader copier.
- -
-
-
-
2021-11-30
Aldy Hernandez
New
Remove can_throw_non_call_exceptions special case from operator_div::wi_fold.
Remove can_throw_non_call_exceptions special case from operator_div::wi_fold.
- -
-
-
-
2021-11-29
Aldy Hernandez
New
path solver: Minimize exported ranges to subsequent blocks.
path solver: Minimize exported ranges to subsequent blocks.
- -
-
-
-
2021-11-27
Aldy Hernandez
New
Return NULL for maybe_register_path when unprofitable.
Return NULL for maybe_register_path when unprofitable.
- -
-
-
-
2021-11-09
Aldy Hernandez
New
Cleanup back_threader::find_path_to_names.
Cleanup back_threader::find_path_to_names.
- -
-
-
-
2021-11-05
Aldy Hernandez
New
Add debug counters to back threader.
Add debug counters to back threader.
- -
-
-
-
2021-11-01
Aldy Hernandez
New
Move statics to threader pass class.
Move statics to threader pass class.
- -
-
-
-
2021-11-01
Aldy Hernandez
New
Remove VRP threader passes in exchange for better threading pre-VRP.
Remove VRP threader passes in exchange for better threading pre-VRP.
- -
-
-
-
2021-10-28
Aldy Hernandez
New
[COMMITTED] Reorder relation calculating code in the path solver.
[COMMITTED] Reorder relation calculating code in the path solver.
- -
-
-
-
2021-10-27
Aldy Hernandez
New
[PR,testsuite/102857] Tweak ssa-dom-thread-7.c for aarch64.
[PR,testsuite/102857] Tweak ssa-dom-thread-7.c for aarch64.
- -
-
-
-
2021-10-23
Aldy Hernandez
New
Attempt to resolve all incoming paths to a PHI.
Attempt to resolve all incoming paths to a PHI.
- -
-
-
-
2021-10-20
Aldy Hernandez
New
Try to resolve paths in threader without looking further back.
Try to resolve paths in threader without looking further back.
- -
-
-
-
2021-10-20
Aldy Hernandez
New
[RFC] Remove VRP threader passes in exchange for better threading pre-VRP.
[RFC] Remove VRP threader passes in exchange for better threading pre-VRP.
- -
-
-
-
2021-10-18
Aldy Hernandez
New
Convert strlen pass from evrp to ranger.
Convert strlen pass from evrp to ranger.
- -
-
-
-
2021-10-08
Aldy Hernandez
New
[RFC] More jump threading restrictions in the presence of loops.
[RFC] More jump threading restrictions in the presence of loops.
- -
-
-
-
2021-10-04
Aldy Hernandez
RFC
Handle EQ_EXPR relation for operator_lshift.
Handle EQ_EXPR relation for operator_lshift.
- -
-
-
-
2021-10-01
Aldy Hernandez
New
Pass relations down to range_operator::op[12]_range.
Pass relations down to range_operator::op[12]_range.
- -
-
-
-
2021-10-01
Aldy Hernandez
New
Control all jump threading passes with -fjump-threads.
Control all jump threading passes with -fjump-threads.
- -
-
-
-
2021-09-27
Aldy Hernandez
New
Replace VRP threader with a hybrid forward threader.
Replace VRP threader with a hybrid forward threader.
- -
-
-
-
2021-09-24
Aldy Hernandez
New
[2/7] Do not query SCEV in range_of_phi unless dominators are available.
Add ability to resolve unknowns to path solver.
- -
-
-
-
2021-09-21
Aldy Hernandez
New