aboutsummaryrefslogtreecommitdiff
path: root/src/llvm.cff
Commit message (Collapse)AuthorAgeFilesLines
* gencopy (?)lemon2022-09-011-15/+23
|
* on big aggregates big, use a hash map to lookup fieldslemon2022-09-011-3/+3
|
* replace instances of streq with ==lemon2022-09-011-1/+1
| | | | | where strings are interned, this is ok. this was the intention of interning strings from the beginning.
* static bitfield initializerslemon2022-09-011-0/+21
|
* self hosting !!! with some workarounds though .lemon2022-08-311-3/+5
|
* get close to self hosting (ack works)lemon2022-08-311-32/+44
|
* fix some type size errorslemon2022-08-301-5/+3
|
* ptr diff fixlemon2022-08-301-5/+8
|
* union staticslemon2022-08-301-64/+134
|
* bitfield initializerslemon2022-08-301-0/+14
|
* Makefile and suchlemon2022-08-301-5/+4
|
* fix vararglemon2022-08-301-3/+10
|
* i1lemon2022-08-291-1/+1
|
* fix some bugslemon2022-08-291-9/+19
|
* remove ir*.cff; make vararg only with primitive typeslemon2022-08-291-173/+177
|
* many things ,varagslemon2022-08-291-43/+121
|
* add type, multiline stringslemon2022-08-291-2/+15
|
* llvm fix some buglemon2022-08-281-2/+2
|
* miscellaneouslemon2022-08-271-5/+24
|
* gen strlit valuelemon2022-08-271-0/+2
|
* fix value when assign op store overflows, also typecheck assignopslemon2022-08-271-5/+5
|
* deref fixlemon2022-08-271-1/+1
|
* llvm print linelemon2022-08-271-0/+1
|
* improve bitfieldslemon2022-08-271-109/+114
|
* bitfieldslemon2022-08-261-21/+71
|
* array staticslemon2022-08-261-0/+28
|
* some fixes + .[] syntax sugarlemon2022-08-261-2/+2
|
* oopslemon2022-08-261-1/+1
|
* vararg promote array->ptrlemon2022-08-261-1/+4
|
* gensym fix, offset fix, str staticslemon2022-08-261-1/+9
|
* vararg promotionlemon2022-08-251-2/+10
|
* hmmlemon2022-08-251-3/+9
|
* now test.cff kindalemon2022-08-251-12/+62
|
* slen, sptr, complete method type stufflemon2022-08-251-0/+15
|
* aligns fixlemon2022-08-251-1/+2
|
* add cond switchlemon2022-08-251-0/+26
|
* eu switchlemon2022-08-251-10/+61
|
* iswitchlemon2022-08-251-0/+23
|
* slice and stufflemon2022-08-241-1/+51
|
* do-whilelemon2022-08-241-0/+13
|
* i don't know how to use phi nodes sorrylemon2022-08-241-6/+32
|
* and/orlemon2022-08-241-6/+39
|
* more llvmlemon2022-08-241-24/+93
|
* enum inilemon2022-08-241-5/+49
|
* opaque ptrslemon2022-08-241-22/+58
|
* dot operator llvmlemon2022-08-241-84/+82
|
* send target triple to llvmlemon2022-08-241-0/+1
|
* llvm defer and morelemon2022-08-241-24/+95
|
* collatz!lemon2022-08-231-26/+199
|
* ack workslemon2022-08-231-18/+41
|