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 |