| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | Fix assertion on asm register that are "%" | Olivier Goffart | 2014-08-17 | 1 | -0/+2 |
* | Change __INTx_TYPE__ to be always signed. This changes the value for | Joerg Sonnenberger | 2014-07-28 | 1 | -1/+1 |
* | If char/short are shorter than int, do not use U as suffix for | Joerg Sonnenberger | 2014-07-17 | 1 | -1/+5 |
* | Provide builtin macros as template for PRIab and SCNab, matching the | Joerg Sonnenberger | 2014-07-15 | 1 | -0/+19 |
* | Drop separate UIntMaxType and just derive it from IntMaxType. | Joerg Sonnenberger | 2014-07-14 | 1 | -2/+0 |
* | Constify a read-only parameter and give function a better name | Alp Toker | 2014-07-06 | 1 | -2/+2 |
* | Implement predefined stdint macros | JF Bastien | 2014-06-25 | 1 | -0/+15 |
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-05-08 | 1 | -1/+1 |
* | Use the new Windows environment for target detection | Saleem Abdulrasool | 2014-03-27 | 1 | -1/+1 |
* | Remove the -cxx-abi command-line flag. | Hans Wennborg | 2014-01-14 | 1 | -2/+4 |