Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the -faltivec alias option and replace it with -maltivec everywhere. | Eric Christopher | 2017-03-21 | 1 | -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 Topper | 2017-02-08 | 1 | -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 Topper | 2017-02-08 | 1 | -0/+2 |
| | | | | llvm-svn: 294423 | ||||
* | [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 |