Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. | Bob Wilson | 2012-07-19 | 1 | -0/+13 |
| | | | | | | | This macro was being unconditionally set to zero, preceded by a FIXME comment. This fixes <rdar://problem/11845441>. Patch by Michael Gottesman! llvm-svn: 160491 | ||||
* | Updated the test so that it checks for ms-compatibility in addition to ↵ | Aaron Ballman | 2012-03-10 | 1 | -1/+1 |
| | | | | | | ms-extensions. llvm-svn: 152516 | ||||
* | No longer defining GNUC mode when compiling for Microsoft compatibility. ↵ | Aaron Ballman | 2012-03-10 | 1 | -0/+1 |
| | | | | | | This allows people's cross-platform compiler-specific macros to work properly. llvm-svn: 152512 | ||||
* | Teach the frontend to provide the builtin preprocessor defines for | Chandler Carruth | 2012-01-03 | 1 | -12/+14 |
| | | | | | | -ffast-math. llvm-svn: 147440 | ||||
* | Add test for Windows predefined macros. | Michael J. Spencer | 2010-10-21 | 1 | -0/+12 |
llvm-svn: 117000 |