summaryrefslogtreecommitdiffstats
path: root/test/Headers
Commit message (Expand)AuthorAgeFilesLines
* Fix tests that weren't actually verifying anything.David Blaikie2012-04-151-1/+1
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-1/+1
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-1/+1
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-1/+1
* Headers: wmmintrin.h only needs xmmintrin.h.Daniel Dunbar2011-12-061-0/+4
* Remove __WCHAR_UNSIGNED__ and anything that used it.Eric Christopher2011-09-201-6/+0
* Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99Eric Christopher2011-09-081-1/+1
* Use -ffreestanding with clang_cc1 to make the test picks the clang builtin in...Francois Pichet2011-07-221-2/+2
* Fix test on MSVC: since the test includes a system header it cannot use clang...Francois Pichet2011-07-221-2/+2
* Add a missing test for the limits on wcharSean Hunt2011-07-211-0/+15
* Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests.Bob Wilson2010-12-021-3/+3
* Add a test for calling a Neon intrinsic macro with the wrong vector type.Bob Wilson2010-12-021-5/+0
* Test use of arm_neon.h with -fno-lax-vector-conversions.Bob Wilson2010-12-021-0/+1
* Add a testcase for Radar 8228022.Bob Wilson2010-12-021-0/+9
* Undo part of my previous commit to mm_malloc.h, going back to the use ofChandler Carruth2010-11-221-7/+3
* Linux still needs these hacks.Bill Wendling2010-10-201-0/+5
* Now that mm_malloc.h was rewritten to *not* include errno.h (seeBill Wendling2010-10-191-5/+0
* Define _Bool, bool, true, and false macros in <stdbool.h> when we'reDouglas Gregor2010-09-291-0/+14
* Disallow direct inclusion of avxintrin.h. Users should include immintrin.h in...Benjamin Kramer2010-08-201-24/+7
* Add AVX intrinsics headerBruno Cardoso Lopes2010-08-041-0/+4
* Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't alwaysDaniel Dunbar2010-06-301-0/+4
* tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar2010-06-291-1/+1
* Make sure we don't include mm_malloc.h in this test, it includes errno.h whichDaniel Dunbar2010-03-261-1/+6
* Spell -triple correctly for %clang, not %clang_cc1.Daniel Dunbar2010-03-261-1/+1
* i386-apple-darwin10 implies sse2, this option shouldn't be needed.Chris Lattner2010-03-261-1/+1
* xmmintrin just requires sse2, not sse3.Chris Lattner2010-03-261-1/+1
* move a test to a more appropriate directoryChris Lattner2010-03-221-0/+32
* hopefully fix this on non-sse2 hosts. Shouldn't an apple-darwin10 Chris Lattner2010-03-221-1/+1
* fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead.Chris Lattner2010-03-221-0/+5
* Add test cases for r98003 and r98006.Ted Kremenek2010-03-081-0/+28