aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/mmintrin.devel.h
AgeCommit message (Collapse)Author
2008-10-06Actually use the mmintrin.h header, it's good enough now.Anders Carlsson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57150 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-06Apparently gcc uses pi64 for the shift intrinsics.Anders Carlsson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57145 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-05Remove copyright notice, we decided not to have them.Anders Carlsson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57118 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-14Use double-underscores in front of all non-keywords to protect against Eli Friedman
#define pollution. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51128 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-14Make header use the new __builtin_shufflevector builtin.Eli Friedman
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51117 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48402 91177308-0d34-0410-b5e6-96231b3b80d8