Age | Commit message (Expand) | Author |
2012-02-20 | Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ to | Chandler Carruth |
2012-02-08 | Remove vperm2f* and vperm2i builtins. Same effect can be achieved with builti... | Craig Topper |
2012-02-08 | Remove vpermilp* builtins. Same effect can be achieved with builtin_shuffleve... | Craig Topper |
2012-02-07 | Add C11 FLT_TRUE_MIN and friends. <rdar://problem/10812837>. | Eli Friedman |
2012-02-04 | Comment mystery code. | Nick Lewycky |
2012-02-03 | Make _mm_cmpgt_epi8 immute to -funsigned-char. | Nick Lewycky |
2012-02-02 | Back out my heinous hack that tricked the module generation mechanism | Douglas Gregor |
2012-01-31 | Split compiler builtin module into "stdlib" builtins and "intrinsic" | Douglas Gregor |
2012-01-30 | Remove tgmath.h from the module map for now, because it currently causes a | Douglas Gregor |
2012-01-30 | Fix typo spotted by Sebastian. Thanks! | Douglas Gregor |
2012-01-30 | Cleanup 3dnow builtin handling. Most of them were already handled by LLVM con... | Craig Topper |
2012-01-30 | Introduce TargetInfo::hasFeature() to query various feature names in | Douglas Gregor |
2012-01-29 | Just disable the compiler-builtins module test on MSVC for now | Douglas Gregor |
2012-01-29 | Teach tgmath.h to only include <complex.h> if it's available. | Douglas Gregor |
2012-01-29 | Alternate fix to the modules failures that doesn't require us to tweak tgmath.h | Douglas Gregor |
2012-01-29 | If there's no math.h, then tgmath.h should just be empty | Douglas Gregor |
2012-01-29 | Introduce a module map for (some of) the compiler-supplied | Douglas Gregor |
2012-01-25 | Represent 256-bit unaligned loads natively and remove the builtins. Similar c... | Craig Topper |
2012-01-24 | On Darwin, use the system's <unwind.h> whenever it is | Douglas Gregor |
2012-01-23 | Fix a typo: _MM_FLUSH_ZERO_OFF has the wrong value. rdar://10716672 | Bob Wilson |
2012-01-19 | Extend unwind.h with the ARM unwinder interface. | Evgeniy Stepanov |
2012-01-03 | Don't depend on undefined macros being 0, there are options for the | Joerg Sonnenberger |
2011-12-30 | clang/lib/Headers/CMakeLists.txt: Unbreak cmake build. | NAKAMURA Takumi |
2011-12-30 | Add FMA4 intrinsics. | Craig Topper |
2011-12-30 | Remove an accidental change from r147370. Would only break if the new fma4 fl... | Craig Topper |
2011-12-30 | Add FMA4 feature flag. Intrinsics coming soon. Also make sse4a feature flag i... | Craig Topper |
2011-12-29 | Unbreak cmake build after r147340. | Richard Smith |
2011-12-29 | Add popcnt feature flag to match gcc. This flag is implied when sse42 is enab... | Craig Topper |
2011-12-26 | clang/lib/Headers/CMakeLists.txt: Unbreak cmake build to add bmi2intrin.h sin... | NAKAMURA Takumi |
2011-12-26 | Add BMI2 intrinsics. | Craig Topper |
2011-12-25 | lib/Headers/CMakeLists.txt: Fix cmake build since r147263, for two missing he... | NAKAMURA Takumi |
2011-12-25 | Add the rest of the BMI intrinsics. | Craig Topper |
2011-12-25 | Add intrinsics for lzcnt and tzcnt instructions. | Craig Topper |
2011-12-25 | Add BMI, BMI2, and LZCNT feature flags to enable adding intrinsics. | Craig Topper |
2011-12-24 | Add last of the AVX2 intrinsics except for gather. | Craig Topper |
2011-12-24 | Add AVX2 permute intrinsics. Also add parentheses on some macro arguments in ... | Craig Topper |
2011-12-24 | Add AVX2 intrinsics for FP vbroadcast, vbroadcasti128, and vpblendd. | Craig Topper |
2011-12-24 | Intrinsics for AVX2 unpack instructions. | Craig Topper |
2011-12-24 | More AVX2 intrinsics for shift, psign, some shuffles, and psadbw. | Craig Topper |
2011-12-23 | Add AVX2 multiply intrinsics. | Craig Topper |
2011-12-22 | Add AVX2 intrinsics for max, min, sign extend, and zero extend. | Craig Topper |
2011-12-21 | Add a few more AVX2 intrinsics and fix the type strings on a couple SSE intri... | Craig Topper |
2011-12-21 | Add AVX2 horizontal add/sub intrinsics. | Craig Topper |
2011-12-20 | Add AVX2 intrinsics for pavg, pblend, and pcmp instructions. Also remove unne... | Craig Topper |
2011-12-19 | Add AVX2 intrinsics for and, andn, or, and xor. | Craig Topper |
2011-12-19 | More AVX2 intrinsic support including saturating add/sub and palignr. | Craig Topper |
2011-12-19 | Begin adding AVX2 intrinsics. Necessitated increasing the number of bits used... | Craig Topper |
2011-12-17 | Fix _mm_permute_ps and _mm256_permute_ps AVX intrinsics to use "I" (ICE) | Chad Rosier |
2011-12-17 | Revert r146797, which was a partial revert of r146791; It was correct in the | Chad Rosier |
2011-12-17 | Fix _mm256_extractf128_* AVX intrinsics to use "I" (ICE) markings. Fix | Chad Rosier |