aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/TargetOptions.h
AgeCommit message (Expand)Author
2013-01-12Add missing includes and forward declarations so that headers don't depend onDmitri Gribenko
2012-10-16Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor
2012-07-02Documentation cleanup:James Dennett
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2010-08-21The ARM C++ ABI is sufficiently different from the Itanium C++ ABI thatJohn McCall
2010-08-11Frontend: Add -target-linker-version, for specifying the version string of theDaniel Dunbar
2010-06-12Really make the Itanium C++ ABI the default.Charles Davis
2010-06-11Add an option to specify the target C++ ABI to the frontend. Use it toCharles Davis
2009-11-15Add TargetOptions and use it when constructing targets.Daniel Dunbar