1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 08, 2024 — Oct 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved conformance to common DRY project conventions. More... almost 11 years ago
Integrated with Coverity Scan for build analysis notifications. More... almost 11 years ago
Ensured that Travis CI builds always use a newer libstdc++. More... almost 11 years ago
Defined manual chapters on Supported Architectures and JIT. More... almost 11 years ago
Migrated from Boost.Test to the Catch unit-test framework. More... over 11 years ago
Imported the Catch 1.0.27 unit-test framework's single-header build. More... over 11 years ago
Added stubs for MIPS32 architecture support. More... almost 12 years ago
Implemented the x86_compiler#enter(), #leave(), and #ret() ops. More... about 12 years ago
Sketched out some initial JIT compiler instructions. More... about 12 years ago
Fixed symbol resolution for machinery::jit::compiler_for_*(). More... about 12 years ago
Ensured that unit tests include the <config.h> header file. More... about 12 years ago
Ensured that the `make check` targets for FFI work on Mac OS X. More... about 12 years ago
Added `make check` targets for all FFI implementations. More... about 12 years ago
Added a basic FFI skeleton for Common Lisp. More... about 12 years ago
Added simple FFI skeletons for Python and Ruby. More... about 12 years ago
Defined the C function interface for library metadata. More... about 12 years ago
Defined the JIT compiler implementations for x86-64 and AArch64. More... about 12 years ago
Defined the machinery::jit::compiler base class. More... about 12 years ago
Defined the <machinery/ir.h> and <machinery/jit.h> modules. More... about 12 years ago
Fixed the reST formatting of code examples in the README file. More... about 12 years ago
Removed incorrect noexcept qualifiers from appendable_buffer. More... about 12 years ago
Removed the signed word* constructors to prevent ambiguity errors. More... about 12 years ago
Defined machinery::arch::x86_imm* in terms of machinery::bits::word*. More... about 12 years ago
Defined the machinery::bits::word* data types. More... about 12 years ago
Added a motivating example program snippet to the README file. More... about 12 years ago
Added some initial structure to the manual. More... about 12 years ago
Customized the Sphinx configuration file. More... about 12 years ago
Simplified the implementation of x86_emitter#emit(). More... about 12 years ago
Changed arm_emitter#emit() to use little-endian byte order. More... about 12 years ago
Implemented the arm_emitter#hint() method, plus associated methods. More... about 12 years ago