aboutsummaryrefslogtreecommitdiff
path: root/compiler/unittest
AgeCommit message (Expand)AuthorFilesLines
2020-07-17Constexpr: Implement integer multiplicationSamuel Lidén Borell1-1/+25
2017-08-19Constexpr: Fix too small memory allocation in some right shift exprsSamuel Lidén Borell1-0/+8
2017-08-18C backend: Don't print anonymous types twiceSamuel Lidén Borell2-0/+179
2017-08-12Tests: Add (void) to parameterless functionsSamuel Lidén Borell1-2/+2
2016-04-03Tests: Fix compilation warnings in unit testsSamuel Lidén Borell1-6/+6
2016-03-28Constexpr: Fix malformed number in some cases when shifting away all digitsSamuel Lidén Borell1-0/+4
2016-03-28Constexpr: Proper error handlingSamuel Lidén Borell3-9/+16
2016-03-28Constexpr: Implement addition/subtraction of hexadecimal numbersSamuel Lidén Borell1-0/+19
2016-03-28Constexpr: Implement comparison of hexadecimal numbersSamuel Lidén Borell1-0/+23
2016-03-25Constexpr: Implement bitwise shifts, and refactor the code a bitSamuel Lidén Borell3-6/+63
2016-03-22Constexpr: Implement bitwise logic operators (bitand, bitor, bitxor)Samuel Lidén Borell1-1/+22
2016-03-21Constexpr: Add function to convert decimal to hexSamuel Lidén Borell1-3/+47
2016-03-21Tests: Minimalistic unit testing codeSamuel Lidén Borell4-0/+210