Fri, 07 Aug 2015 14:10:48 +0100 Introduced class LLVMConfig to abstract a particular LLVM version
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 07 Aug 2015 14:10:48 +0100] rev 21
Introduced class LLVMConfig to abstract a particular LLVM version
Wed, 05 Aug 2015 23:59:59 +0100 Added inspector tab to show generated assembly for a module
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 05 Aug 2015 23:59:59 +0100] rev 20
Added inspector tab to show generated assembly for a module as generated by LLVM's `llc` static compiler.
Wed, 05 Aug 2015 22:39:52 +0100 Refactored 'Hello World' example to ise GEP.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 05 Aug 2015 22:39:52 +0100] rev 19
Refactored 'Hello World' example to ise GEP. This way, the example is statically-compilable by `llc` compiler.
Mon, 03 Aug 2015 21:25:56 +0100 Oops, fixed #example3_hello_world
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 03 Aug 2015 21:25:56 +0100] rev 18
Oops, fixed #example3_hello_world Of course, expansion \n is done by the C compiler, not the printf() function... Also fixed return type so function prototype matches the ret insn type.
Mon, 03 Aug 2015 20:47:52 +0100 Use uint64 FFI type for `long long unsigned int` parameters
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 03 Aug 2015 20:47:52 +0100] rev 17
Use uint64 FFI type for `long long unsigned int` parameters ...as long FFI type maps to int32_t on 32bit system and to int64_t on 64bit system.
Mon, 03 Aug 2015 18:08:14 +0100 Tests refactored to be actually a testcase. Introduced LLVMConstant class
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 03 Aug 2015 18:08:14 +0100] rev 16
Tests refactored to be actually a testcase. Introduced LLVMConstant class as a factory for LLVM constant values (such as integer or string constants)
Tue, 04 Aug 2015 07:21:26 +0100 Added license.txt
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 04 Aug 2015 07:21:26 +0100] rev 15
Added license.txt
Sat, 01 Aug 2015 07:07:46 +0100 Added short README, license.txt and updated copyright information
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 01 Aug 2015 07:07:46 +0100] rev 14
Added short README, license.txt and updated copyright information
Sat, 01 Aug 2015 06:21:29 +0100 Renamed class categories to begin with LLVM-S
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 01 Aug 2015 06:21:29 +0100] rev 13
Renamed class categories to begin with LLVM-S ...to allow eventual port to Squeak/Pharo. Monticello would require that.
Fri, 31 Jul 2015 16:21:29 +0100 Package renamed from jv:libllvms to jv:llvm_s
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 31 Jul 2015 16:21:29 +0100] rev 12
Package renamed from jv:libllvms to jv:llvm_s
(0) -10 +10 tip