| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use "weak alias" instead of "alias weak" | Rafael Espindola | 2014-07-30 | 1 | -2/+2 |
* | Add a dereferenceable attribute | Hal Finkel | 2014-07-18 | 1 | -0/+6 |
* | IR: Add COMDATs to the IR | David Majnemer | 2014-06-27 | 1 | -0/+10 |
* | Allow aliases to be unnamed_addr. | Rafael Espindola | 2014-06-06 | 1 | -2/+5 |
* | [pr19844] Add thread local mode to aliases. | Rafael Espindola | 2014-05-28 | 1 | -2/+4 |
* | Add 'musttail' marker to call instructions | Reid Kleckner | 2014-04-24 | 1 | -1/+4 |
* | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-16 | 1 | -2/+3 |
* | IR: add a second ordering operand to cmpxhg for failure | Tim Northover | 2014-03-11 | 1 | -0/+1 |
* | [Modules] Move ValueHandle into the IR library where Value itself lives. | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
* | Add an inalloca flag to allocas | Reid Kleckner | 2014-01-17 | 1 | -0/+1 |
* | Decouple dllexport/dllimport from linkage | Nico Rieck | 2014-01-14 | 1 | -2/+5 |
* | Revert "Decouple dllexport/dllimport from linkage" | Nico Rieck | 2014-01-14 | 1 | -5/+2 |
* | Decouple dllexport/dllimport from linkage | Nico Rieck | 2014-01-14 | 1 | -2/+5 |
* | AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format. | Manman Ren | 2013-09-28 | 1 | -0/+2 |