| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | Fix the definition of the vfork() builtin on Haiku. PR14378. | Eli Friedman | 2012-11-27 | 1 | -0/+1 |
* | Handle '*' and '#' asm constraint modifiers. | Ulrich Weigand | 2012-10-29 | 1 | -0/+4 |
* | Teach TargetInfo to hold on to the TargetOptions with which it was | Douglas Gregor | 2012-10-15 | 1 | -1/+2 |
* | Add a per target max vector alignment field (e.g., 32-byte alignment for x86 ... | Chad Rosier | 2012-07-13 | 1 | -0/+1 |
* | objective-c modern translator: buildit objc bool | Fariborz Jahanian | 2012-04-16 | 1 | -0/+1 |
* | Add support for bitcasts to vector type in Evaluate. | Eli Friedman | 2011-12-22 | 1 | -0/+1 |
* | Add the value of "suitably aligned" from the C++11 standard to Basic/TargetInfo. | Nick Lewycky | 2011-12-16 | 1 | -0/+1 |
* | In x86_64, when calling an Objective-C method that returns a _Complex long do... | Anders Carlsson | 2011-10-31 | 1 | -0/+3 |
* | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -0/+3 |
* | Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic... | Eli Friedman | 2011-10-14 | 1 | -0/+1 |
* | Fix missing includes for llvm_unreachable | David Blaikie | 2011-09-23 | 1 | -0/+1 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -5/+5 |
* | Added missing initialization. | Abramo Bagnara | 2011-09-08 | 1 | -0/+2 |
* | Add partial support for using anonymous bitfields (e.g., int : 0) to enforce | Chad Rosier | 2011-08-04 | 1 | -0/+2 |
* | After further discussion it has been determined that alignof should report | Chad Rosier | 2011-07-26 | 1 | -3/+0 |
* | Allow target to specify about using minimum alignment vs preferred. Takes ca... | Chad Rosier | 2011-07-25 | 1 | -0/+3 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -5/+5 |
* | Split out logic for valid clobbers and valid inline asm registers. | Eric Christopher | 2011-06-28 | 1 | -3/+8 |
* | Move additional register names to their own lookup, separate from | Eric Christopher | 2011-06-21 | 1 | -0/+28 |
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |