summaryrefslogtreecommitdiff
path: root/lib/Basic/TargetInfo.cpp
Commit message (Expand)AuthorAge
* Implement predefined stdint macrosJF Bastien2014-06-25
* [C++11] Use 'nullptr'.Craig Topper2014-05-08
* Use the new Windows environment for target detectionSaleem Abdulrasool2014-03-27
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-14
* OpenCL: Do not force 64 bit floats for (embedded) targets with only 32bit flo...Pekka Jaaskelainen2013-12-18
* Stop crashing on empty asm input constraintsDuncan P. N. Exon Smith2013-12-16
* Every target sets DescriptionString. Assert that.Rafael Espindola2013-12-13
* Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed2013-09-13
* Fix minor coding style issue in r190296 pointed out by Richard Smith.David Tweed2013-09-10
* The OpenCL standard specifies the sizes and alignments of various types than ...David Tweed2013-09-09
* Additional fix for PR16752 and for commit 190044:Stepan Dyatkovskiy2013-09-09
* Add new methods for TargetInfo:Stepan Dyatkovskiy2013-09-05
* Driver: Push triple objects around instead of going to std::string all the time.Benjamin Kramer2013-06-29
* Allow targets to define minimum alignment for global variablesUlrich Weigand2013-05-06
* Add comment to describe cleverness.Benjamin Kramer2013-04-18
* Reject asm output constraints that consist of modifiers only.Benjamin Kramer2013-04-18
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-08
* First pass at abstracting out a class for the target C++ ABI.John McCall2013-01-25
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Fix the definition of the vfork() builtin on Haiku. PR14378.Eli Friedman2012-11-27
* Handle '*' and '#' asm constraint modifiers.Ulrich Weigand2012-10-29
* Teach TargetInfo to hold on to the TargetOptions with which it wasDouglas Gregor2012-10-15
* Add a per target max vector alignment field (e.g., 32-byte alignment for x86 ...Chad Rosier2012-07-13
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-16
* Add support for bitcasts to vector type in Evaluate.Eli Friedman2011-12-22
* Add the value of "suitably aligned" from the C++11 standard to Basic/TargetInfo.Nick Lewycky2011-12-16
* In x86_64, when calling an Objective-C method that returns a _Complex long do...Anders Carlsson2011-10-31
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-14
* Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman2011-10-14
* Fix missing includes for llvm_unreachableDavid Blaikie2011-09-23
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-23
* Added missing initialization.Abramo Bagnara2011-09-08
* Add partial support for using anonymous bitfields (e.g., int : 0) to enforce Chad Rosier2011-08-04
* After further discussion it has been determined that alignof should report Chad Rosier2011-07-26
* Allow target to specify about using minimum alignment vs preferred. Takes ca...Chad Rosier2011-07-25
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-23
* Split out logic for valid clobbers and valid inline asm registers.Eric Christopher2011-06-28
* Move additional register names to their own lookup, separate fromEric Christopher2011-06-21
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-23
* Add support for language-specific address spaces. On top of that,Peter Collingbourne2011-03-18
* Implement mcount profiling, enabled via -pg.Roman Divacky2011-02-10
* PowerPC fixes.Roman Divacky2011-01-06
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-25
* Add missing standard includes. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-19
* When setting a tied check if it's already tied. If it's tied to another const...Anders Carlsson2010-11-03
* A number in an input constraint can't point to a read-write ('+') constraint....Anders Carlsson2010-11-03
* Fix Whitespace.Michael J. Spencer2010-10-18
* Fixed pr20314-2.c failure, added E, F, p constraint letters.John Thompson2010-09-21
* Added '|' delimiter to separate inline asm multiple alternative constraints f...John Thompson2010-09-18