aboutsummaryrefslogtreecommitdiff
path: root/compiler/unittest/test_constexpr.c
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
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 Borell1-5/+10
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 Borell1-5/+54
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 Borell1-0/+40