Author: troyj
Date: Fri Aug 16 21:20:24 2019
New Revision: 369183
URL: http://llvm.org/viewvc/llvm-project?rev=369183&view=rev
Log:
[X86] Support -mlong-double-80
Add an option group for all of the -mlong-double-* options and make
-mlong-double-80 restore the default long double behavior for X86.
Author: troyj
Date: Fri Aug 16 16:18:22 2019
New Revision: 369170
URL: http://llvm.org/viewvc/llvm-project?rev=369170&view=rev
Log:
Revert "[X86] Support -mlong-double-80"
This reverts commit 250aafa2c4a1bc2395edfe8d4365545bbe56fffe.
Caused buildbot failures -- still investigating.
Modified:
Author: troyj
Date: Fri Aug 16 14:00:22 2019
New Revision: 369152
URL: http://llvm.org/viewvc/llvm-project?rev=369152&view=rev
Log:
[X86] Support -mlong-double-80
Add an option group for all of the -mlong-double-* options and make
-mlong-double-80 restore the default long double behavior for X86.
Author: troyj
Date: Fri Aug 16 13:26:48 2019
New Revision: 369148
URL: http://llvm.org/viewvc/llvm-project?rev=369148&view=rev
Log:
[Test Commit] Fix typo in diagtool.rst
Test commit after obtaining commit access.
Modified:
cfe/trunk/docs/CommandGuide/diagtool.rst
Modified: cfe/trunk/docs/C