| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for GCC's '__auto_type' extension, per the GCC manual: | Richard Smith | 2015-11-11 | 1 | -0/+2 |
* | [MS ABI] Mangle static anonymous unions | David Majnemer | 2015-10-22 | 1 | -2/+3 |
* | [coroutines] Add overloaded unary 'operator co_await'. | Richard Smith | 2015-10-22 | 1 | -0/+8 |
* | Run clang-format to unify the switch statement style as suggest here: http://... | Alexey Bader | 2015-09-15 | 1 | -37/+103 |
* | [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 |
* | [MS ABI] Number unnamed TagDecls which aren't externally visible | David Majnemer | 2015-09-02 | 1 | -1/+3 |
* | [MS ABI] Switch to the CRC implementation in LLVM | David Majnemer | 2015-09-01 | 1 | -29/+5 |
* | [MS ABI] Correctly mangle classes without names for linkage purposes | David Majnemer | 2015-08-31 | 1 | -3/+10 |
* | 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 | -4/+10 |
* | [MS ABI] Create a mangling for extended vector types | David Majnemer | 2015-08-01 | 1 | -7/+3 |
* | [MS ABI] nullptr data member ptrs are mangled differently for classes vs fns | David Majnemer | 2015-07-02 | 1 | -3/+15 |
* | [MS ABI] Account for the virtual inheritance quirk when mangling | David Majnemer | 2015-06-23 | 1 | -1/+8 |
* | [MS ABI] Rework member pointer conversion | David Majnemer | 2015-06-23 | 1 | -0/+12 |
* | 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 | -1/+11 |
* | [MS ABI] Be a little more defensive wrt vector types | David Majnemer | 2015-06-01 | 1 | -14/+20 |
* | [MS ABI] Implement restrict qualified references | David Majnemer | 2015-05-26 | 1 | -65/+74 |
* | [MS ABI] Give __attribute__((overloadable)) functions pretty names | David Majnemer | 2015-05-18 | 1 | -2/+9 |
* | [MS ABI] Function encodings are always encoded in template arguments | David Majnemer | 2015-05-18 | 1 | -9/+14 |
* | Give isCompatibleWithMSVC a better interface | David Majnemer | 2015-05-11 | 1 | -1/+2 |
* | [MS ABI] Make sure we number thread_local statics seperately | David Majnemer | 2015-05-07 | 1 | -4/+2 |
* | [MS ABI] Implement thread-safe initialization using the MSVC 2015 ABI | David Majnemer | 2015-05-07 | 1 | -11/+18 |
* | Replace GetNumBytesInBuffer() in MicrosoftCXXNameMangler::mangleArgumentType ... | Yaron Keren | 2015-05-02 | 1 | -2/+2 |
* | [MS ABI] Rephrase the mangling of array types in parameters | David Majnemer | 2015-04-27 | 1 | -6/+5 |
* | [MS ABI] Add support for mangling VLA types | David Majnemer | 2015-04-23 | 1 | -13/+12 |
* | [MS ABI] Treat ConstantArrayType like IncompleteArrayType in args | David Majnemer | 2015-04-23 | 1 | -4/+14 |
* | Change range-based for-loops to be -Wrange-loop-analysis clean. | Richard Trieu | 2015-04-15 | 1 | -1/+1 |
* | Reland r234613 (and follow-ups 234614, 234616, 234618) | Reid Kleckner | 2015-04-14 | 1 | -0/+14 |
* | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 1 | -14/+0 |
* | Revert r234786, it contained a bunch of stuff I did not mean to commit. | Nico Weber | 2015-04-13 | 1 | -0/+14 |
* | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 1 | -14/+0 |
* | [SEH] Re-land r234532, but use internal linkage for all SEH helpers | Reid Kleckner | 2015-04-10 | 1 | -0/+14 |
* | Revert r234532 for a bit, it very likely caused http://crbug.com/475768 | Nico Weber | 2015-04-10 | 1 | -14/+0 |
* | [SEH] Outline finally blocks using the new variable capture support | Reid Kleckner | 2015-04-09 | 1 | -0/+14 |
* | [MS ABI] Rework .xdata HandlerType emission | David Majnemer | 2015-03-29 | 1 | -14/+7 |
* | MS ABI: Empty pack expansions had their mangling changed in 2013->2015 | David Majnemer | 2015-03-18 | 1 | -1/+5 |
* | MS ABI: Fix a couple of -Winconsistent-missing-override warnings | Justin Bogner | 2015-03-17 | 1 | -1/+1 |
* | MS ABI: Emit HandlerMap entries for C++ catch | David Majnemer | 2015-03-17 | 1 | -0/+18 |
* | MS ABI: Mangle virtual member pointer thunks with the correct CC | David Majnemer | 2015-03-14 | 1 | -1/+1 |
* | MS ABI: Generate default constructor closures | David Majnemer | 2015-03-13 | 1 | -1/+2 |
* | MS ABI: Implement copy-ctor closures, finish implementing throw | David Majnemer | 2015-03-11 | 1 | -18/+71 |
* | MS ABI: Mangle the location of the catchable type into it's name | David Majnemer | 2015-03-10 | 1 | -2/+17 |
* | MS ABI: Insert copy-constructors into the CatchableType | David Majnemer | 2015-03-06 | 1 | -8/+20 |
* | MS ABI: Implement support for throwing a C++ exception | David Majnemer | 2015-03-05 | 1 | -0/+39 |
* | Implement Control Flow Integrity for virtual calls. | Peter Collingbourne | 2015-02-20 | 1 | -0/+7 |
* | Initial support for Win64 SEH IR emission | Reid Kleckner | 2015-01-22 | 1 | -0/+14 |
* | MS ABI: Make the string mangling code more concise | David Majnemer | 2014-12-22 | 1 | -36/+10 |