LLVMExamples.st
Thu, 11 Aug 2016 09:12:17 +0100 Jan Vrany Oops, fixed examples after a rename #store:_: to #store:at:
Wed, 06 Jul 2016 22:40:59 +0100 Jan Vrany Implemented LLVMType>>sizeInBits/sizeInBytes for all data types
Wed, 06 Jul 2016 09:53:56 +0100 Jan Vrany Added builder support for llvm.memset , llvm.memmove and llvm.memcpy intrinsics
Fri, 22 Apr 2016 14:45:34 +0100 Jan Vrany Added 'block form' of #if:then:else: for easier use
Thu, 21 Apr 2016 22:17:02 +0100 Jan Vrany Added support for PHI nodes.
Fri, 12 Feb 2016 11:50:22 +0000 Jan Vrany LLVMDIBuilder: added API for more instructions
Sun, 07 Feb 2016 09:03:23 +0000 Jan Vrany LLVM C API Extensions: Updated Smalltalk API to reflect LLVM 3.9 API.
Thu, 17 Sep 2015 17:17:56 +0100 Jan Vrany Fixed LLVMExamples>>example7_factorial_with_debug_info
Mon, 17 Aug 2015 08:53:26 +0100 Jan Vrany Initial support for generating (DWARF) debug info.
Thu, 13 Aug 2015 06:19:28 +0100 Jan Vrany Renamed LLVMBuilder to LLVMIRBuilder
Mon, 10 Aug 2015 19:26:29 +0100 Jan Vrany Added support for intrinsics.
Mon, 10 Aug 2015 10:33:42 +0100 Jan Vrany Added an example of iterative factorial function
Sat, 08 Aug 2015 04:43:00 +0100 Jan Vrany Added example for compiling conditional. Added convenience API to simply code generation.
Wed, 05 Aug 2015 22:39:52 +0100 Jan Vrany Refactored 'Hello World' example to ise GEP.
Mon, 03 Aug 2015 21:25:56 +0100 Jan Vrany Oops, fixed #example3_hello_world
Mon, 03 Aug 2015 18:08:14 +0100 Jan Vrany Tests refactored to be actually a testcase. Introduced LLVMConstant class
Sat, 01 Aug 2015 07:07:46 +0100 Jan Vrany Added short README, license.txt and updated copyright information
Sat, 01 Aug 2015 06:21:29 +0100 Jan Vrany Renamed class categories to begin with LLVM-S
Fri, 31 Jul 2015 16:21:29 +0100 Jan Vrany Package renamed from jv:libllvms to jv:llvm_s
Sat, 18 Jul 2015 07:22:20 +0100 Jan Vrany Added simple example of calling function defined within the same module.
Fri, 17 Jul 2015 17:20:04 +0100 Jan Vrany Added basic support for calling functions.
Fri, 17 Jul 2015 12:40:26 +0100 Jan Vrany Added class LLVMExamples
less more (0) tip