summaryrefslogtreecommitdiff
path: root/include/clang/Basic/TargetInfo.h
Commit message (Expand)AuthorAge
* Implement predefined stdint macrosJF Bastien2014-06-25
* StringRefize TargetInfo::getABI()Alp Toker2014-06-07
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* [mips] Support 128-bit int in N32 ABI by overriding TargetInfo::hasInt128Type()Daniel Sanders2014-04-24
* Remove virtual methods that were added in 2009 and still had 1 implementation.Rafael Espindola2014-01-20
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Every target sets DescriptionString. Assert that.Rafael Espindola2013-12-13
* Rename HandleTargetFeatures->handleTargetFeatures to matchEric Christopher2013-10-16
* Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed2013-09-13
* The OpenCL standard specifies the sizes and alignments of various types than ...David Tweed2013-09-09
* Add new methods for TargetInfo:Stepan Dyatkovskiy2013-09-05
* Delete CC_Default and use the target default CC everywhereReid Kleckner2013-08-27
* Move -mfpmath handling to -cc1 and implement it for x86.Rafael Espindola2013-08-21
* Remove duplicated error checking.Rafael Espindola2013-08-20
* Driver: Push triple objects around instead of going to std::string all the time.Benjamin Kramer2013-06-29
* Add SystemZ supportUlrich Weigand2013-05-06
* Allow targets to define minimum alignment for global variablesUlrich Weigand2013-05-06
* Remove useGlobalsForAutomaticVariables.Rafael Espindola2013-03-26
* Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne2013-02-23
* Add support for coldcc to clangPeter Collingbourne2013-02-22
* Add support for AArch64 target.Tim Northover2013-01-31
* First pass at abstracting out a class for the target C++ ABI.John McCall2013-01-25
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...Guy Benyei2013-01-10
* Enable intel_ocl_bicc for x86_64 target. This was missed in r171056.Guy Benyei2013-01-09
* Add support for attribute((mode(unwind_word))).Rafael Espindola2013-01-07
* Virtual method overrides can no longer have mismatched calling conventions. ...Aaron Ballman2012-12-09
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Reject uses of __int128 on platforms that don't support it. Also move the uglyRichard Smith2012-11-29
* Fix the definition of the vfork() builtin on Haiku. PR14378.Eli Friedman2012-11-27
* Since CreateTargetInfo is taking ownership of the target options, passDouglas Gregor2012-11-16
* Check that the input size is correct for the given constraint.Bill Wendling2012-11-12
* Recommit Eric's code to validate ASM string's constraints and modifiers.Bill Wendling2012-10-25
* Revert r166647 to rethink the patch...Bill Wendling2012-10-25
* Add some support for diagnosing possibly mismatched constraint, type size andBill Wendling2012-10-25
* Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor2012-10-16
* Teach TargetInfo to hold on to the TargetOptions with which it wasDouglas Gregor2012-10-15
* Fix PR 11709: Change the definition of va_list to meet AAPCS requirementLogan Chien2012-10-10
* Allowing individual targets to determine whether a given calling convention i...Aaron Ballman2012-10-02
* Add a per target max vector alignment field (e.g., 32-byte alignment for x86 ...Chad Rosier2012-07-13
* Documentation cleanup:James Dennett2012-07-02
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-02
* Documentation cleanup: escaping # characters and adding \brief markupJames Dennett2012-06-17
* Explicitly build __builtin_va_list.Meador Inge2012-06-16
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-16
* TargetInfo: create less temporary strings.Benjamin Kramer2012-03-05
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-20
* Introduce TargetInfo::hasFeature() to query various feature names inDouglas Gregor2012-01-30
* Complain about attempts to use 'protected' visibility on targetsJohn McCall2012-01-29