| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Undo part of my previous commit to mm_malloc.h, going back to the use of | Chandler Carruth | 2010-11-22 | 1 | -7/+3 |
| | | | | | | | | | | | | | | | stdlib.h. There were numerous problems with forward declaring 'malloc' and 'free', but the most important is that these are reserved by POSIX and may be implemented via a function-like macro. As suggested by Dale Johannesen, I'm instead guarding the only include of this in our builtin headers with __STDC_HOSTED__, and I've removed the include of the header from the test suite. I'll discuss with folks whether we want to have a hosted section of the test suite or not, and add it (and perhaps other tests) back there if that's the direction. llvm-svn: 119958 | ||||
| * | Disallow direct inclusion of avxintrin.h. Users should include immintrin.h ↵ | Benjamin Kramer | 2010-08-20 | 1 | -24/+7 |
| | | | | | | | instead. This matches GCC's behavior. llvm-svn: 111692 | ||||
| * | Add AVX intrinsics header | Bruno Cardoso Lopes | 2010-08-04 | 1 | -0/+4 |
| | | | | | llvm-svn: 110253 | ||||
| * | tests: Use %clangxx when using driver for C++, in case C++ support is disabled. | Daniel Dunbar | 2010-06-29 | 1 | -1/+1 |
| | | | | | llvm-svn: 107153 | ||||
| * | move a test to a more appropriate directory | Chris Lattner | 2010-03-22 | 1 | -0/+32 |
| llvm-svn: 99200 | |||||

