aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/backend/cast.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-20llvm: add a few testcases for integer/pointer conversionLuc Van Oostenryck1-1/+10
Signed-off-by: Luc Van Oostenryck <lucvoo@kernel.org>
2017-11-17llvm: add support for cast from floatsLuc Van Oostenryck1-2/+0
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
2017-11-17llvm: add support for OP_FPCASTLuc Van Oostenryck1-2/+3
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
2017-05-28testsuite: remove unneeded './' before commandsLuc Van Oostenryck1-1/+1
Some testcase have their command specified as './<command name>' but the './' part is unneeded as all commands are first prefixed with '../' before being run. Furthermore, the possible presence of these './' force the use of 'basename' when filtering out the disabled commands. Change this by stripping the './' where is was used. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
2012-06-08sparse, llvm: Add _Bool to cast validation testPekka Enberg1-0/+3
This patch adds casting backend validation test cases for the _Bool data type. Signed-off-by: Pekka Enberg <penberg@kernel.org>
2011-08-30sparse, llvm: Fix code generation for castsPekka Enberg1-0/+47
Signed-off-by: Pekka Enberg <penberg@kernel.org>