User Details
- User Since
- Jul 16 2019, 2:20 PM (218 w, 6 d)
Jul 27 2023
Added minimal support for stack operations like storeRegToStackSlot/loadRegFromStackSlot/eliminateFrameIndex functions to make possible implement different tests. Added test for load/store operations on stack.
Corrected according to comments. Added test with code generation for ALU operations
Mar 27 2023
Hi @myhsu, thank you for your comment. We have plans to add also some tests to the current functionality.
Minor code formatting
Minor code formatting
Minor code formatting
Minor code formatting
Minor code formatting
Minor code formatting
Minor code formatting
Minor code formatting.
Minor code formatting.
Minor code formatting.
Mar 9 2023
Dec 26 2022
Dec 25 2022
Added fixes according to comments
Added fixes according to comments
Added fixes according to comments
@MaskRay , I changed Xtensa tests structure according to your suggestions, PTAL.
Added fixes according to comments
Added fixes according to comments
Added fixes according to comments
Added fixes according to comments
Added fixes according to comments
Updated according to latest changes in upstream source code
Updated according to latest changes in upstream source code
Dec 19 2022
Fixed "elf-header.s" test according to comments
Updated according to latest changes in upstream source code
Updated according to latest changes in upstream source code
Updated according to latest changes in upstream source code
Updated according to latest changes in upstream source code
Oct 10 2022
@aykevl , @jyknight , @ivanbaev , I have a good news about Xtensa ISA documentation. Cadence makes documentation publicly available https://www.cadence.com/content/dam/cadence-www/global/en_US/documents/tools/ip/tensilica-ip/isa-summary.pdf
Oct 5 2022
@saugustine , we added to the our plans implementation of the ".xt.insn" section. Is it suitable solution to resolve the issue with "nop" operation in this patch?
Sep 26 2022
@MaskRay , may I ask you about new test structure of the instructions set? I divided test file xtensa-valid.s to several files by instructions groups. Whether such division matches to your suggestions?
Sep 18 2022
Test file "xtensa-valid.s" is splitted to several files according to instructions groups.
Corrected comment. The "array_lengthof" changed to "std::size".
Minor source code corrections. Test file xtensa-valid.s is splitted to several files.
Remove xtensa-valid.s
Minor code corrections. Test file xtensa-valid.s is splitted to several files by instructions groups.
Updated according to latest changes in upstream source code
Corrected comment
Updated according to latest changes in upstream source code
Aug 24 2022
@saugustine , thank you very much for your comments!