summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers
Commit message (Expand)AuthorAgeFilesLines
* 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