summaryrefslogtreecommitdiff
path: root/include/clang/Basic/TargetOptions.h
Commit message (Expand)AuthorAge
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-14
* Move -mfpmath handling to -cc1 and implement it for x86.Rafael Espindola2013-08-21
* Add missing includes and forward declarations so that headers don't depend onDmitri Gribenko2013-01-12
* Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor2012-10-16
* Documentation cleanup:James Dennett2012-07-02
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-02
* The ARM C++ ABI is sufficiently different from the Itanium C++ ABI thatJohn McCall2010-08-21
* Frontend: Add -target-linker-version, for specifying the version string of theDaniel Dunbar2010-08-11
* Really make the Itanium C++ ABI the default.Charles Davis2010-06-12
* Add an option to specify the target C++ ABI to the frontend. Use it toCharles Davis2010-06-11
* Add TargetOptions and use it when constructing targets.Daniel Dunbar2009-11-15