summaryrefslogtreecommitdiff
path: root/lib/Headers
Commit message (Expand)AuthorAgeFilesLines
...
* Add XOP shift and compare intrinsics.Craig Topper2012-06-111-4/+92
* Add XOP vprot* instruction intrinsicsCraig Topper2012-06-101-0/+40
* More XOP intrinsicsCraig Topper2012-06-101-0/+108
* Begin adding XOP intrinsicsCraig Topper2012-06-103-1/+117
* Add fma3 intrinsic header file.Craig Topper2012-06-043-0/+234
* Add builtin for pclmulqdq instruction.Craig Topper2012-05-311-3/+15
* Update FIXME. ABM is already covered by LZCNT and POPCNT.Craig Topper2012-05-301-1/+1
* Install ammintrin.h in the cmake build.Benjamin Kramer2012-05-291-0/+1
* Add an ammintrin.h header for SSE4a intrinsics.Benjamin Kramer2012-05-292-1/+73
* Remove the 'intrin.h' builtin header file and its tests for now.Chandler Carruth2012-05-072-369/+0
* Get rid of storelv4si builtin as it can be expressed directly. This is generalChad Rosier2012-05-011-1/+4
* Expand #include_next in float.h from mingw to _msc_ver.Nico Weber2012-04-241-1/+1
* Let NULL and MSVC headers coexist better.Nico Weber2012-04-241-3/+6
* Adding information about what intrinsics still need to be implemented for MSV...Aaron Ballman2012-04-241-0/+302
* Fix a typo spotted by Matt.Chandler Carruth2012-04-241-1/+1
* Introduce an initial sketch of a MSVC compatible 'intrin.h' builtinChandler Carruth2012-04-242-0/+67
* Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. U...Craig Topper2012-04-172-28/+4
* Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shuf...Craig Topper2012-04-151-2/+6
* Fix the signatures for the _mm256_storeu2_* intrinsics.Chad Rosier2012-04-121-3/+3
* Correctly check argument types for some vector macros in smmintrin.h. Put par...Craig Topper2012-03-302-17/+40
* Add _mm_minpos_epu16 to smmintrin.h. Fixes PR12399.Craig Topper2012-03-301-0/+6
* Fix shuffle vector calculation for mm_permute_ps. Fixes PR 12401.Craig Topper2012-03-301-1/+1
* unwind.h fix for -fvisibility=hidden users. This fixes firefox build in a systemRafael Espindola2012-03-291-1/+13
* [avx] Define the _mm256_loadu2_xxx and _mm256_storeu2_xxx intrinsics.Chad Rosier2012-03-201-0/+67
* * tgmath_logb.patch implements the missing logb function (see C99 standard 7....Howard Hinnant2012-02-231-3/+20
* Allow linux builds to take advantage of libunwind to get unwind.h ifJeffrey Yasskin2012-02-211-3/+13
* Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ toChandler Carruth2012-02-201-1/+5
* Remove vperm2f* and vperm2i builtins. Same effect can be achieved with builti...Craig Topper2012-02-082-4/+28
* Remove vpermilp* builtins. Same effect can be achieved with builtin_shuffleve...Craig Topper2012-02-081-4/+16
* Add C11 FLT_TRUE_MIN and friends. <rdar://problem/10812837>.Eli Friedman2012-02-071-0/+11
* Comment mystery code.Nick Lewycky2012-02-041-0/+2
* Make _mm_cmpgt_epi8 immute to -funsigned-char.Nick Lewycky2012-02-031-1/+2
* Back out my heinous hack that tricked the module generation mechanismDouglas Gregor2012-02-021-46/+7
* Split compiler builtin module into "stdlib" builtins and "intrinsic"Douglas Gregor2012-01-311-12/+17
* Remove tgmath.h from the module map for now, because it currently causes aDouglas Gregor2012-01-301-4/+1
* Fix typo spotted by Sebastian. Thanks!Douglas Gregor2012-01-301-1/+1
* Cleanup 3dnow builtin handling. Most of them were already handled by LLVM con...Craig Topper2012-01-301-1/+1
* Introduce TargetInfo::hasFeature() to query various feature names inDouglas Gregor2012-01-301-1/+107
* Just disable the compiler-builtins module test on MSVC for nowDouglas Gregor2012-01-291-3/+1
* Teach tgmath.h to only include <complex.h> if it's available.Douglas Gregor2012-01-291-1/+3
* Alternate fix to the modules failures that doesn't require us to tweak tgmath.hDouglas Gregor2012-01-291-2/+0
* If there's no math.h, then tgmath.h should just be emptyDouglas Gregor2012-01-291-0/+2
* Introduce a module map for (some of) the compiler-suppliedDouglas Gregor2012-01-293-2/+52
* Represent 256-bit unaligned loads natively and remove the builtins. Similar c...Craig Topper2012-01-251-3/+12
* On Darwin, use the system's <unwind.h> whenever it isDouglas Gregor2012-01-241-4/+3
* Fix a typo: _MM_FLUSH_ZERO_OFF has the wrong value. rdar://10716672Bob Wilson2012-01-231-1/+1
* Extend unwind.h with the ARM unwinder interface.Evgeniy Stepanov2012-01-191-0/+35
* Don't depend on undefined macros being 0, there are options for theJoerg Sonnenberger2012-01-031-1/+2
* clang/lib/Headers/CMakeLists.txt: Unbreak cmake build.NAKAMURA Takumi2011-12-301-0/+1
* Add FMA4 intrinsics.Craig Topper2011-12-302-0/+235