User Details
- User Since
- Apr 6 2016, 10:26 AM (363 w, 1 d)
Jan 3 2023
Dec 21 2022
Dec 16 2022
Added more comments.
Add Propeller.cmake config
Dec 6 2022
LGTM. Please make sure all reviewers have approved the patch.
Nov 23 2022
LGTM
LGTM
LGTM
Oct 14 2022
LGTM, thanks for fixing this!
Sep 30 2022
Aug 25 2022
Aug 2 2022
Jul 22 2022
Delete forward declaration to BinaryBasicBlock.
Jul 19 2022
Jul 15 2022
clang -v of the failing command:
clang -cc1 version 11.0.0 based upon LLVM 11.0.0git default target
x86_64-unknown-linux-gnu
Splitting the changes.
May 23 2022
This LGTM, please address hans' comments.
May 12 2022
Dec 20 2021
Jul 26 2021
LGTM
Jun 30 2021
LGTM
Jun 15 2021
Jun 1 2021
May 26 2021
May 24 2021
Address reviewer comments:
May 21 2021
The quadratic behavior leading to a 10 minute latency is too much. Binary search like you mentioned or just hash look up seems like it would drastically reduce the problem, could we bake it in the same change?
Apr 29 2021
Apr 28 2021
Apr 27 2021
Address reviewer comments:
Address reviewer comments:
Apr 26 2021
Apr 21 2021
Apr 19 2021
Apr 18 2021
Apr 14 2021
Apr 13 2021
Apr 9 2021
Address reviewer comments on adding various test cases to make sure loc lists are generated the same way with and without basic block sections except when the ranges cross section boundaries.
Mar 31 2021
Mar 29 2021
Mar 25 2021
Mar 22 2021
LGTM and is a simple change to capture the fall through bit.
Mar 18 2021
Mar 11 2021
Address reviewer comments and refactor code as mentioned.
Mar 10 2021
D96109 moved the adding of suffixes to clang front end and this will not be an issue any more with llvm created functions.
Mar 8 2021
Mar 5 2021
Feb 23 2021
Address reviewer comment to use numeric substitution block.
Address reviewer comments:
Feb 22 2021
Address reviewer comments:
Feb 19 2021
Thanks for doing this! Much appreciated!
Feb 18 2021
Fix a bug.
Removed the atttribute and directly added logic in ItaniumMangle.cpp to check if decl is internal linkage as per @dblaikie 's suggestion.
Feb 17 2021
Feb 16 2021
Feb 15 2021
Feb 12 2021
Feb 11 2021
This patch update handles the following: