| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Bitcode] Diagnose errors instead of asserting from bad input | Filipe Cabecinhas | 2015-01-24 | 1 | -1/+5 |
| * | IR: DwarfNode => DebugNode, NFC | Duncan P. N. Exon Smith | 2015-01-22 | 1 | -2/+2 |
| * | Bitcode: Don't create comdats when autoupgrading macho bitcode | David Majnemer | 2015-01-20 | 1 | -2/+9 |
| * | Bitcode: Simplify MDNode subclass dispatch, NFC | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -10/+21 |
| * | Bitcode: WriteMDNode() => WriteMDTuple(), NFC | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -5/+4 |
| * | Bitcode: Add ValueEnumerator::getMetadataOrNullID(), NFC | Duncan P. N. Exon Smith | 2015-01-20 | 3 | -21/+14 |
| * | IR: Merge UniquableMDNode back into MDNode, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -1/+1 |
| * | IR: Return unique_ptr from MDNode::getTemporary() | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -3/+2 |
| * | IR: Remove MDNodeFwdDecl | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -4/+7 |
| * | Bring r226038 back. | Rafael Espindola | 2015-01-19 | 2 | -19/+47 |
| * | Revert r226242 - Revert Revert Don't create new comdats in CodeGen | Timur Iskhodzhanov | 2015-01-16 | 2 | -47/+19 |
| * | Revert "Revert Don't create new comdats in CodeGen" | Rafael Espindola | 2015-01-16 | 2 | -19/+47 |
| * | Revert Don't create new comdats in CodeGen | Timur Iskhodzhanov | 2015-01-15 | 2 | -47/+19 |
| * | Don't create new comdats in CodeGen. | Rafael Espindola | 2015-01-14 | 2 | -19/+47 |
| * | Add support for comdats with names larger than 256 characters. | Rafael Espindola | 2015-01-14 | 1 | -2/+4 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
| * | AsmParser/Bitcode: Add support for MDLocation | Duncan P. N. Exon Smith | 2015-01-13 | 4 | -1/+58 |
| * | Bitcode: Range-based for, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -2/+2 |
| * | Bitcode: Add abbreviation for METADATA_NAME | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -3/+12 |
| * | Bitcode: Range-based for, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -7/+4 |
| * | Bitcode: Range-based for, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -4/+4 |
| * | Bitcode: Simplify emission of METADATA_BLOCK | Duncan P. N. Exon Smith | 2015-01-12 | 3 | -36/+32 |
| * | IR: Split GenericMDNode into MDTuple and UniquableMDNode | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -2/+2 |
| * | Use the DiagnosticHandler to print diagnostics when reading bitcode. | Rafael Espindola | 2015-01-10 | 2 | -293/+321 |
| * | Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD" | Duncan P. N. Exon Smith | 2015-01-09 | 2 | -2/+2 |
| * | Bitcode: Share logic for last instruction, NFC | Duncan P. N. Exon Smith | 2015-01-09 | 1 | -14/+10 |
| * | Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD | Duncan P. N. Exon Smith | 2015-01-09 | 2 | -2/+2 |
| * | IR: Add 'distinct' MDNodes to bitcode and assembly | Duncan P. N. Exon Smith | 2015-01-08 | 2 | -2/+10 |
| * | clang-format. NFC. | Rafael Espindola | 2015-01-08 | 1 | -11/+22 |
| * | Explicitly handle LinkOnceODRAutoHideLinkage. NFC. We already have a test. | Rafael Espindola | 2015-01-08 | 1 | -0/+2 |
| * | Update naming style and clang-format. NFC. | Rafael Espindola | 2015-01-08 | 1 | -17/+30 |
| * | [PM] Switch the new pass manager to use a reference-based API for IR | Chandler Carruth | 2015-01-05 | 1 | -2/+2 |
| * | Fix Visual C++ error "'llvm::make_unique' : ambiguous call to overloaded func... | Yaron Keren | 2014-12-18 | 1 | -2/+2 |
| * | Modernize the getStreamedBitcodeModule interface a bit. NFC. | Rafael Espindola | 2014-12-18 | 1 | -18/+14 |
| * | Make ValueEnumerator::print use OS for metadata too. Noticed by inspection. | Nick Lewycky | 2014-12-17 | 1 | -2/+1 |
| * | Bitcode: Add missing "Remove in 4.0" comments | Duncan P. N. Exon Smith | 2014-12-12 | 1 | -0/+2 |
| * | Bitcode: Use unsigned char to record MDStrings | Duncan P. N. Exon Smith | 2014-12-11 | 1 | -1/+1 |
| * | Bitcode: Add METADATA_NODE and METADATA_VALUE | Duncan P. N. Exon Smith | 2014-12-11 | 3 | -38/+31 |
| * | Bitcode: Add `OLD_` prefix to metadata node records | Duncan P. N. Exon Smith | 2014-12-11 | 2 | -5/+5 |
| * | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 5 | -181/+256 |
| * | IR: Disallow function-local metadata attachments | Duncan P. N. Exon Smith | 2014-12-06 | 1 | -2/+6 |
| * | IR: Disallow complicated function-local metadata | Duncan P. N. Exon Smith | 2014-12-06 | 1 | -6/+30 |
| * | Ask the module for its the identified types. | Rafael Espindola | 2014-12-03 | 2 | -3/+25 |
| * | Prologue support | Peter Collingbourne | 2014-12-03 | 4 | -7/+41 |
| * | Add and use Type::subtypes. NFC. | Rafael Espindola | 2014-11-24 | 1 | -3/+2 |
| * | Add accessor marcos to ConstantPlaceHolder, similar to those in the base class. | Richard Trieu | 2014-11-21 | 1 | -1/+2 |
| * | Pass a reference to ValueEnumerator. | Rafael Espindola | 2014-11-17 | 3 | -37/+36 |
| * | Silence MSVC warning on missing return after fully covered switch | Reid Kleckner | 2014-11-13 | 1 | -0/+1 |
| * | Move calls to push_back out of readAbbreviated(Literal|Field). | Rafael Espindola | 2014-11-13 | 1 | -26/+13 |
| * | Make a few helper functions static. NFC. | Rafael Espindola | 2014-11-13 | 1 | -16/+18 |