Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
66fe80aa57c6de0b48fb4efb4c7bebe35c6c28c8
/
test
/
Bitcode
a315939
Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq.
by Evan Cheng
· 16 years ago
e716bb1
Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2.unpckl.pd intrinsics. These will be lowered into shuffles.
by Evan Cheng
· 16 years ago
4797f61
Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd.
by Evan Cheng
· 16 years ago
5edf210
Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit.
by Gabor Greif
· 17 years ago
f6cadc4
sabre brings to my attention that the 'tr' suffix is also obsolete
by Gabor Greif
· 17 years ago
722243b
Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too.
by Gabor Greif
· 17 years ago
5f13724
fix this test.
by Chris Lattner
· 17 years ago
2d290f9
Remove llvm-upgrade.
by Tanya Lattner
· 17 years ago
f9b83fc
Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure
by Evan Cheng
· 17 years ago
6994040
This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future.
by Chandler Carruth
· 17 years ago
7e9e10b
Moving regression test to reflect move in source and headers to Bitcode.
by Chandler Carruth
· 17 years ago