User Details
- User Since
- Jan 5 2016, 3:55 PM (262 w, 6 d)
Oct 29 2020
Oct 22 2020
Oct 21 2020
Sep 8 2020
Hi Maskray, thanks for the fix. Another latent concern is that apply the symbol ordering file unconditionally might cause unintentional consequence to the final binary to the extent that the binary might be corrupted or less optimized, in this sense, this patch might still be warranted (orthogonal to your CL), what do you think?
Sep 4 2020
Hi Fangrui, I've put up a reproduce case for mysql here. These are steps:
Sep 3 2020
Sep 2 2020
Jul 20 2020
May 5 2020
Feb 18 2020
Hi, would you to take another look? Thanks, -Han
Feb 7 2020
Thanks Rui. Uploaded the patch: 1) removed PropellerConfig 2). Removed PropellerCommon.h from patch (and moved it into llvm realm).
Feb 6 2020
Feb 4 2020
Fixed all variable names to comply with lld naming convention.
Jan 31 2020
Hi Markray, thanks for the review.
Jan 30 2020
Jan 27 2020
Jan 17 2020
Hello, over the past 2 months since our first draft of Propeller, we've made huge changes/improvements and this describes what happens -http://lists.llvm.org/pipermail/llvm-dev/2020-January/138426.html
Jan 16 2020
Nov 21 2019
Added lld/ELF/Propeller/README.md. Moved some of file comments into README.md.
Nov 12 2019
Hi, we've refactored propeller and cleaned up dependencies and interfaces. Here are the change summaries:
Oct 8 2019
Oct 4 2019
Oct 3 2019
Oct 2 2019
Oct 1 2019
Sep 30 2019
Sep 27 2019
Updated header file description. Also changed local variable names to lower case camel.
Sep 26 2019
Addressed maskray's comments.
Sep 25 2019
Jun 6 2018
@ruiu whatś your opinion on this?
Jun 5 2018
Re-write the getAlignment function, keep the original logic but with the 3 additional tests:
Mind take another look?
Jun 1 2018
@pcc thanks for the review. Updated the patch -
- if getAlignment sees a ABS symbols, returns 0
- initialize Ret to UINT64_MAX
- in "addCopyRelSymbol", errors out if alignment is 0.
- unit test case that tests for proper handling of ABS symbols.
May 31 2018
Thanks @ruiu Updated the patch, also attached a test case.
@pcc do you agree with initializing Ret to uint64-1?
Thanks Rui. I just updated the patch a little bit, that - st_value is only valid for alignment when symbol shndx is set to SHN_COMMON.
May 25 2018
May 17 2018
Thanks. (Comments revised and DefaoutOutSec -> Default)
May 16 2018
Hi George, mind take a look? (This is a follow up of D45788.)
May 15 2018
May 14 2018
Thanks for the review. Fixed as suggested in D45788.
Merge D46764 (Fix test cases that check addresses that are not always invariable) into this.
May 11 2018
Sorry for breaking the builders. Should double check again after my fix for the broken 4 cases.
May 10 2018
Some clarification why my test result is different from George's.