Earlier this year
-
r206
(Added jmp(void*) and call(void*) overloads
) committed by kobalicek.petr
- Added jmp(void*) and call(void*) overloads
Added jmp(void*) and call(void*) overloads
-
r205
(jmp(imm) and call(imm) implementation, support for trampolin...) committed by kobalicek.petr
- jmp(imm) and call(imm) implementation, support for trampolines...
jmp(imm) and call(imm) implementation, support for trampolines...
-
r204
(Fixed bug introduced by fixing bug:)
) committed by kobalicek.petr
- Fixed bug introduced by fixing bug:)
Fixed bug introduced by fixing bug:)
-
-
-
r201
(See CHANGELOG (2009-10-11)
) committed by kobalicek.petr
- See CHANGELOG (2009-10-11)
See CHANGELOG (2009-10-11)
-
-
-
Upgrading_Notes
(Upgrading notes to latest AsmJit version.) Wiki page edited by kobalicek.petr
- Revision r199
Edited wiki page through web user interface.
Revision r199
Edited wiki page through web user interface.
-
r198
(MemoryManager is now pure virtual, added DefaultMemoryManage...) committed by kobalicek.petr
- MemoryManager is now pure virtual, added DefaultMemoryManager that implements this interface.
MemoryManager is now pure virtual, added DefaultMemoryManager that implements this interface.
-
r197
(A lot of changes, see CHANGELOG.
) committed by kobalicek.petr
- A lot of changes, see CHANGELOG.
A lot of changes, see CHANGELOG.
-
Upgrading_Notes
(Upgrading notes to latest AsmJit version.) Wiki page edited by kobalicek.petr
- Revision r196
Edited wiki page through web user interface.
Revision r196
Edited wiki page through web user interface.
-
-
-
r193
(Added SETcc instructions.) committed by kobalicek.petr
- Added SETcc instructions.
Added SETcc instructions.
-
r192
(Probably bug fix in CMakeLists. I had problem to run cmake u...) committed by kobalicek.petr
- Probably bug fix in CMakeLists. I had problem to run cmake under Windows, solved.
Probably bug fix in CMakeLists. I had problem to run cmake under Windows, solved.
-
r191
(Added more documentation to AsmJit::Compiler.
) committed by kobalicek.petr
- Added more documentation to AsmJit::Compiler.
Added more documentation to AsmJit::Compiler.
-
r190
(Fixed CMakeLists.txt to correctly install include files
) committed by kobalicek.petr
- Fixed CMakeLists.txt to correctly install include files
Fixed CMakeLists.txt to correctly install include files
-
-
r188
(Added initial support for variable names and inline comments...) committed by kobalicek.petr
- Added initial support for variable names and inline comments
Added initial support for variable names and inline comments
-
Upgrading_Notes
(Upgrading notes to latest AsmJit version.) Wiki page edited by kobalicek.petr
- Revision r187
Edited wiki page through web user interface.
Revision r187
Edited wiki page through web user interface.
-
-
r185
(VariableRef::v() getter is now const, some small changes tha...) committed by kobalicek.petr
- VariableRef::v() getter is now const, some small changes that now affects behavior
VariableRef::v() getter is now const, some small changes that now affects behavior
-
-
Configuring
(Configuring (Embedding) AsmJit to your project.) Wiki page edited by kobalicek.petr
- Revision r183
Edited wiki page through web user interface.
Revision r183
Edited wiki page through web user interface.
-
FAQ
(Frequently Asked Questions) Wiki page edited by kobalicek.petr
- Revision r182
Edited wiki page through web user interface.
Revision r182
Edited wiki page through web user interface.
-
-
r181
(fixed compilation error and warnings under MSVC (32-bit mode...) committed by kobalicek.petr
- fixed compilation error and warnings under MSVC (32-bit mode)
fixed compilation error and warnings under MSVC (32-bit mode)
-
-
r179
(Fixed another bug related to compiler
) committed by kobalicek.petr
- Fixed another bug related to compiler
Fixed another bug related to compiler
-
r178
(Modified some tests, updated changelog
) committed by kobalicek.petr
- Modified some tests, updated changelog
Modified some tests, updated changelog
-
r177
(Fixed remaining issue for functions using naked prolog / epi...) committed by kobalicek.petr
- Fixed remaining issue for functions using naked prolog / epilog
Fixed remaining issue for functions using naked prolog / epilog
-
r176
(Finally working variables?
) committed by kobalicek.petr
- Finally working variables?
Finally working variables?
-
r175
(Fix allocating of stack passed arguments
) committed by kobalicek.petr
- Fix allocating of stack passed arguments
Fix allocating of stack passed arguments
-
r174
(Comments and typos, no code change
) committed by kobalicek.petr
- Comments and typos, no code change
Comments and typos, no code change
-
-
-
r171
(Fixed variable relocation issue, added test for it
) committed by kobalicek.petr
- Fixed variable relocation issue, added test for it
Fixed variable relocation issue, added test for it
-
r170
(Fixed variables memalloc problem (due to incorrect counting ...) committed by kobalicek.petr
- Fixed variables memalloc problem (due to incorrect counting of memory access)
Fixed variables memalloc problem (due to incorrect counting of memory access)
-
-
r168
(Fixed issue for X64W and X64U code generation using compiler...) committed by kobalicek.petr
- Fixed issue for X64W and X64U code generation using compiler (invalid stack offsets for stack
arguments)
Fixed issue for X64W and X64U code generation using compiler (invalid stack offsets for stack
arguments)
-
r167
(Added some build files and modified existing ones) committed by kobalicek.petr
- Added some build files and modified existing ones
Added some build files and modified existing ones
-
-
-
r165
(Fixed generating incorrect REX prefix (0x42)) committed by kobalicek.petr
- Fixed generating incorrect REX prefix (0x42)
Fixed generating incorrect REX prefix (0x42)
-
-
-
r162
(Fixed Typo, Added == and != operator to VariableRef. Added d...) committed by kobalicek.petr
- Fixed Typo, Added == and != operator to VariableRef. Added dummy test file
Fixed Typo, Added == and != operator to VariableRef. Added dummy test file
-
-
|