User Details
- User Since
- Aug 21 2014, 1:57 PM (473 w, 6 d)
Aug 7 2023
LGTM
Dec 2 2021
LGTM.
Sep 2 2021
LGTM
Sep 1 2021
Aug 26 2021
Aug 17 2021
LGTM
LGTM
Aug 16 2021
Jul 27 2021
Mar 18 2021
Mar 11 2021
Same patch, just added full context.
Jul 7 2020
Rebase
Jun 30 2020
Jun 24 2020
Jun 20 2020
missed fabs.S
May 18 2020
LGTM
May 5 2020
May 4 2020
Address comments, --check-prefix, alignment of checks.
Apr 30 2020
Apr 20 2020
LGTM
Apr 10 2020
LGTM
Apr 9 2020
Missing context but otherwise looks ok to me.
Apr 7 2020
Since this isn't something that can be always known in advance I think the testcase should just be removed.
These are new tests how do you get the generic lld driver to work? When I invoke it using just "lld" I need to add -flavor gnu or I get this error:
Invoke ld.lld (Unix), ld64.lld (macOS), lld-link (Windows), wasm-ld (WebAssembly) instead
Fix formatting issues.
Break out linux parts of hexagon-toolchain-elf.c into hexagon-toolchain-linux.c
Apr 6 2020
Apr 5 2020
Apr 3 2020
Apr 1 2020
Use Fangrui's updated version of the testcase and rename it to hexagon-tls-gd-nonpreemptible.s. Appreciate the changes and added content it helps clarify the scenario being tested.
Mar 30 2020
Update and add more context to the testcase.
Mar 29 2020
Mar 27 2020
Mar 26 2020
update for new tidy checks.
Mar 22 2020
remove extra line break.
Mar 21 2020
Mar 19 2020
Mar 18 2020
OK, I will drop it. Thanks
Mar 17 2020
Mar 13 2020
Mar 12 2020
Fix variable name noted by: https://results.llvm-merge-guard.org/amd64_debian_testing_clang8-4524/clang-tidy.txt
Drop ternary.
Mar 9 2020
- Add the missing colon's that kept the part of the testcase from running.
- Move the find of __tls_get_addr outside of the loop and return if it is not found.
- Make __tls_get_addr preemptible. If isPreemptible is not set that symbol's symbol index is 0, since part of the testcase wasn't running, the missing colon's, I missed this.
- Change the case of the variables.
Mar 6 2020
Mar 4 2020
Mar 3 2020
Mar 2 2020
address clang-tidy issues
Update testcase.
Feb 28 2020
fix formatting concerns from clang-tidy
Move selection of the dynamic linker before user args are added.