Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [X86] Update command line documentation for -mclwb and -mmovbe which I ↵ | Craig Topper | 2017-02-08 | 1 | -0/+4 | |
| | | | | | | forgot in my previous commits. llvm-svn: 294420 | |||||
* | [X86] Add -mmpx/-mno-mpx command line options and __MPX__ define to match gcc. | Craig Topper | 2017-02-08 | 1 | -0/+2 | |
| | | | | llvm-svn: 294419 | |||||
* | [X86] Add -mclflushopt/-mno-clflushopt command line support and ↵ | Craig Topper | 2017-02-08 | 1 | -0/+2 | |
| | | | | | | __CLFLUSHOPT__ define to match gcc. llvm-svn: 294411 | |||||
* | [docs] Add help text and refine grouping for various options. | Richard Smith | 2017-01-27 | 1 | -119/+129 | |
| | | | | | | Also accept -G= (and -msmall-data-threshold=) as an alias for -G on MIPS as well as Hexagon. llvm-svn: 293254 | |||||
* | Improve workaround for Sphinx's lack of support for command line options ↵ | Richard Smith | 2017-01-27 | 1 | -839/+76 | |
| | | | | | | containing '+', '.' etc. to be more stable as the set of options changes. llvm-svn: 293252 | |||||
* | [docs] Add TableGen-based generator for command line argument documentation, | Richard Smith | 2017-01-24 | 1 | -0/+3286 | |
and generate documentation for all (non-hidden) options supported by the 'clang' driver. llvm-svn: 292968 |