Jeremiah Orians
|
921cc86ce6
First generation implemention of typedef
|
4 years ago |
Jeremiah Orians
|
358b6cfb96
Fix modulus behavior that is wrong.
|
4 years ago |
Jeremiah Orians
|
c220d14928
Catching some segfaults
|
4 years ago |
Jeremiah Orians
|
e25c1995aa
Make types more proper
|
4 years ago |
Jeremiah Orians
|
6fe6f44a29
Make type information localized to the inside of statements
|
4 years ago |
Jeremiah Orians
|
d9504e3872
Allow M2-Planet to support larger outputs without hitting a segfault
|
4 years ago |
Sanne Wouda
|
968fdfea65
AArch64 support for unsigned comparison
|
4 years ago |
Jeremiah Orians
|
e5befc4fee
armv7l support for unsigned comparisons
|
4 years ago |
Jeremiah Orians
|
f2cae3d501
AMD64 support for unsigned comparisons
|
4 years ago |
Jeremiah Orians
|
132e685f97
Fix x86 behavior on unsigned compares
|
4 years ago |
Jeremiah Orians
|
9da48c5ece
match gcc behavior in regards to if(-1 > 0)
|
4 years ago |
Jeremiah Orians
|
5c22aac02d
Change knight-posix HEAP behavior and leverage better relational choices for knight-posix
|
4 years ago |
Sanne Wouda
|
a63b8837c0
[AArch64] Use arithmetic right shift for signed
|
4 years ago |
Jeremiah Orians
|
67dbbbdcfc
Enable support for C multi-strings
|
4 years ago |
Jeremiah Orians
|
57264eb157
Catch potential segfaulting behavior in generated binaries
|
4 years ago |
Jeremiah Orians
|
39915de931
harmonize integer behavior when reading strings
|
4 years ago |
Jeremiah Orians
|
c4a636c99d
Fix shift behavior to better match C standard
|
4 years ago |
Jeremiah Orians
|
09783ac089
Fixed continue behavior and added a test to verify correct behavior
|
4 years ago |
deesix
|
b2ece54864
aarch64: do not generate a wasteful stack anymore
|
4 years ago |
deesix
|
fbc2bf3333
aarch64: statement
|
4 years ago |
deesix
|
803cf4ffa3
aarch64: flow control
|
4 years ago |
deesix
|
ebb0e4a3f9
aarch64: expression
|
4 years ago |
deesix
|
c32cb92daa
aarch64: arithmetic, relational and bitwise expressions
|
4 years ago |
deesix
|
39936d81cb
aarch64: primary, postfix and unary expressions
|
4 years ago |
deesix
|
b581244df0
aarch64: load of function, constant, global and variable
|
4 years ago |
deesix
|
02bac66940
aarch64: function, function call, arguments, locals and return
|
4 years ago |
deesix
|
0737a2acf0
aarch64: common recursion
|
4 years ago |
Jeremiah Orians
|
095664e680
Fix knight-native to be able to support much larger binaries
|
4 years ago |
Jeremiah Orians
|
5c4c6aee71
prevent void foo () { if(0) {} class of segfaults
|
4 years ago |
Jeremiah Orians
|
0709770730
Enabled forgotten cleanup scripts and add logic to catch ?alloc errors
|
4 years ago |