Commit Graph

44 Commits (b597c6b32986cee6574e29ad3d86530915af0bda)

Author SHA1 Message Date
John Benediktsson de179243ce basis/extra: cleanup uses of add-library. 2014-11-13 13:05:14 -08:00
John Benediktsson d28f7b4242 llvm.engine: fix using. 2014-06-08 18:02:04 -07:00
John Benediktsson 849d8325ea llvm.engine: use find-library, although I think looking for "LLVM-3" might be better. 2014-06-08 13:43:49 -07:00
John Benediktsson a88310438e llvm.core: use find-library. 2014-06-07 15:39:06 -07:00
John Benediktsson 4e72d80256 Using "same?" in more places. 2012-07-21 10:22:44 -07:00
Joe Groff 943596575a use radix literals 2011-11-23 19:03:40 -08:00
Doug Coleman c731dc6edb Rename lookup to lookup-word. 2011-11-06 16:00:00 -08:00
Doug Coleman 763d9a3f7d Missed yet more renames 2011-10-24 17:00:09 -07:00
Doug Coleman 0d059e0f19 Found a few more places to use lookup-c-type 2011-10-24 15:58:40 -07:00
John Benediktsson 4f42c72012 specialized-arrays: performed some cleanup.
Specifically,
    •   Created >c-array to be replacement for >T-array.
    •   Created cast-array to be generic replacement for all T-array-cast words.
    •   Created c-array@ to be generic replacement for T-array@ words.
    •   Replaced usages of <T-array> with T <c-array>
    •   Replaced usages of <direct-T-array> with T <c-direct-array>
    •   Replaced usages of >T-array with T >c-array
    •   Replaced usages of T-array-cast with T cast-array
    •   Replaced usages of malloc-T-array with T malloc-array.
    •   Removed malloc-T-array.
    •   Removed T-array-cast.
    •   Removed T-array@.
    •   Removed >T-array.

I also added (but didn't change any code to use):
    •   T c-array-type, returns T-array
    •   T c-array?, returns T-array?
    •   c-array{ T ... }, returns T-array{ ... }

Bootstraps just find on Mac OS X.  Also `load-all test-all` works for me.
2011-09-26 11:37:51 -07:00
Doug Coleman 2d74c3c9cb llvm.clang.ffi depends on unix.types, so make it unix only 2011-08-28 16:51:58 -05:00
Erik Charlebois 0507e6ec53 Raw clang FFI bindings 2011-05-23 23:36:14 -04:00
Slava Pestov 75560699ea Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object> 2010-12-25 16:55:36 -08:00
Doug Coleman 4ca9bd0bba Remove usages of <void*> and *void* 2010-10-25 13:22:50 -05:00
Slava Pestov 74af9abf20 Update code for brave new world where alien.parser doesn't special-case void, and instead looks it up like any other word 2010-08-15 02:32:13 -07:00
Doug Coleman bdecd564a3 Use keys/values where appropriate 2010-05-21 12:48:04 -05:00
Joe Groff 4bc915d526 C-ENUM: -> ENUM: 2010-04-19 20:07:16 -07:00
Slava Pestov f6908f513f llvm: fix load errors 2010-04-13 18:43:48 -07:00
Slava Pestov da6bcbedfc Replace 'untested' tag with 'not loaded' and 'not tested' tags 2010-04-13 18:43:01 -07:00
Slava Pestov 2b4a55b53a Merge branch 'master' of git://github.com/erikcharlebois/factor 2010-04-10 18:01:19 -07:00
Erik Charlebois edc489f4c1 Change C-ENUM: to always take a type. Use f for anonymous enums. Update all uses. 2010-04-09 23:48:22 -07:00
Joe Groff 65c3259761 "cdecl" -> cdecl 2010-03-31 19:20:35 -07:00
Joe Groff 4cfa1a6c77 rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char 2010-02-23 11:42:02 -08:00
Slava Pestov 95bfc8a240 vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
Doug Coleman 7ce4b746e5 parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
Slava Pestov 7f2e2b1777 Specialized array overhaul
- Replace hand-written specialized-arrays.* subvocabularies with new system; instead of USE:ing specialized-arrays.T, do SPECIALIZED-ARRAY: T
- Ditto for specialized-vectors; use SPECIALIZED-VECTOR:
- io.mmap.functor: removed entirely, use <mapped-array> instead
- struct-arrays and struct-vectors have been removed because specialized arrays and vectors subsume them entirely
2009-09-09 22:33:34 -05:00
Slava Pestov c25ac2a066 llvm: add unportable tag 2009-07-10 07:46:47 -05:00
sheeple b7aac8c13a llvm.core: fix add-llvm-library 2009-07-10 07:38:19 -05:00
Slava Pestov e0fa51512f llvm: new add-llvm-library word to make things a bit more portable 2009-07-10 07:07:54 -05:00
Matthew Willis b0ca5ecffa updated llvm.invoker test to use install-bc 2009-07-01 14:52:15 +09:00
Matthew Willis 778707e8fa add license and copywrite to extra/llvm vocabs 2009-07-01 11:08:57 +09:00
Matthew Willis b46999584b invoker infers function param c-types more generally 2009-06-30 22:55:20 +09:00
Matthew Willis d4c03d8459 add invoker test that tests the entire llvm binding so far 2009-06-30 11:58:09 +09:00
Matthew Willis 1716a4bec8 remove llvm.bindings, made obsolete by llvm.wrappers and friends 2009-06-30 11:57:24 +09:00
Matthew Willis c843edd870 install functions from llvm bytecode, with test 2009-06-30 11:43:04 +09:00
Matthew Willis 48863ca171 Added global jit, and convenience words for dealing with it 2009-06-27 18:41:40 +09:00
Matthew Willis 081f24ccf7 convert from LLVM types, with tests 2009-06-26 22:01:20 +09:00
Matthew Willis c331b31007 Update LLVMTypeKind enum 2009-06-26 22:00:55 +09:00
Matthew Willis 8934bb8e49 Added type parser, factor llvm type objects, and recursive type resolution 2009-06-26 00:21:54 +09:00
Matthew Willis ded676e4e3 beginnings of extra/llvm 2009-06-22 21:21:15 +09:00
Matthew Willis 08a3d907db rename llvm.binding to llvm.bindings, update IN: 2009-06-16 09:19:50 +09:00
Matthew Willis 27e95c7908 move llvm bindings to llvm.bindings 2009-06-16 09:15:24 +09:00
Matthew Willis f55d83a84e remove some untested function extra/llvm 2009-06-16 08:53:16 +09:00
Matthew Willis f2b4b9236a moving llvm to extra 2009-06-15 21:46:19 +09:00