index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Headers
Age
Commit message (
Expand
)
Author
2012-05-31
Add builtin for pclmulqdq instruction.
Craig Topper
2012-05-30
Update FIXME. ABM is already covered by LZCNT and POPCNT.
Craig Topper
2012-05-29
Install ammintrin.h in the cmake build.
Benjamin Kramer
2012-05-29
Add an ammintrin.h header for SSE4a intrinsics.
Benjamin Kramer
2012-05-07
Remove the 'intrin.h' builtin header file and its tests for now.
Chandler Carruth
2012-05-01
Get rid of storelv4si builtin as it can be expressed directly. This is general
Chad Rosier
2012-04-24
Expand #include_next in float.h from mingw to _msc_ver.
Nico Weber
2012-04-24
Let NULL and MSVC headers coexist better.
Nico Weber
2012-04-24
Adding information about what intrinsics still need to be implemented for MSV...
Aaron Ballman
2012-04-24
Fix a typo spotted by Matt.
Chandler Carruth
2012-04-24
Introduce an initial sketch of a MSVC compatible 'intrin.h' builtin
Chandler Carruth
2012-04-17
Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. U...
Craig Topper
2012-04-15
Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shuf...
Craig Topper
2012-04-12
Fix the signatures for the _mm256_storeu2_* intrinsics.
Chad Rosier
2012-03-30
Correctly check argument types for some vector macros in smmintrin.h. Put par...
Craig Topper
2012-03-30
Add _mm_minpos_epu16 to smmintrin.h. Fixes PR12399.
Craig Topper
2012-03-30
Fix shuffle vector calculation for mm_permute_ps. Fixes PR 12401.
Craig Topper
2012-03-29
unwind.h fix for -fvisibility=hidden users. This fixes firefox build in a system
Rafael Espindola
2012-03-20
[avx] Define the _mm256_loadu2_xxx and _mm256_storeu2_xxx intrinsics.
Chad Rosier
2012-02-23
* tgmath_logb.patch implements the missing logb function (see C99 standard 7....
Howard Hinnant
2012-02-21
Allow linux builds to take advantage of libunwind to get unwind.h if
Jeffrey Yasskin
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
[prev]
[next]