My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Oct 16, 2009
    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
  • Oct 16, 2009
    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...
  • Oct 11, 2009
    r204 (Fixed bug introduced by fixing bug:) ) committed by kobalicek.petr   -   Fixed bug introduced by fixing bug:)
    Fixed bug introduced by fixing bug:)
  • Oct 11, 2009
    r203 (See CHANGELOG ) committed by kobalicek.petr   -   See CHANGELOG
    See CHANGELOG
  • Oct 11, 2009
    r202 (See CHANGELOG ) committed by kobalicek.petr   -   See CHANGELOG
    See CHANGELOG
  • Oct 11, 2009
    r201 (See CHANGELOG (2009-10-11) ) committed by kobalicek.petr   -   See CHANGELOG (2009-10-11)
    See CHANGELOG (2009-10-11)
  • Oct 11, 2009
    r200 (Fixed documentation ) committed by kobalicek.petr   -   Fixed documentation
    Fixed documentation
  • Oct 10, 2009
    AsmJit-0.8.4-pre.chm (documentation (trunk)) file uploaded by kobalicek.petr   -  
    Labels: Type-Docs Featured
    Labels: Type-Docs Featured
  • Oct 09, 2009
    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.
  • Oct 09, 2009
    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.
  • Oct 08, 2009
    r197 (A lot of changes, see CHANGELOG. ) committed by kobalicek.petr   -   A lot of changes, see CHANGELOG.
    A lot of changes, see CHANGELOG.
  • Oct 08, 2009
    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.
  • Oct 07, 2009
    r195 (Added setcc test) committed by kobalicek.petr   -   Added setcc test
    Added setcc test
  • Oct 07, 2009
    r194 (Updated CHANGELOG) committed by kobalicek.petr   -   Updated CHANGELOG
    Updated CHANGELOG
  • Oct 07, 2009
    r193 (Added SETcc instructions.) committed by kobalicek.petr   -   Added SETcc instructions.
    Added SETcc instructions.
  • Oct 07, 2009
    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.
  • Sep 11, 2009
    r191 (Added more documentation to AsmJit::Compiler. ) committed by kobalicek.petr   -   Added more documentation to AsmJit::Compiler.
    Added more documentation to AsmJit::Compiler.
  • Sep 05, 2009
    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
  • Sep 05, 2009
    r189 (Updated CHANGELOG ) committed by kobalicek.petr   -   Updated CHANGELOG
    Updated CHANGELOG
  • Sep 05, 2009
    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
  • Aug 23, 2009
    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.
  • Aug 22, 2009
    r186 (Added movq ) committed by kobalicek.petr   -   Added movq
    Added movq
  • Aug 22, 2009
    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
  • Aug 20, 2009
    r184 (Documentation changes ) committed by kobalicek.petr   -   Documentation changes
    Documentation changes
  • Aug 20, 2009
    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.
  • Aug 20, 2009
    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.
  • Aug 20, 2009
    AsmJit-0.8.2.zip (release 0.8.2) file uploaded by kobalicek.petr   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Aug 19, 2009
    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)
  • Aug 19, 2009
    r180 (Compiler improvements ) committed by kobalicek.petr   -   Compiler improvements
    Compiler improvements
  • Aug 19, 2009
    r179 (Fixed another bug related to compiler ) committed by kobalicek.petr   -   Fixed another bug related to compiler
    Fixed another bug related to compiler
  • Aug 19, 2009
    r178 (Modified some tests, updated changelog ) committed by kobalicek.petr   -   Modified some tests, updated changelog
    Modified some tests, updated changelog
  • Aug 19, 2009
    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
  • Aug 19, 2009
    r176 (Finally working variables? ) committed by kobalicek.petr   -   Finally working variables?
    Finally working variables?
  • Aug 19, 2009
    r175 (Fix allocating of stack passed arguments ) committed by kobalicek.petr   -   Fix allocating of stack passed arguments
    Fix allocating of stack passed arguments
  • Aug 18, 2009
    r174 (Comments and typos, no code change ) committed by kobalicek.petr   -   Comments and typos, no code change
    Comments and typos, no code change
  • Aug 18, 2009
    r173 (Updated TODO ) committed by kobalicek.petr   -   Updated TODO
    Updated TODO
  • Aug 18, 2009
    r172 (Updated changelog ) committed by kobalicek.petr   -   Updated changelog
    Updated changelog
  • Aug 18, 2009
    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
  • Aug 18, 2009
    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)
  • Aug 18, 2009
    r169 (Added missing test file) committed by kobalicek.petr   -   Added missing test file
    Added missing test file
  • Aug 18, 2009
    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)
  • Aug 18, 2009
    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
  • Aug 15, 2009
    AsmJit-0.8.1.zip (0.8.1 release) file uploaded by kobalicek.petr   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Aug 15, 2009
    r166 ([No log message]) committed by kobalicek.petr   -   [No log message]
    [No log message]
  • Jun 01, 2009
    r165 (Fixed generating incorrect REX prefix (0x42)) committed by kobalicek.petr   -   Fixed generating incorrect REX prefix (0x42)
    Fixed generating incorrect REX prefix (0x42)
  • Apr 29, 2009
    Calling_Conventions (Introduction to Calling Conventions) Wiki page edited by kobalicek.petr
  • Apr 29, 2009
    FAQ (Frequently Asked Questions) Wiki page edited by kobalicek.petr
  • Apr 26, 2009
    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
  • Apr 15, 2009
    FAQ (Frequently Asked Questions) Wiki page edited by kobalicek.petr
  • Apr 10, 2009
    AsmJit-0.8.zip (release) file uploaded by kobalicek.petr   -  
    Labels: OpSys-All Type-Source Featured
    Labels: OpSys-All Type-Source Featured
 
Hosted by Google Code