Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually use the mmintrin.h header, it's good enough now. | Anders Carlsson | 2008-10-06 | 1 | -376/+0 |
| | | | | llvm-svn: 57150 | ||||
* | Apparently gcc uses pi64 for the shift intrinsics. | Anders Carlsson | 2008-10-06 | 1 | -4/+4 |
| | | | | llvm-svn: 57145 | ||||
* | Remove copyright notice, we decided not to have them. | Anders Carlsson | 2008-10-05 | 1 | -2/+0 |
| | | | | llvm-svn: 57118 | ||||
* | Use double-underscores in front of all non-keywords to protect against | Eli Friedman | 2008-05-14 | 1 | -134/+134 |
| | | | | | | #define pollution. llvm-svn: 51128 | ||||
* | Make header use the new __builtin_shufflevector builtin. | Eli Friedman | 2008-05-14 | 1 | -7/+8 |
| | | | | llvm-svn: 51117 | ||||
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+377 |
lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402 |