summaryrefslogtreecommitdiffstats
path: root/clang/docs/ClangCommandLineReference.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* [X86] Update command line documentation for -mclwb and -mmovbe which I ↵Craig Topper2017-02-081-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 Topper2017-02-081-0/+2
| | | | llvm-svn: 294419
* [X86] Add -mclflushopt/-mno-clflushopt command line support and ↵Craig Topper2017-02-081-0/+2
| | | | | | __CLFLUSHOPT__ define to match gcc. llvm-svn: 294411
* [docs] Add help text and refine grouping for various options.Richard Smith2017-01-271-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 Smith2017-01-271-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 Smith2017-01-241-0/+3286
and generate documentation for all (non-hidden) options supported by the 'clang' driver. llvm-svn: 292968
OpenPOWER on IntegriCloud