| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
intrinsics when compiled for 32-bit mode.
All the command lines are for 64-bit mode, but sometimes I compile
the tests in 32-bit mode to see what assembly we get and we need
to skip these to do that.
llvm-svn: 365668
|
|
|
|
|
|
| |
A change to InstCombine broke this test, but we generally frown on running optimizations clang tests anyway. So I've updated the checks to not depend on optimizations anymore.
llvm-svn: 309616
|
|
|
|
|
|
|
|
|
|
|
|
| |
The X86 clang/test/CodeGen/*builtins.c tests define the mm_malloc.h include
guard as a hack for avoiding its inclusion (mm_malloc.h requires a hosted
environment since it expects stdlib.h to be available - which is not the case
in these internal clang codegen tests).
This patch removes this hack and instead passes -ffreestanding to clang cc1.
Differential Revision: https://reviews.llvm.org/D24825
llvm-svn: 282581
|
|
|
|
| |
llvm-svn: 273086
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D14887
llvm-svn: 253887
|
|
|
|
|
|
| |
about optimization options.
llvm-svn: 250271
|
|
|
|
|
|
| |
way we can remove the intrinsic support from the backend.
llvm-svn: 192036
|
|
|
|
|
|
|
|
|
|
| |
backend changes.
An explicit cast is still needed in tbmintrin.h to convert any big integer down to i32imm.
Patch from Yunzhong Gao.
llvm-svn: 191872
|
|
Differential Revision: http://llvm-reviews.chandlerc.com/D1751
llvm-svn: 191681
|