summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers
Commit message (Expand)AuthorAgeFilesLines
* Add a MS specific intrinsic.Anders Carlsson2008-12-271-0/+6
* Eli noticed that I had forgotten some #defines. Add them.Anders Carlsson2008-12-261-0/+12
* Add float.h header. Eli, please review :)Anders Carlsson2008-12-261-0/+59
* Fix implementation of _mm_pause.Anders Carlsson2008-12-261-1/+1
* OK, all tests pass. Let's start using the SSE2 headerAnders Carlsson2008-12-262-2/+3
* Fix formattingAnders Carlsson2008-12-261-13/+13
* Add _mm_pause and _MM_SHUFFLEAnders Carlsson2008-12-261-0/+7
* More SSE2 intrinsicsAnders Carlsson2008-12-261-0/+137
* More SSE2 intrinsicsAnders Carlsson2008-12-251-2/+344
* Make _mm_add_si64 inlinedAnders Carlsson2008-12-251-1/+1
* Add integer arithmetic intrinsicsAnders Carlsson2008-12-241-0/+156
* Add store/set/load intrisicsAnders Carlsson2008-12-241-0/+103
* Start implementing some SSE2 instructionsAnders Carlsson2008-12-241-0/+371
* Fix test failures noticed by Fariborz.Anders Carlsson2008-12-221-0/+4
* Flip the switch and start using the new xmmintrin.hAnders Carlsson2008-12-221-0/+0
* Comment out _mm_insert_pi16 for nowAnders Carlsson2008-12-221-3/+5
* Implement the last intrinsics, _mm_insert_pi16 is the last remaining one now.Anders Carlsson2008-12-221-44/+87
* Add macrosAnders Carlsson2008-12-221-0/+30
* Add misc intrinsicsAnders Carlsson2008-12-221-0/+32
* Add control register intrinsicsAnders Carlsson2008-12-221-0/+11
* Add integer intrinsicsAnders Carlsson2008-12-221-10/+81
* Add cacheability intrinsicsAnders Carlsson2008-12-221-0/+25
* Add store intrinsicsAnders Carlsson2008-12-221-0/+37
* Add set intrinsicsAnders Carlsson2008-12-221-0/+25
* Add load intrinsicsAnders Carlsson2008-12-221-0/+36
* _mm_cvtsi64_ss is 64-bit only, so wrap it in #ifdef __x86_64__ Anders Carlsson2008-12-221-0/+52
* Add a couple of conversion intrinsicsAnders Carlsson2008-12-221-0/+47
* Add comparison intrinsics.Anders Carlsson2008-12-221-0/+180
* Check in an in-progress version of xmmintrin.h that I had lying around.Anders Carlsson2008-12-221-0/+145
* Define NULL to __null in C++, so that it's guaranteed to have the same size a...Douglas Gregor2008-12-011-1/+1
* #define NULL as 0 when compiling as C++. This fixes the carbon.cpp and cocoa....Anders Carlsson2008-11-041-0/+5
* Fix mmintrin.h to use proper definition of functions taking noDaniel Dunbar2008-10-291-2/+2
* Mark mmintrin functions static inline, this ensures they don't end upDaniel Dunbar2008-10-281-67/+67
* CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes2008-10-261-0/+25
* Actually use the mmintrin.h header, it's good enough now.Anders Carlsson2008-10-061-0/+0
* Apparently gcc uses pi64 for the shift intrinsics.Anders Carlsson2008-10-061-4/+4
* Remove copyright notice, we decided not to have them.Anders Carlsson2008-10-051-2/+0
* Implementation of stdarg.h.Eli Friedman2008-05-291-0/+39
* Protect iso646.h from C++ (although I can't imagine why someone would Eli Friedman2008-05-211-0/+2
* Add a couple more headers. stddef was discussed on cfe-dev, and Eli Friedman2008-05-202-0/+79
* Use double-underscores in front of all non-keywords to protect against Eli Friedman2008-05-141-134/+134
* Make header use the new __builtin_shufflevector builtin.Eli Friedman2008-05-141-7/+8
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-153-0/+454
OpenPOWER on IntegriCloud