User Details
- User Since
- Jul 18 2019, 2:46 PM (229 w, 1 d)
Sep 29 2023
Since Oct 1 is fast-approaching, I have opened https://github.com/llvm/llvm-project/pull/67868 to "move" the code review to github.
Sep 5 2023
Get rid of deprecated field ESDERSymbolType.
Aug 30 2023
Aug 23 2023
Aug 22 2023
Aug 20 2023
Aug 14 2023
- Some variable renaming
- Use Asm.writeSectionData() API
- Use of lambdas function in a few places.
- Zero-initialize records.
Aug 11 2023
Aug 10 2023
Aug 9 2023
Change signature of emitPPA1Name() to match precedent.
Jun 29 2023
Jun 28 2023
Jun 23 2023
Jun 22 2023
Jun 15 2023
Anything the ENDRecord does can be easily handled by the parent Record class.
Reverted due to incorrect differential revision listed in commit message.
Jun 14 2023
Run clang format
May 23 2023
May 17 2023
May 16 2023
Fix issue with tests, hopefully.
May 15 2023
May 12 2023
May 11 2023
Fix build failure with expensive checks.
Don't use r0 as base register...
May 10 2023
Apr 28 2023
Apr 25 2023
Apr 24 2023
Require Result to be an empty SmallVector.
Apr 21 2023
Make convertToUTF8 return void since it cannot fail.
Correct comments.
Apr 20 2023
Apr 17 2023
Based on comments here and on the new RFC, we've decided to remove the use of iconv and limit this patch to supporting conversions between EBCDIC and UTF-8.
Apr 5 2023
CharSetConverterIdentity will never be a very efficient thing to use as implemented as it will perform a copy that may not be be useful. Have you consider either asserting that the encoding are distincts, or providing an error in that case instead of making a no-op copying converter?
Jul 18 2022
Jul 17 2022
Jul 14 2022
Update LLVM.MC/GOFF::ppa1.ll testcase to expect leaf function.
Jul 13 2022
Jul 6 2022
rebase to latest main
May 5 2022
Mar 24 2022
Feb 24 2022
Feb 23 2022
Feb 15 2022
Jan 6 2022
Dec 15 2021
Add RegState::Kill to MIBuilder when generating STG to store R0D into stack slot.
Dec 14 2021
This generates STG instruction used to save the frame pointer correctly. It was previously generated as follows:
Dec 8 2021
Dec 7 2021
Nov 29 2021
Nov 26 2021
Add more testcases
Nov 24 2021
Whitespace change
Nov 23 2021
Formatting changes