User Details
- User Since
- Nov 25 2021, 4:22 AM (96 w, 5 d)
Aug 5 2023
I want to clarify: We offer two features: 1. capture the execution results and bring it back to the compiled program. 2. dump the captured value (value printing/automatic printf) and all the parsing, ast transform and balabala, these are all implementation details. The doc looks fine but may need a bit of restructuring. I'd suggest you split them into:
- what do we offer? what are the new features? why are they important? The two I mentioned above
- how these are implemented? what does the underhood look like? annotation token, code synthesis, etc...
- further information, RFC and etc...
Jun 22 2023
May 30 2023
Add LLVM preamble
May 28 2023
Make CreateUniqName a static helper
Thanks.
May 27 2023
Rebase
May 24 2023
Remove Interpereter::getParser + More clean up
Address comments.
May 23 2023
Been busy working on other topics so just address some nit issues to indicate the patch isn't dead yet
This isn't an ideal solution after an off-list discussion.
May 21 2023
.
add caas namespace
.
Invite more people to the party :)
.
May 19 2023
I reverted it to bring the bots back to green (https://github.com/llvm/llvm-project/commit/094ab4781262b6cb49d57b0ecdf84b047c879295)
.
May 18 2023
May 16 2023
Because I have edited the commit messages several times so I forgot to include the revision link. Sorry. I have landed it as https://reviews.llvm.org/rGa423b7f1d7ca8b263af85944f57a69aa08fc942c
remove whitespace
Address comments, thanks!
Address comment from Vassil, thx
Add comments
May 15 2023
Ooops, updated a wrong diff, sorry
Rebase + ping :)
May 14 2023
Make and use our own std::void_t
- include <tuple> to avoid incorrect lookup on Windows
- Add -Xcc -fno-delayed-template-parsing to fix failure on Windows
May 13 2023
Add macro guard.
Don't use C++17 because Clang on Windows is not default to that :(
May 12 2023
May 11 2023
Replace simplifyInstructionWithOperands => Constant::getNullValue(Op0->getType())
Move the fold to simplifyWithOpReplaced
Add negative tests
May 10 2023
Export symbols in Windows.
May 9 2023
Add some comments
Remove unused code.
Fix
May 8 2023
gentle ping :)
.
Rebase + Update
Update + Rebase
May 2 2023
Fix typos
Add more comments.
Address comments from @aaron.ballman, thanks!
Address comments, thanks!
May 1 2023
Fix AutoType sugar
.
.
The review process seems to be stuck. What's your take on the patch? @nikic
Apr 30 2023
.
.
.
.
.