https://gcc.gnu.org/g:c756ee328c82211698ddcaf9e3475c763884d7bb
commit c756ee328c82211698ddcaf9e3475c763884d7bb
Author: Pranil Dey
Date: Fri Oct 25 00:56:59 2024 +0530
Fixed extract_types_for_resx function
The function was recursive in nature and there is a chance of runnign out
o
https://gcc.gnu.org/g:c4ab1c57107003e55287df06cf9b552830cb9d3c
commit c4ab1c57107003e55287df06cf9b552830cb9d3c
Author: Pranil Dey
Date: Mon Oct 7 02:23:19 2024 +0530
Formatting for all functions done according to GNU standards and fixed
testsuite fail bugs
Diff:
---
gcc/tree-eh.cc | 448
https://gcc.gnu.org/g:f5b29909d5dd42299bc1eafff18211425266f791
commit f5b29909d5dd42299bc1eafff18211425266f791
Author: Pranil Dey
Date: Sun Oct 6 18:25:17 2024 +0530
Added function bool extract_types_for_resx and fixed more functions for
testcases
1. bool extract_types_for_resx (
https://gcc.gnu.org/g:da431b3514d93d70e2894c9076fd8908af70f069
commit da431b3514d93d70e2894c9076fd8908af70f069
Author: Pranil Dey
Date: Sat Oct 5 10:26:15 2024 +0530
Updated code for unlinking regions and update stmt_eh_regions as well
Diff:
---
gcc/tree-eh.cc | 23 +++---
https://gcc.gnu.org/g:cd716809b8bd878fd5748b26129b347ede4b81ff
commit cd716809b8bd878fd5748b26129b347ede4b81ff
Author: Pranil Dey
Date: Fri Oct 4 13:12:12 2024 +0530
Updated code for unlinking regions
Diff:
---
gcc/tree-eh.cc | 55 ---
https://gcc.gnu.org/g:0d0df5179b80e808eb46c59ee1dd69138912e6fd
commit 0d0df5179b80e808eb46c59ee1dd69138912e6fd
Author: Pranil Dey
Date: Thu Oct 3 10:11:07 2024 +0530
Updated code for inserting regions and changed the return parameters of
extract_types_for call
Diff:
---
gcc/tree-eh.cc |
https://gcc.gnu.org/g:1a736e25705f0b15ee4bd1994fe587bb809c7bcb
commit 1a736e25705f0b15ee4bd1994fe587bb809c7bcb
Author: Pranil Dey
Date: Tue Oct 1 19:50:42 2024 +0530
Added code for inserting regions
Diff:
---
gcc/tree-eh.cc | 51 +--
gcc/tr
https://gcc.gnu.org/g:132a0acfde7975c0b6f74b6a456ecc8ed46face4
commit 132a0acfde7975c0b6f74b6a456ecc8ed46face4
Author: Pranil Dey
Date: Tue Oct 1 10:32:27 2024 +0530
Updated tree-eh.h
Diff:
---
gcc/tree-eh.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/gcc/tree-eh.h b/gcc/tree-eh.
https://gcc.gnu.org/g:27be11a6b2fe5c91f60460e01c30ca5c4fddf58a
commit 27be11a6b2fe5c91f60460e01c30ca5c4fddf58a
Author: Pranil Dey
Date: Tue Oct 1 10:12:35 2024 +0530
resolved more conflicts
Diff:
---
gcc/tree-eh.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/gcc/tree-eh.h b/gcc/t
https://gcc.gnu.org/g:5a924600ea2f5fc3aee95385117ffaf492fa9203
commit 5a924600ea2f5fc3aee95385117ffaf492fa9203
Author: Pranil Dey
Date: Tue Oct 1 10:10:17 2024 +0530
removed conflicts
Diff:
---
gcc/tree-eh.cc | 99 --
1 file changed
https://gcc.gnu.org/g:97933e95963b2d91da147fb9e1639434f9a7a049
commit 97933e95963b2d91da147fb9e1639434f9a7a049
Author: Pranil Dey
Date: Tue Oct 1 10:03:43 2024 +0530
Reolved some conflicts
Diff:
---
gcc/tree-eh.cc | 36
1 file changed, 36 deletions(-)
https://gcc.gnu.org/g:5f1a438ba69b855103cec32eecde60fd7e4415b0
commit 5f1a438ba69b855103cec32eecde60fd7e4415b0
Author: Pranil Dey
Date: Tue Oct 1 10:00:59 2024 +0530
Added functions extract_fun_resx_types
Diff:
---
gcc/tree-eh.cc | 138
https://gcc.gnu.org/g:6db81730ef66c0f557b78c9a67a33b6eec2f040e
commit 6db81730ef66c0f557b78c9a67a33b6eec2f040e
Merge: 079ca47d41e5 b602de4ed9f8
Author: Pranil Dey
Date: Tue Oct 1 10:00:26 2024 +0530
Merge remote-tracking branch 'origin/devel/nothrow-detection' into
devel/nothrow-detection
https://gcc.gnu.org/g:079ca47d41e5030c63cca7f8ee679e7323a26d45
commit 079ca47d41e5030c63cca7f8ee679e7323a26d45
Author: Pranil Dey
Date: Tue Oct 1 09:46:48 2024 +0530
Updated parameters of functions and typecasted resx stmts
Diff:
---
gcc/tree-eh.cc | 23 +--
gcc/tree-
https://gcc.gnu.org/g:7ec787200301f75109c41d7c4a82891971dbd62b
commit 7ec787200301f75109c41d7c4a82891971dbd62b
Author: Pranil Dey
Date: Mon Sep 30 18:39:14 2024 +0530
Integrated the resx functions with stmt_throw_types
update_stmt_eh_region updated for resx stmt support and
extra
https://gcc.gnu.org/g:47c2d0f6e02b3aed9f0cdbb27ae62bff4e707390
commit 47c2d0f6e02b3aed9f0cdbb27ae62bff4e707390
Author: Pranil Dey
Date: Sat Sep 21 03:13:43 2024 +0530
Added the previous functions to the tree-eh.h file
Functions added:
1. void extract_types_for_resx (gimple *,
https://gcc.gnu.org/g:d1a84d379d65c8d11a1f81e54f41d98cbce03cd7
commit d1a84d379d65c8d11a1f81e54f41d98cbce03cd7
Author: Pranil Dey
Date: Sat Sep 21 03:06:48 2024 +0530
RESX statement processing functions added:
1. extract_types_for_resx - Used as a helper for getting the types from
https://gcc.gnu.org/g:70505f5757f09145f4465f5cf597ecc2b64069e0
commit 70505f5757f09145f4465f5cf597ecc2b64069e0
Author: Pranil Dey
Date: Fri Aug 30 21:31:26 2024 +0530
Fixed some indentations and function names
1. Changed function name extract_exception_types_for_call to
extract_t
https://gcc.gnu.org/g:ba70ece43622eb4da97455fb78c42c7e9c7f8ce6
commit ba70ece43622eb4da97455fb78c42c7e9c7f8ce6
Author: Pranil Dey
Date: Sun Aug 25 01:25:26 2024 +0530
Added some functions and fixed some testcase failures
1. odr_equivalent_or_derived_p in ipa-devirt.cc
2. same_
https://gcc.gnu.org/g:9a70651a2126e4aceefd2ebec63c0cf15ce83695
commit 9a70651a2126e4aceefd2ebec63c0cf15ce83695
Author: Pranil Dey
Date: Tue Aug 20 22:07:57 2024 +0530
Edge redirection for exceptions.
This commit is contains change in code for the tree-eh.cc, tree-eh.h,
MAINTAINE
The branch 'devel/nothrow-detection' was updated to point to:
97933e95963b... Reolved some conflicts
It previously pointed to:
b602de4ed9f8... Merge branch 'master' of git+ssh://gcc.gnu.org/git/gcc into
Diff:
Summary of changes (added commits):
---
97933e9.
The branch 'devel/nothrow-detection' was updated to point to:
b602de4ed9f8... Merge branch 'master' of git+ssh://gcc.gnu.org/git/gcc into
It previously pointed to:
c16d4a0ae162... Fix handling of types
Diff:
Summary of changes (added commits):
---
b602de4..
https://gcc.gnu.org/g:9b53c7f9484fea5fa0fd23a6444b03071debc4f2
commit 9b53c7f9484fea5fa0fd23a6444b03071debc4f2
Author: Pranil Dey
Date: Tue Aug 20 22:07:57 2024 +0530
Edge redirection for exceptions.
This commit is contains change in code for the tree-eh.cc, tree-eh.h,
MAINTAINE
The branch 'devel/nothrow-detection' was created pointing to:
9b53c7f9484f... Edge redirection for exceptions.
24 matches
Mail list logo