| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | AsmParser: Save and restore the parsing state for types using SlotMapping. | Alex Lorenz | 2015-08-21 | 1 | -1/+5 |
* | Try to fix the build for C++ standard libraries missing std::map::emplace | David Blaikie | 2015-08-03 | 1 | -5/+5 |
* | Recommit r243824: -Wdeprecated-clean: Fix cases of violating the rule of 5 in... | David Blaikie | 2015-08-03 | 1 | -9/+11 |
* | Revert "-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that... | Reid Kleckner | 2015-08-03 | 1 | -11/+9 |
* | Currently string attributes on function arguments/return values can be genera... | Artur Pilipenko | 2015-08-03 | 1 | -0/+2 |
* | -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep... | David Blaikie | 2015-08-01 | 1 | -9/+11 |
* | New EH representation for MSVC compatibility | David Majnemer | 2015-07-31 | 1 | -0/+9 |
* | [opaque pointers] Avoid the use of pointee types when parsing inline asm in IR | David Blaikie | 2015-07-27 | 1 | -1/+2 |
* | AsmParser: Add a function to parse a standalone constant value. | Alex Lorenz | 2015-07-17 | 1 | -0/+3 |
* | Revert the new EH instructions | David Majnemer | 2015-07-10 | 1 | -9/+0 |
* | New EH representation for MSVC compatibility | David Majnemer | 2015-07-10 | 1 | -0/+9 |
* | AsmParser: Extend the API to make the global value and metadata node slot map... | Alex Lorenz | 2015-06-23 | 1 | -3/+6 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | IR: Add assembly/bitcode support for function metadata attachments | Duncan P. N. Exon Smith | 2015-04-24 | 1 | -0/+1 |
* | LLParser: Simplify ParseInstructionMetadata(), NFC | Duncan P. N. Exon Smith | 2015-04-24 | 1 | -1/+1 |
* | LLParser: Split out ParseMetadataAttachment(), NFC | Duncan P. N. Exon Smith | 2015-04-24 | 1 | -0/+1 |
* | [IR] Introduce a dereferenceable_or_null(N) attribute. | Sanjoy Das | 2015-04-16 | 1 | -1/+1 |
* | Revert "unique_ptrify ValID::ConstantStructElts" | Reid Kleckner | 2015-03-04 | 1 | -9/+5 |
* | Workaround MSVC not providing implicit move members | David Blaikie | 2015-03-04 | 1 | -0/+8 |
* | unique_ptrify ValID::ConstantStructElts | David Blaikie | 2015-03-04 | 1 | -5/+1 |
* | Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici... | David Blaikie | 2015-03-03 | 1 | -1/+5 |
* | Remove the explicit SDNodeIterator::operator= in favor of the implicit default | David Blaikie | 2015-03-03 | 1 | -5/+1 |
* | AsmWriter/Bitcode: MDSubprogram | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+2 |
* | AsmParser: Switch some vectors to maps | David Majnemer | 2015-02-11 | 1 | -2/+2 |
* | AsmParser: Add stubs for specialized MDNodes, NFC | Duncan P. N. Exon Smith | 2015-02-10 | 1 | -2/+4 |
* | AsmParser: Move MDField details to source file, NFC | Duncan P. N. Exon Smith | 2015-02-04 | 1 | -38/+2 |
* | AsmParser: Simplify MDUnsignedField | Duncan P. N. Exon Smith | 2015-02-04 | 1 | -9/+6 |
* | AsmParser: Recognize DW_TAG_* constants | Duncan P. N. Exon Smith | 2015-02-03 | 1 | -0/+4 |
* | IR: Assembly and bitcode for GenericDebugNode | Duncan P. N. Exon Smith | 2015-02-03 | 1 | -2/+12 |
* | AsmParser: PARSE_MD_FIELD() => ParseMDField(), NFC | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -0/+1 |
* | AsmParser: Split up ParseMDFieldsImpl(), NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -0/+2 |
* | AsmParser: Fix error location for missing fields | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -1/+2 |
* | IR: Return unique_ptr from MDNode::getTemporary() | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -1/+1 |
* | IR: Remove MDNodeFwdDecl | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -1/+1 |
* | AsmParser/Bitcode: Add support for MDLocation | Duncan P. N. Exon Smith | 2015-01-13 | 1 | -0/+32 |
* | AsmParser: Factor duplicated code into ParseMDNode(), NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -0/+2 |
* | AsmParser: ParseMDNode() => ParseMDTuple(), NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -1/+1 |
* | AsmParser: Remove unused version of ParseMDNodeID() | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -1/+0 |
* | AsmParser: Use normal references for metadata attachments, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -1/+0 |
* | IR: Add 'distinct' MDNodes to bitcode and assembly | Duncan P. N. Exon Smith | 2015-01-08 | 1 | -1/+1 |
* | Change the .ll syntax for comdats and add a syntactic sugar. | Rafael Espindola | 2015-01-06 | 1 | -1/+1 |
* | IR: Make metadata typeless in assembly | Duncan P. N. Exon Smith | 2014-12-15 | 1 | -7/+12 |
* | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -9/+10 |
* | Make CallingConv::ID an alias of "unsigned". | Alexey Samsonov | 2014-09-10 | 1 | -1/+1 |
* | Declare that musttail calls in variadic functions forward the ellipsis | Reid Kleckner | 2014-08-26 | 1 | -1/+3 |
* | IR: Implement uselistorder assembly directives | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -0/+6 |
* | LLParser: Handle BlockAddresses on-the-fly | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -10/+12 |
* | These classes only need a StringRef, not a MemoryBuffer. | Rafael Espindola | 2014-08-18 | 1 | -1/+1 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |