0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some improvements, mainly the idea to alloc register which is used by function call to register which can be clobbered by callee. More... about 13 years ago
Added support and implementation of shrinking memory allocated by VirtualMemoryManager. AsmJit is now able to shrink the allocated buffer for JIT code if there was reserved space for trampolines which aren't used. More... about 13 years ago
Fixed issue #30 More... about 13 years ago
Fixed CALL_CONV_COMPAT_... conventions under 64-bit Windows. More... about 13 years ago
Fixed function call and fastcall calling conventions More... about 13 years ago
Compiler::unuseVar() can now prevent spilling registers used by function call and spilling between the last instruction and unuse-var hint. More... about 13 years ago
Fixed negative stack memory access for 32bit/64bit mode. More... about 13 years ago
Updated the code to fix the red-zone issue. More... about 13 years ago
Improved testfunccall2.cpp test. Begin work on removing these unnecessary spills. More... about 13 years ago
Removed logger->isUsed() checks, now only zero pointer comparison is used (faster and smaller binary) More... about 13 years ago
Maybe fixed the red-zone issue More... about 13 years ago
Fixed issue #29, Fixed incorrect register usage when calling function. More... about 13 years ago
Disable stack adjusting if it's not needed by the function call. More... about 13 years ago
Update the variableHomeIndex when calling function to a register value if the home is not set. More... about 13 years ago
Compiler::newGP() now correctly set the size of general purpose register. More... about 13 years ago
Fixed Issue #26 More... about 13 years ago
Fixed Issue #23 (multilib support, gentoo) More... over 13 years ago
Minor change in Assembler (no change in fact) More... over 13 years ago
Fixed Issue #19 More... over 13 years ago
Merge CL330: "Removed unused code"
sam
More... over 13 years ago
Merge CL329: "Rewritten memory manager btree implementation."
sam
More... over 13 years ago
Merge CL328: "Fixed memory test counter"
sam
More... over 13 years ago
Merge CL327: "Worked on MemoryManager. Added better debugging support for red-black tree used to store chunks of virtual memory."
sam
More... over 13 years ago
Merge CL326: "Updated tests to detect more memory problems, related to issue #17. Maybe fixed LLRB tree code."
sam
More... over 13 years ago
Merge CL325
sam
More... over 13 years ago
Changelog More... over 13 years ago
Removed unused code More... over 13 years ago
Rewritten memory manager btree implementation. More... over 13 years ago
Fixed memory test counter More... over 13 years ago
Worked on MemoryManager. Added better debugging support for red-black tree used to store chunks of virtual memory. More... over 13 years ago