summaryrefslogtreecommitdiffstats
path: root/clang/docs/ClangCommandLineReference.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher2017-03-211-1/+1
| | | | | | | | | | | The alias was only ever used on darwin and had some issues there, and isn't used in practice much. Also fixes a problem with -mno-altivec not turning off -maltivec. Also add a diagnostic for faltivec/fno-altivec that directs users to use maltivec options and include the altivec.h file explicitly. llvm-svn: 298449
* [X86] Add -mprefetchwt1/-mno-prefetchwt1 command line options and ↵Craig Topper2017-02-081-0/+2
| | | | | | __PREFETCHWT1__ define to match gcc. llvm-svn: 294424
* [X86] Add -msgx/-mno-sgx command line options and __SGX__ define to match gcc.Craig Topper2017-02-081-0/+2
| | | | llvm-svn: 294423
* [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