| Commit message (Expand) | Author | Age | Files | Lines |
* | Move setting of LangOpts based on target flags out of CompilerInstance | Eric Christopher | 2017-03-22 | 1 | -2/+3 |
* | [inline-asm]No error for conflict between inputs\outputs and clobber list | Marina Yatsina | 2016-12-26 | 1 | -3/+3 |
* | Replace APFloatBase static fltSemantics data members with getter functions | Stephan Bergmann | 2016-12-14 | 1 | -12/+12 |
* | P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, we | Richard Smith | 2016-09-30 | 1 | -0/+10 |
* | OpenCL: Defining __ENDIAN_LITTLE__ and fix target endianness | Matt Arsenault | 2016-09-07 | 1 | -1/+1 |
* | Re-commit [OpenCL] AMDGCN: Fix size_t type | Yaxun Liu | 2016-08-19 | 1 | -2/+3 |
* | Revert [OpenCL] AMDGCN: Fix size_t type | Yaxun Liu | 2016-08-18 | 1 | -3/+2 |
* | [OpenCL] AMDGCN: Fix size_t type | Yaxun Liu | 2016-08-18 | 1 | -2/+3 |
* | Adjust coercion of aggregates on RenderScript | Pirama Arumuga Nainar | 2016-07-27 | 1 | -0/+1 |
* | Enable support for __float128 in Clang and enable it on pertinent platforms | Nemanja Ivanovic | 2016-05-09 | 1 | -0/+5 |
* | [X86] Add -malign-double support | Reid Kleckner | 2016-05-04 | 1 | -0/+4 |
* | Revert 266186 as it breaks anything that includes type_traits on some platforms | Nemanja Ivanovic | 2016-04-15 | 1 | -4/+0 |
* | Enable support for __float128 in Clang | Nemanja Ivanovic | 2016-04-13 | 1 | -0/+4 |
* | Make TargetInfo store an actual DataLayout instead of a string. | James Y Knight | 2016-03-04 | 1 | -2/+0 |
* | Do not honor explicit alignment attribute on fields for PS4. | Sunil Srivastava | 2016-02-05 | 1 | -0/+1 |
* | Revert "Change of UserLabelPrefix default value from "_" to """ | James Y Knight | 2016-01-27 | 1 | -1/+1 |
* | Change of UserLabelPrefix default value from "_" to "" | Andrey Bokhanko | 2016-01-22 | 1 | -1/+1 |
* | Use StringRef instead of calling c_str and doing pointer math before eventual... | Craig Topper | 2015-10-21 | 1 | -2/+2 |
* | Use range-based for loops. NFC. | Craig Topper | 2015-10-21 | 1 | -24/+18 |
* | Use std::find instead of a manual loop. | Craig Topper | 2015-10-21 | 1 | -4/+2 |
* | Parse into an unsigned type instead of a signed type and then checking for po... | Craig Topper | 2015-10-21 | 1 | -5/+4 |
* | Fix bad indentation. | Craig Topper | 2015-10-21 | 1 | -1/+1 |
* | Use ArrayRef and MutableArrayRef instead of a pointer and size. NFC | Craig Topper | 2015-10-21 | 1 | -8/+7 |
* | Roll-back r250822. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
* | Apply modernize-use-default to clang. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
* | Recommit "Return an ArrayRef instead of having two out parameters of a pointe... | Craig Topper | 2015-10-19 | 1 | -31/+15 |
* | Revert r250676 "Return an ArrayRef instead of having two out parameters of a ... | Craig Topper | 2015-10-19 | 1 | -15/+31 |
* | Return an ArrayRef instead of having two out parameters of a pointer and leng... | Craig Topper | 2015-10-19 | 1 | -31/+15 |
* | Fix whitespace, 80-column violations, embedded tabs for the | Eric Christopher | 2015-10-09 | 1 | -10/+10 |
* | constify the feature vector going into initFeatureMap as it shouldn't | Eric Christopher | 2015-10-09 | 1 | -3/+3 |
* | Support __builtin_ms_va_list. | Charles Davis | 2015-09-17 | 1 | -0/+1 |
* | Pull initFeatureMap out of line now that it's used in multiple places. | Eric Christopher | 2015-09-01 | 1 | -0/+12 |
* | Revert "Pull the target attribute parsing out of CGCall and onto TargetInfo." | Eric Christopher | 2015-08-31 | 1 | -47/+0 |
* | Pull the target attribute parsing out of CGCall and onto TargetInfo. | Eric Christopher | 2015-08-31 | 1 | -0/+47 |
* | Remove dead code associated with parsing and setting ABI based on | Eric Christopher | 2015-08-26 | 1 | -15/+0 |
* | Rename DescriptionString -> DataLayoutString as it matches the actual | Eric Christopher | 2015-08-05 | 1 | -1/+1 |
* | Add a "maximum TLS alignment" characteristic to the target info, so it | Paul Robinson | 2015-07-14 | 1 | -0/+1 |
* | [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul... | Alexey Bataev | 2015-07-02 | 1 | -0/+1 |
* | Revert code changes made under r235976. | Bradley Smith | 2015-04-29 | 1 | -1/+0 |
* | [ARM/AArch64] Enforce alignment for bitfielded structs | Bradley Smith | 2015-04-28 | 1 | -0/+1 |
* | Implement target-specific __attribute__((aligned)) value | Ulrich Weigand | 2015-04-21 | 1 | -0/+1 |
* | Fixed typo. | Zoran Jovanovic | 2015-02-23 | 1 | -1/+1 |
* | Change representation of member function pointers for MIPS targets | Zoran Jovanovic | 2015-02-18 | 1 | -0/+1 |
* | Sema: Relax parsing of '#' in constraints | David Majnemer | 2015-01-14 | 1 | -4/+0 |
* | Basic: Numeric constraints are multidigit | David Majnemer | 2015-01-11 | 1 | -3/+9 |
* | Basic: [asmSymbolicName] follows the same rule as numbers in asm inputs | David Majnemer | 2015-01-11 | 1 | -0/+4 |
* | Basic: The asm constraint '#m' isn't valid, reject it | David Majnemer | 2015-01-11 | 1 | -1/+7 |
* | Basic: The asm constraint '+#r' isn't valid, reject it | David Majnemer | 2015-01-11 | 1 | -1/+5 |
* | Sema: The asm constraint '+&m' isn't valid, reject it | David Majnemer | 2015-01-10 | 1 | -0/+7 |
* | Sema: analyze I,J,K,M,N,O constraints | Saleem Abdulrasool | 2015-01-06 | 1 | -0/+2 |