| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement name mangling proposal for exception specifications from cxx-abi-de... | Richard Smith | 2016-10-26 | 1 | -0/+34 |
* | Fix bug where one of the cases where we mangle a <bare-unresolved-name> failed | Richard Smith | 2016-10-24 | 1 | -25/+31 |
* | Fix mangling of implicit calls to operator-> to only include a single "pt", | Richard Smith | 2016-10-24 | 1 | -1/+4 |
* | Fix PR30440: Initialize FunctionTypeDepth in CXXNameMangler | Alex Lorenz | 2016-10-06 | 1 | -4/+4 |
* | PR30401: Fix substitutions for functions with abi_tag | Dmitry Polukhin | 2016-09-21 | 1 | -2/+18 |
* | ObjectiveC generics: Add ObjCTypeParamType in the type system. | Manman Ren | 2016-09-13 | 1 | -0/+1 |
* | P0217R3: code generation support for decomposition declarations. | Richard Smith | 2016-08-15 | 1 | -11/+14 |
* | P0217R3: Parsing support and framework for AST representation of C++1z | Richard Smith | 2016-07-22 | 1 | -2/+18 |
* | Fix some minor issues found by Coverity. | Richard Smith | 2016-07-18 | 1 | -1/+1 |
* | [ObjC] Implement @available in the Parser and AST | Erik Pilkington | 2016-07-16 | 1 | -0/+1 |
* | [ItaniumMangle] Correctly mangle BuiltinTemplateDecls | David Majnemer | 2016-07-12 | 1 | -1/+6 |
* | [GCC] PR23529 Mangler part of attrbute abi_tag support | Dmitry Polukhin | 2016-06-30 | 1 | -81/+408 |
* | AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels. | Nikolay Haustov | 2016-06-30 | 1 | -1/+1 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -9/+39 |
* | Delete dead code. | Rafael Espindola | 2016-06-21 | 1 | -7/+0 |
* | [ItaniumMangle] Mangle dependent __underlying_type correctly | David Majnemer | 2016-06-08 | 1 | -1/+1 |
* | Fix mangled name of method with ns_consumed parameters. | Nico Weber | 2016-05-25 | 1 | -3/+3 |
* | Enable support for __float128 in Clang and enable it on pertinent platforms | Nemanja Ivanovic | 2016-05-09 | 1 | -1/+7 |
* | PR27549: fix bug that resulted in us giving a translation-unit-scope variable a | Richard Smith | 2016-04-29 | 1 | -1/+1 |
* | Revert 266186 as it breaks anything that includes type_traits on some platforms | Nemanja Ivanovic | 2016-04-15 | 1 | -7/+1 |
* | Enable support for __float128 in Clang | Nemanja Ivanovic | 2016-04-13 | 1 | -1/+7 |
* | [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library. | Alexey Bader | 2016-04-13 | 1 | -1/+1 |
* | [OpenCL] Complete image types support. | Alexey Bader | 2016-04-08 | 1 | -35/+6 |
* | Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ... | Roman Levenstein | 2016-03-16 | 1 | -0/+2 |
* | Semantic analysis for the swiftcall calling convention. | John McCall | 2016-03-03 | 1 | -1/+16 |
* | [OPENMP 4.0] Initial support for 'omp declare reduction' construct. | Alexey Bataev | 2016-03-03 | 1 | -2/+4 |
* | Mangle extended qualifiers in the proper order and mangle the | John McCall | 2016-03-01 | 1 | -23/+101 |
* | Fix typo in OpenCL type mangling. This is still bogus (we should either use the | Richard Smith | 2016-02-03 | 1 | -1/+1 |
* | Replace usage of llvm::utostr_32 with just llvm::utostr. While this is less e... | Craig Topper | 2016-01-31 | 1 | -1/+1 |
* | [OpenCL] Pipe type support | Xiuli Pan | 2016-01-09 | 1 | -0/+8 |
* | Replace llvm::utostr calls in Twine context with Twines. NFC. | Benjamin Kramer | 2015-12-24 | 1 | -2/+2 |
* | [TrailingObjects] Convert ASTTemplateKWAndArgsInfo and ASTTemplateArgumentLis... | James Y Knight | 2015-12-24 | 1 | -9/+10 |
* | Add the `pass_object_size` attribute to clang. | George Burgess IV | 2015-12-02 | 1 | -8/+20 |
* | [MSVC] 'property' with an empty array in array subscript expression. | Alexey Bataev | 2015-11-25 | 1 | -0/+1 |
* | Add support for GCC's '__auto_type' extension, per the GCC manual: | Richard Smith | 2015-11-11 | 1 | -2/+4 |
* | [coroutines] Creation of promise object, lookup of operator co_await, building | Richard Smith | 2015-10-27 | 1 | -0/+12 |
* | [coroutines] Add overloaded unary 'operator co_await'. | Richard Smith | 2015-10-22 | 1 | -0/+3 |
* | PR14858: Initial support for proper sizeof... handling within alias templates. | Richard Smith | 2015-09-23 | 1 | -1/+10 |
* | Run clang-format to unify the switch statement style as suggest here: http://... | Alexey Bader | 2015-09-15 | 1 | -33/+100 |
* | [OpenCL] Add new types for OpenCL 2.0. | Alexey Bader | 2015-09-15 | 1 | -0/+30 |
* | CFI: Introduce -fsanitize=cfi-icall flag. | Peter Collingbourne | 2015-09-10 | 1 | -17/+0 |
* | [OPENMP 4.0] Initial support for array sections. | Alexey Bataev | 2015-08-25 | 1 | -0/+1 |
* | Remove and forbid raw_svector_ostream::flush() calls. | Yaron Keren | 2015-08-13 | 1 | -1/+0 |
* | AST: Implement mangling support for function types without a prototype. | Peter Collingbourne | 2015-08-07 | 1 | -1/+15 |
* | [AST] Really allocate a SmallVector to the right size. | Benjamin Kramer | 2015-08-04 | 1 | -2/+1 |
* | Implement the Objective-C __kindof type qualifier. | Douglas Gregor | 2015-07-07 | 1 | -0/+13 |
* | [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul... | Alexey Bataev | 2015-07-02 | 1 | -1/+9 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | CFI: Implement bitset emission for the Microsoft ABI. | Peter Collingbourne | 2015-06-19 | 1 | -2/+1 |