summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the definition of the vfork() builtin on Haiku. PR14378.Eli Friedman2012-11-271-0/+1
* Handle '*' and '#' asm constraint modifiers.Ulrich Weigand2012-10-291-0/+4
* Teach TargetInfo to hold on to the TargetOptions with which it wasDouglas Gregor2012-10-151-1/+2
* Add a per target max vector alignment field (e.g., 32-byte alignment for x86 ...Chad Rosier2012-07-131-0/+1
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-161-0/+1
* Add support for bitcasts to vector type in Evaluate.Eli Friedman2011-12-221-0/+1
* Add the value of "suitably aligned" from the C++11 standard to Basic/TargetInfo.Nick Lewycky2011-12-161-0/+1
* In x86_64, when calling an Objective-C method that returns a _Complex long do...Anders Carlsson2011-10-311-0/+3
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-141-0/+3
* Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman2011-10-141-0/+1
* Fix missing includes for llvm_unreachableDavid Blaikie2011-09-231-0/+1
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-5/+5
* Added missing initialization.Abramo Bagnara2011-09-081-0/+2
* Add partial support for using anonymous bitfields (e.g., int : 0) to enforce Chad Rosier2011-08-041-0/+2
* After further discussion it has been determined that alignof should report Chad Rosier2011-07-261-3/+0
* Allow target to specify about using minimum alignment vs preferred. Takes ca...Chad Rosier2011-07-251-0/+3
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-5/+5
* Split out logic for valid clobbers and valid inline asm registers.Eric Christopher2011-06-281-3/+8
* Move additional register names to their own lookup, separate fromEric Christopher2011-06-211-0/+28
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-0/+4
* Add support for language-specific address spaces. On top of that,Peter Collingbourne2011-03-181-0/+6
* Implement mcount profiling, enabled via -pg.Roman Divacky2011-02-101-0/+1
* PowerPC fixes.Roman Divacky2011-01-061-0/+1
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-251-1/+1
* Add missing standard includes. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-191-0/+1
* When setting a tied check if it's already tied. If it's tied to another const...Anders Carlsson2010-11-031-0/+10
* A number in an input constraint can't point to a read-write ('+') constraint....Anders Carlsson2010-11-031-0/+4
* Fix Whitespace.Michael J. Spencer2010-10-181-7/+7
* Fixed pr20314-2.c failure, added E, F, p constraint letters.John Thompson2010-09-211-0/+4
* Added '|' delimiter to separate inline asm multiple alternative constraints f...John Thompson2010-09-181-2/+1
* Allow 'o' and 'V' as constraints for output asm operands.Dale Johannesen2010-09-071-3/+9
* The ARM C++ ABI is sufficiently different from the Itanium C++ ABI thatJohn McCall2010-08-211-0/+3
* Fix oversight with symbolic names in TargetInfo::validateInputConstraint.Eli Friedman2010-08-111-0/+1
* Fix for pr7869, inline asm mult-alt constraints.John Thompson2010-08-111-5/+3
* Slightly revised handling of mult-alt constraints, to avoid an assert, until ...John Thompson2010-08-101-4/+16
* CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosingDaniel Dunbar2010-07-141-0/+3
* Hack for dealing with commas until we support multiple alternative constraint...John Thompson2010-07-091-0/+4
* Correctly align large arrays in x86-64. This fixes PR5599.Rafael Espindola2010-06-041-0/+2
* Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin.Daniel Dunbar2010-05-271-0/+1
* david conrad points out that {|} in inline assembly on arm are not asmChris Lattner2010-04-231-0/+1
* clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes.Daniel Dunbar2010-04-151-2/+3
* Tweak spelling (Bitfield -> BitField)Daniel Dunbar2010-04-151-1/+1
* Add TargetInfo::useBitfieldTypeAlignment().Daniel Dunbar2010-04-151-3/+3
* Yay for more StringRefs.Anders Carlsson2010-01-301-18/+21
* fix PR5689: add support for 'o' and 'V' asm input operandsNuno Lopes2009-12-161-0/+2
* Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ke...Edward O'Callaghan2009-11-211-0/+1
* do not store wchar/char16/char32/intmax width/alignment infoChris Lattner2009-11-121-5/+0
* teach the various targets what native integer types they have.Chris Lattner2009-11-071-1/+1
* Eliminate tablsJohn Thompson2009-11-051-2/+2
OpenPOWER on IntegriCloud