Author: vstefanovic
Date: Tue Jan 22 14:33:53 2019
New Revision: 351889
URL: http://llvm.org/viewvc/llvm-project?rev=351889&view=rev
Log:
[mips] Replace help-text for '-m{no}-relax-pic-calls'. NFC
Thanks to Simon Dardis for the new text.
Modified:
cfe/trunk/include/clang/Driver/Options.td
M
Author: vstefanovic
Date: Fri Jan 18 11:54:51 2019
New Revision: 351579
URL: http://llvm.org/viewvc/llvm-project?rev=351579&view=rev
Log:
[mips] Add '-mrelax-pic-calls', '-mno-relax-pic-calls'
These two options enable/disable emission of R_{MICRO}MIPS_JALR fixups along
with PIC calls. The linker
Author: vstefanovic
Date: Wed Jul 11 05:45:25 2018
New Revision: 336798
URL: http://llvm.org/viewvc/llvm-project?rev=336798&view=rev
Log:
[mips] Add '-mvirt', '-mno-virt', '-mginv', '-mno-ginv' options
'-mvirt'/'-mno-virt' enables/disables Virtualization ASE.
'-mginv'/'-mno-ginv' enables/disables
Author: vstefanovic
Date: Thu Jul 5 06:10:23 2018
New Revision: 336347
URL: http://llvm.org/viewvc/llvm-project?rev=336347&view=rev
Log:
[mips] Add '-mcrc', '-mno-crc' options to enable/disable CRC ASE
'-mcrc' is shared with ARM.
'-mno-crc' is Mips-only (ARM uses '-mnocrc').
Differential revisi