- aa77513 Emit ASM input in a constant context by Bill Wendling · 7 years ago
- b818347 [Android] Increase default new alignment for Android by Pirama Arumuga Nainar · 7 years ago
- 6e16c60 [Fixed Point Arithmetic] Rename `-fsame-fbits` flag by Leonard Chan · 7 years ago
- db01c3a [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals by Leonard Chan · 7 years ago
- ab80f3c [Fixed Point Arithmetic] Addition of the remaining fixed point types and their saturated equivalents by Leonard Chan · 7 years ago
- f921d85 This diff includes changes for supporting the following types. by Leonard Chan · 7 years ago
- 0d485db Revert "This diff includes changes for supporting the following types." by Leonard Chan · 7 years ago
- db55d83 This diff includes changes for supporting the following types. by Leonard Chan · 7 years ago
- 0fb8c87 This patch aims to match the changes introduced by Alexander Ivchenko · 7 years ago
- fcbe17c [ObjC++] Make parameter passing and function return compatible with ObjC by Akira Hatanaka · 8 years ago
- 87793e7 [ARM] Pass half or i16 types for NEON intrinsics by Sjoerd Meijer · 8 years ago
- 3bb7eaf [OpenCL] Fix layering violation by getOpenCLTypeAddrSpace by Sven van Haastregt · 8 years ago
- 13a3d9e [MS] Increase default new alignment for win64 and test it by Reid Kleckner · 8 years ago
- 87d4426 [OpenMP] Show error if VLAs are not supported by Jonas Hahnfeld · 8 years ago
- 6d98943 Convert clang::LangAS to a strongly typed enum by Alexander Richardson · 8 years ago
- 729379a Driver: hoist the `wchar_t` handling to the driver by Saleem Abdulrasool · 8 years ago
- efb4d4c [OpenCL] Allow targets to select address space per type by Sven van Haastregt · 8 years ago
- 33eb775 [inline asm][gcc-compatiblity] "=i" output constraint support by Marina Yatsina · 8 years ago
- 96088f4 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
- 3646e62 Move setting of LangOpts based on target flags out of CompilerInstance by Eric Christopher · 9 years ago
- c42fd03 [inline-asm]No error for conflict between inputs\outputs and clobber list by Marina Yatsina · 9 years ago
- 17c7f70 Replace APFloatBase static fltSemantics data members with getter functions by Stephan Bergmann · 9 years ago
- 5913902 P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, we by Richard Smith · 9 years ago
- f333de3 OpenCL: Defining __ENDIAN_LITTLE__ and fix target endianness by Matt Arsenault · 9 years ago
- 26f7566 Re-commit [OpenCL] AMDGCN: Fix size_t type by Yaxun Liu · 9 years ago
- dea5ccb Revert [OpenCL] AMDGCN: Fix size_t type by Yaxun Liu · 9 years ago
- 6305f8a [OpenCL] AMDGCN: Fix size_t type by Yaxun Liu · 9 years ago
- bb846a3 Adjust coercion of aggregates on RenderScript by Pirama Arumuga Nainar · 9 years ago
- bb1ea2d Enable support for __float128 in Clang and enable it on pertinent platforms by Nemanja Ivanovic · 9 years ago
- 8195f69 [X86] Add -malign-double support by Reid Kleckner · 9 years ago
- d7d45bf Revert 266186 as it breaks anything that includes type_traits on some platforms by Nemanja Ivanovic · 9 years ago
- 50f29e0 Enable support for __float128 in Clang by Nemanja Ivanovic · 9 years ago
- b214cbc Make TargetInfo store an actual DataLayout instead of a string. by James Y Knight · 10 years ago
- 0ce2f22 Do not honor explicit alignment attribute on fields for PS4. by Sunil Srivastava · 10 years ago
- a3518ad Revert "Change of UserLabelPrefix default value from "_" to """ by James Y Knight · 10 years ago
- 6e4463f Change of UserLabelPrefix default value from "_" to "" by Andrey Bokhanko · 10 years ago
- 8459aa8 Use StringRef instead of calling c_str and doing pointer math before eventually creating a StringRef. NFC by Craig Topper · 10 years ago
- dd2b74a Use range-based for loops. NFC. by Craig Topper · 10 years ago
- 335c8f9 Use std::find instead of a manual loop. by Craig Topper · 10 years ago
- 67288a9 Parse into an unsigned type instead of a signed type and then checking for positive and casting to unsigned. Since we know the string starts with a digit it couldn't be negative anyway. NFCI by Craig Topper · 10 years ago
- de330c7 Fix bad indentation. by Craig Topper · 10 years ago
- 55765ca Use ArrayRef and MutableArrayRef instead of a pointer and size. NFC by Craig Topper · 10 years ago
- 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
- b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
- f054e3a Recommit "Return an ArrayRef instead of having two out parameters of a pointer and length. NFC". Hopefully this time the bots will be happy. by Craig Topper · 10 years ago
- d255c00 Revert r250676 "Return an ArrayRef instead of having two out parameters of a pointer and length. NFC" by Craig Topper · 10 years ago
- 9c4d9b2 Return an ArrayRef instead of having two out parameters of a pointer and length. NFC by Craig Topper · 10 years ago
- b093d69 Fix whitespace, 80-column violations, embedded tabs for the TargetInfo class. by Eric Christopher · 10 years ago
- 8c47b42 constify the feature vector going into initFeatureMap as it shouldn't by Eric Christopher · 10 years ago
- c7d5c94 Support __builtin_ms_va_list. by Charles Davis · 10 years ago
- e9cdcae Pull initFeatureMap out of line now that it's used in multiple places. by Eric Christopher · 10 years ago
- dec31be Revert "Pull the target attribute parsing out of CGCall and onto TargetInfo." by Eric Christopher · 10 years ago
- d40722e Pull the target attribute parsing out of CGCall and onto TargetInfo. by Eric Christopher · 10 years ago
- d50e2e6 Remove dead code associated with parsing and setting ABI based on string name. by Eric Christopher · 10 years ago
- 964a5f3 Rename DescriptionString -> DataLayoutString as it matches the actual by Eric Christopher · 10 years ago
- d30e2ee Add a "maximum TLS alignment" characteristic to the target info, so it by Paul Robinson · 10 years ago
- 0039651 [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for default simd alignment. by Alexey Bataev · 10 years ago
- dfddebc Revert code changes made under r235976. by Bradley Smith · 10 years ago
- ba94562 [ARM/AArch64] Enforce alignment for bitfielded structs by Bradley Smith · 10 years ago
- ca3cb7f Implement target-specific __attribute__((aligned)) value by Ulrich Weigand · 10 years ago
- 5e7483a Fixed typo. by Zoran Jovanovic · 11 years ago
- 26a1216 Change representation of member function pointers for MIPS targets by Zoran Jovanovic · 11 years ago
- b5d2d45 Sema: Relax parsing of '#' in constraints by David Majnemer · 11 years ago
- b6b5643 Basic: Numeric constraints are multidigit by David Majnemer · 11 years ago
- 55164f9 Basic: [asmSymbolicName] follows the same rule as numbers in asm inputs by David Majnemer · 11 years ago
- c71a566 Basic: The asm constraint '#m' isn't valid, reject it by David Majnemer · 11 years ago
- 50cb055 Basic: The asm constraint '+#r' isn't valid, reject it by David Majnemer · 11 years ago
- a0040df Sema: The asm constraint '+&m' isn't valid, reject it by David Majnemer · 11 years ago
- a282357 Sema: analyze I,J,K,M,N,O constraints by Saleem Abdulrasool · 11 years ago
- fc8f893 Fix assertion on asm register that are "%" by Olivier Goffart · 11 years ago
- 3d9478c Change __INTx_TYPE__ to be always signed. This changes the value for by Joerg Sonnenberger · 11 years ago
- 587deea If char/short are shorter than int, do not use U as suffix for by Joerg Sonnenberger · 11 years ago
- be324f9 Provide builtin macros as template for PRIab and SCNab, matching the by Joerg Sonnenberger · 11 years ago
- 9b7060e Drop separate UIntMaxType and just derive it from IntMaxType. by Joerg Sonnenberger · 11 years ago
- 7443797 Constify a read-only parameter and give function a better name by Alp Toker · 11 years ago
- ab8d0a0 Implement predefined stdint macros by JF Bastien · 11 years ago
- f1186c5 [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
- 377066a Use the new Windows environment for target detection by Saleem Abdulrasool · 12 years ago
- c9bd88e Remove the -cxx-abi command-line flag. by Hans Wennborg · 12 years ago
- 43c39d5 OpenCL: Do not force 64 bit floats for (embedded) targets with only 32bit floats. by Pekka Jaaskelainen · 12 years ago
- d68c7aa Stop crashing on empty asm input constraints by Duncan P. N. Exon Smith · 12 years ago
- 1658de9 Every target sets DescriptionString. Assert that. by Rafael Espindola · 12 years ago
- 31d09b0 Certain multi-platform languages, such as OpenCL, have the concept of by David Tweed · 12 years ago
- 6c2149b Fix minor coding style issue in r190296 pointed out by Richard Smith. by David Tweed · 12 years ago
- 2da6438 The OpenCL standard specifies the sizes and alignments of various types than other C-family by David Tweed · 12 years ago
- a4a59d7 Additional fix for PR16752 and for commit 190044: by Stepan Dyatkovskiy · 12 years ago
- 5a63792 Add new methods for TargetInfo: by Stepan Dyatkovskiy · 12 years ago
- b1276b4 Driver: Push triple objects around instead of going to std::string all the time. by Benjamin Kramer · 12 years ago
- fa80642 by Ulrich Weigand · 12 years ago
- 1e4a886 Add comment to describe cleverness. by Benjamin Kramer · 12 years ago
- 7ee3b9c Reject asm output constraints that consist of modifiers only. by Benjamin Kramer · 12 years ago
- a7d0384 Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 13 years ago
- 359b885 First pass at abstracting out a class for the target C++ ABI. by John McCall · 13 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- 4e91899e Fix the definition of the vfork() builtin on Haiku. PR14378. by Eli Friedman · 13 years ago
- 7bcc7ec Handle '*' and '#' asm constraint modifiers. by Ulrich Weigand · 13 years ago
- bc10b9f Teach TargetInfo to hold on to the TargetOptions with which it was created. by Douglas Gregor · 13 years ago
- cc40ea7 Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to by Chad Rosier · 13 years ago
- 29898f4 objective-c modern translator: buildit objc bool by Fariborz Jahanian · 13 years ago
- 803acb3 Add support for bitcasts to vector type in Evaluate. by Eli Friedman · 14 years ago