summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use StringRef instead of calling c_str and doing pointer math before eventual...Craig Topper2015-10-211-2/+2
* Use range-based for loops. NFC.Craig Topper2015-10-211-24/+18
* Use std::find instead of a manual loop.Craig Topper2015-10-211-4/+2
* Parse into an unsigned type instead of a signed type and then checking for po...Craig Topper2015-10-211-5/+4
* Fix bad indentation.Craig Topper2015-10-211-1/+1
* Use ArrayRef and MutableArrayRef instead of a pointer and size. NFCCraig Topper2015-10-211-8/+7
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Recommit "Return an ArrayRef instead of having two out parameters of a pointe...Craig Topper2015-10-191-31/+15
* Revert r250676 "Return an ArrayRef instead of having two out parameters of a ...Craig Topper2015-10-191-15/+31
* Return an ArrayRef instead of having two out parameters of a pointer and leng...Craig Topper2015-10-191-31/+15
* Fix whitespace, 80-column violations, embedded tabs for theEric Christopher2015-10-091-10/+10
* constify the feature vector going into initFeatureMap as it shouldn'tEric Christopher2015-10-091-3/+3
* Support __builtin_ms_va_list.Charles Davis2015-09-171-0/+1
* Pull initFeatureMap out of line now that it's used in multiple places.Eric Christopher2015-09-011-0/+12
* Revert "Pull the target attribute parsing out of CGCall and onto TargetInfo."Eric Christopher2015-08-311-47/+0
* Pull the target attribute parsing out of CGCall and onto TargetInfo.Eric Christopher2015-08-311-0/+47
* Remove dead code associated with parsing and setting ABI based onEric Christopher2015-08-261-15/+0
* Rename DescriptionString -> DataLayoutString as it matches the actualEric Christopher2015-08-051-1/+1
* Add a "maximum TLS alignment" characteristic to the target info, so itPaul Robinson2015-07-141-0/+1
* [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev2015-07-021-0/+1
* Revert code changes made under r235976.Bradley Smith2015-04-291-1/+0
* [ARM/AArch64] Enforce alignment for bitfielded structsBradley Smith2015-04-281-0/+1
* Implement target-specific __attribute__((aligned)) valueUlrich Weigand2015-04-211-0/+1
* Fixed typo.Zoran Jovanovic2015-02-231-1/+1
* Change representation of member function pointers for MIPS targetsZoran Jovanovic2015-02-181-0/+1
* Sema: Relax parsing of '#' in constraintsDavid Majnemer2015-01-141-4/+0
* Basic: Numeric constraints are multidigitDavid Majnemer2015-01-111-3/+9
* Basic: [asmSymbolicName] follows the same rule as numbers in asm inputsDavid Majnemer2015-01-111-0/+4
* Basic: The asm constraint '#m' isn't valid, reject itDavid Majnemer2015-01-111-1/+7
* Basic: The asm constraint '+#r' isn't valid, reject itDavid Majnemer2015-01-111-1/+5
* Sema: The asm constraint '+&m' isn't valid, reject itDavid Majnemer2015-01-101-0/+7
* Sema: analyze I,J,K,M,N,O constraintsSaleem Abdulrasool2015-01-061-0/+2
* Fix assertion on asm register that are "%"Olivier Goffart2014-08-171-0/+2
* Change __INTx_TYPE__ to be always signed. This changes the value forJoerg Sonnenberger2014-07-281-1/+1
* If char/short are shorter than int, do not use U as suffix forJoerg Sonnenberger2014-07-171-1/+5
* Provide builtin macros as template for PRIab and SCNab, matching theJoerg Sonnenberger2014-07-151-0/+19
* Drop separate UIntMaxType and just derive it from IntMaxType.Joerg Sonnenberger2014-07-141-2/+0
* Constify a read-only parameter and give function a better nameAlp Toker2014-07-061-2/+2
* Implement predefined stdint macrosJF Bastien2014-06-251-0/+15
* [C++11] Use 'nullptr'.Craig Topper2014-05-081-1/+1
* Use the new Windows environment for target detectionSaleem Abdulrasool2014-03-271-1/+1
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+4
* OpenCL: Do not force 64 bit floats for (embedded) targets with only 32bit flo...Pekka Jaaskelainen2013-12-181-2/+8
* Stop crashing on empty asm input constraintsDuncan P. N. Exon Smith2013-12-161-0/+3
* Every target sets DescriptionString. Assert that.Rafael Espindola2013-12-131-2/+1
* Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed2013-09-131-0/+1
* Fix minor coding style issue in r190296 pointed out by Richard Smith.David Tweed2013-09-101-4/+4
* The OpenCL standard specifies the sizes and alignments of various types than ...David Tweed2013-09-091-0/+29
* Additional fix for PR16752 and for commit 190044:Stepan Dyatkovskiy2013-09-091-1/+2
OpenPOWER on IntegriCloud