| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | OpenCL: Do not force 64 bit floats for (embedded) targets with only 32bit flo... | Pekka Jaaskelainen | 2013-12-18 | 1 | -2/+8 |
* | Stop crashing on empty asm input constraints | Duncan P. N. Exon Smith | 2013-12-16 | 1 | -0/+3 |
* | Every target sets DescriptionString. Assert that. | Rafael Espindola | 2013-12-13 | 1 | -2/+1 |
* | Certain multi-platform languages, such as OpenCL, have the concept of | David Tweed | 2013-09-13 | 1 | -0/+1 |
* | Fix minor coding style issue in r190296 pointed out by Richard Smith. | David Tweed | 2013-09-10 | 1 | -4/+4 |
* | The OpenCL standard specifies the sizes and alignments of various types than ... | David Tweed | 2013-09-09 | 1 | -0/+29 |
* | Additional fix for PR16752 and for commit 190044: | Stepan Dyatkovskiy | 2013-09-09 | 1 | -1/+2 |
* | Add new methods for TargetInfo: | Stepan Dyatkovskiy | 2013-09-05 | 1 | -0/+45 |
* | Driver: Push triple objects around instead of going to std::string all the time. | Benjamin Kramer | 2013-06-29 | 1 | -2/+1 |
* | Allow targets to define minimum alignment for global variables | Ulrich Weigand | 2013-05-06 | 1 | -0/+1 |
* | Add comment to describe cleverness. | Benjamin Kramer | 2013-04-18 | 1 | -0/+2 |
* | Reject asm output constraints that consist of modifiers only. | Benjamin Kramer | 2013-04-18 | 1 | -1/+1 |
* | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose | 2013-02-08 | 1 | -3/+3 |
* | First pass at abstracting out a class for the target C++ ABI. | John McCall | 2013-01-25 | 1 | -1/+15 |