This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-01-24 08:33:39 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
test
/
Bitcode
History
…
..
2006-12-11-Cast-ConstExpr.ll
…
AutoUpgradeIntrinsics.ll
…
AutoUpgradeIntrinsics.ll.bc
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.
2007-08-04 01:51:18 +00:00
dg.exp
…
memcpy.ll
…
sse2_loadl_pd.ll
…
sse2_loadl_pd.ll.bc
…
sse2_movl_dq.ll
…
sse2_movl_dq.ll.bc
…
sse2_movs_d.ll
…
sse2_movs_d.ll.bc
…
sse2_punpck_qdq.ll
…
sse2_punpck_qdq.ll.bc
…
sse2_shuf_pd.ll
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.
2008-05-24 02:14:05 +00:00
sse2_shuf_pd.ll.bc
…
sse2_unpck_pd.ll
…
sse2_unpck_pd.ll.bc
…