summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/TargetOptions.h
Commit message (Expand)AuthorAgeFilesLines
* Fix build after r349380Alex Lorenz2018-12-171-1/+1
* [darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz2018-12-171-2/+6
* Introduce code_model macrosAli Tamur2018-10-081-0/+6
* [CUDA] Added -f[no-]cuda-short-ptr optionArtem Belevich2018-05-091-0/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-5/+5
* Explicitly initialize ForceEnableInt128 to avoid UBIlya Biryukov2018-02-261-1/+1
* [RISCV] Enable __int128_t and __uint128_t through clang flagMandeep Singh Grang2018-02-251-0/+3
* [CodeGen] Move Reciprocals option from TargetOptions to CodeGenOptionsCraig Topper2017-11-201-2/+0
* Changed Opts.EABIVersion type string to llvm::EABI enum classYuka Takahashi2017-07-011-1/+2
* PR5935: Adjust documentation.Vassil Vassilev2017-05-091-2/+1
* [OpenCL] Override supported OpenCL extensions with -cl-ext optionAlexey Bader2016-11-011-0/+4
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-161-0/+4
* Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu2016-05-131-4/+0
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-131-0/+4
* [CUDA] Copy host builtin types to NVPTXTargetInfo.Justin Lebar2016-04-291-0/+4
* Move EABIVersion from CodeGenOptions to TargetOptionsSaleem Abdulrasool2016-04-081-1/+4
* add the -mrecip driver flag and process its options (3rd try)Sanjay Patel2015-06-111-0/+2
* Revert "add the -mrecip driver flag and process its options (2nd try)"Rafael Espindola2015-06-031-2/+0
* add the -mrecip driver flag and process its options (2nd try)Sanjay Patel2015-06-021-0/+2
* This reverts commit r238064 and r238055.Rafael Espindola2015-05-231-2/+0
* add the -mrecip driver flag and process its optionsSanjay Patel2015-05-221-0/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Use non-intrusive refcounting for TargetOptionsAlp Toker2014-07-061-3/+1
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-4/+0
* Move -mfpmath handling to -cc1 and implement it for x86.Rafael Espindola2013-08-211-0/+3
* Add missing includes and forward declarations so that headers don't depend onDmitri Gribenko2013-01-121-0/+1
* Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor2012-10-161-1/+5
* Documentation cleanup:James Dennett2012-07-021-1/+1
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-0/+5
* The ARM C++ ABI is sufficiently different from the Itanium C++ ABI thatJohn McCall2010-08-211-5/+0
* Frontend: Add -target-linker-version, for specifying the version string of theDaniel Dunbar2010-08-111-0/+3
* Really make the Itanium C++ ABI the default.Charles Davis2010-06-121-0/+4
* Add an option to specify the target C++ ABI to the frontend. Use it toCharles Davis2010-06-111-0/+4
* Add TargetOptions and use it when constructing targets.Daniel Dunbar2009-11-151-0/+39