about summary refs log tree commit diff homepage
path: root/test/VectorInstructions
AgeCommit message (Expand)Author
2024-02-16drop llvm 9 and 10Daniel Schemmel
2024-02-08Assume C compiler's default standard is `-std=gnu17`Martin Nowack
2022-07-24Support arguments of width 128, 256 and 512 bits for external callsPavel
2020-12-04Test reflecting the LLVM 11 behavior for transforming reads of the form f[k],...Cristian Cadar
2020-12-04Test reflecting the LLVM 11 behavior for transforming writes of the form f[k]...Cristian Cadar
2020-12-04Move all overflows from the vector instructions tests into a new file, as the...Cristian Cadar
2020-03-19Additional test for dealing with vector instructionsCristian Cadar
2019-03-07Renamed %llvmgcc and %llvmgxx to %clang and %clangxx respectively.Cristian Cadar
2018-10-26llvm5: test, add -disable-O0-optnone to -O0Jiri Slaby
2018-08-01test: remove geq-llvm-3.4Julian Büning
2018-05-23test: add parenthesis around & operandsJiri Slaby
2017-07-19Implement basic support for vectorized instructions.Dan Liew