7
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
new date 20231021 More... 6 months ago
Separate off and reg in parameter definitions. More... 6 months ago
new date 20231019 More... 6 months ago
Slight rearrangement of struct rdef. More... 6 months ago
new date 20231017 More... 6 months ago
Bugfix checking for undefined structs. More... 6 months ago
Small bugfix to the "prepend args" code. More... 6 months ago
new date 20231013 More... 6 months ago
New shape layout for i386. More... 6 months ago
First step towards better shape handling. More... 6 months ago
new date 20230920 More... 7 months ago
Slight cleanup. More... 7 months ago
Add code to split up function calls and to keep arguments separate for targets with NEWPARANS. Currently only tested on i386. More... 7 months ago
new date 20230918 More... 7 months ago
Remove args from stack after function call. More... 7 months ago
Add support for common handling of function arguments. While here, have a common definition of the gotreg for future use. For now only x86 have this new handling. More... 7 months ago
new date 20230914 More... 7 months ago
Do not add edges for RHS of a CALL node, which causes unneccessary moves. Bug spotted by Tim Kelly. More... 7 months ago
Betetr struct handling not working correctly, disable. More... 7 months ago
new date 20230910 More... 8 months ago
Add node type STCLR to clear a runtime area. Also add HAS_STCLR to avoid emitting it for targets where it isn't implemented. More... 8 months ago
new date 20230908 More... 8 months ago
Use simpler code for small structs. More... 8 months ago
Always add struct info if a struct is present. More... 8 months ago
new date 20230907 More... 8 months ago
Fix bug causing const qualifier to be set unwanted. More... 8 months ago
new date 20230830 More... 8 months ago
Fix LP64 bug where interference edges could be lost on targets with more than 32 registers. More... 8 months ago
new date 20230824 More... 8 months ago
Remove more unused code. More... 8 months ago