Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass a target triple explicitly to check platform specific macros definitions. | Simon Atanasyan | 2012-05-09 | 1 | -0/+3 |
| | | | | | | That allows to run the tests on all platforms successfully. llvm-svn: 156500 | ||||
* | Make our handling of MMX x SSE closer to what gcc does: | Rafael Espindola | 2011-11-27 | 1 | -0/+13 |
* Enabling sse enables mmx. * Disabling (-mno-mmx) mmx, doesn't disable sse (we got this right already). * The order in not important. -msse -mno-mmx is the same as -mno-mmx -msse. llvm-svn: 145194 |