Boris Kolpackov
b150d24d7a
[docs] Regenerate command line options reference
...
llvm-svn: 312106
2017-08-30 09:15:53 +00:00
Craig Topper
d23254a008
[Docs] Regenerate the command line option reference.
...
llvm-svn: 308641
2017-07-20 17:52:48 +00:00
Richard Smith
78e23fded4
[docs] Fix a couple of typos in command line flag help text and regenerate documentation.
...
llvm-svn: 300270
2017-04-13 22:39:49 +00:00
Eric Christopher
758aad76d8
Remove the -faltivec alias option and replace it with -maltivec everywhere.
...
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
2017-03-21 22:06:18 +00:00
Craig Topper
d2bf7b03e5
[X86] Add -mprefetchwt1/-mno-prefetchwt1 command line options and __PREFETCHWT1__ define to match gcc.
...
llvm-svn: 294424
2017-02-08 08:23:40 +00:00
Craig Topper
204ecffdb4
[X86] Add -msgx/-mno-sgx command line options and __SGX__ define to match gcc.
...
llvm-svn: 294423
2017-02-08 08:23:17 +00:00
Craig Topper
177a57ceb3
[X86] Update command line documentation for -mclwb and -mmovbe which I forgot in my previous commits.
...
llvm-svn: 294420
2017-02-08 07:57:01 +00:00
Craig Topper
b16cb82c93
[X86] Add -mmpx/-mno-mpx command line options and __MPX__ define to match gcc.
...
llvm-svn: 294419
2017-02-08 07:56:42 +00:00
Craig Topper
78b4787593
[X86] Add -mclflushopt/-mno-clflushopt command line support and __CLFLUSHOPT__ define to match gcc.
...
llvm-svn: 294411
2017-02-08 06:48:58 +00:00
Richard Smith
c5b2e00d06
[docs] Add help text and refine grouping for various options.
...
Also accept -G= (and -msmall-data-threshold=) as an alias for -G on MIPS as well as Hexagon.
llvm-svn: 293254
2017-01-27 02:08:37 +00:00
Richard Smith
b2c82a6970
Improve workaround for Sphinx's lack of support for command line options containing '+', '.' etc. to be more stable as the set of options changes.
...
llvm-svn: 293252
2017-01-27 01:54:42 +00:00
Richard Smith
081ad4d3e5
[docs] Add TableGen-based generator for command line argument documentation,
...
and generate documentation for all (non-hidden) options supported by the
'clang' driver.
llvm-svn: 292968
2017-01-24 19:39:46 +00:00