summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bitcode: Simplify MDNode subclass dispatch, NFCDuncan P. N. Exon Smith2015-01-201-10/+21
* Bitcode: WriteMDNode() => WriteMDTuple(), NFCDuncan P. N. Exon Smith2015-01-201-5/+4
* Bitcode: Add ValueEnumerator::getMetadataOrNullID(), NFCDuncan P. N. Exon Smith2015-01-201-14/+6
* Bring r226038 back.Rafael Espindola2015-01-191-5/+5
* Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-161-5/+5
* Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola2015-01-161-5/+5
* Revert Don't create new comdats in CodeGenTimur Iskhodzhanov2015-01-151-5/+5
* Don't create new comdats in CodeGen.Rafael Espindola2015-01-141-5/+5
* Add support for comdats with names larger than 256 characters.Rafael Espindola2015-01-141-2/+4
* AsmParser/Bitcode: Add support for MDLocationDuncan P. N. Exon Smith2015-01-131-0/+39
* Bitcode: Range-based for, NFCDuncan P. N. Exon Smith2015-01-121-2/+2
* Bitcode: Add abbreviation for METADATA_NAMEDuncan P. N. Exon Smith2015-01-121-3/+12
* Bitcode: Range-based for, NFCDuncan P. N. Exon Smith2015-01-121-7/+4
* Bitcode: Range-based for, NFCDuncan P. N. Exon Smith2015-01-121-4/+4
* Bitcode: Simplify emission of METADATA_BLOCKDuncan P. N. Exon Smith2015-01-121-35/+26
* Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"Duncan P. N. Exon Smith2015-01-091-1/+1
* Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLDDuncan P. N. Exon Smith2015-01-091-1/+1
* IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith2015-01-081-1/+3
* clang-format. NFC.Rafael Espindola2015-01-081-11/+22
* Bitcode: Use unsigned char to record MDStringsDuncan P. N. Exon Smith2014-12-111-1/+1
* Bitcode: Add METADATA_NODE and METADATA_VALUEDuncan P. N. Exon Smith2014-12-111-31/+9
* Bitcode: Add `OLD_` prefix to metadata node recordsDuncan P. N. Exon Smith2014-12-111-3/+3
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-33/+69
* Prologue supportPeter Collingbourne2014-12-031-3/+6
* Pass a reference to ValueEnumerator.Rafael Espindola2014-11-171-1/+1
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-1/+1
* IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()Duncan P. N. Exon Smith2014-11-031-1/+1
* IR: Remove dead code in metadata bitcode writing, NFCDuncan P. N. Exon Smith2014-10-211-3/+3
* correct const-ness with auto and dyn_castSanjay Patel2014-10-151-3/+3
* Use 'auto' for easier reading; no functional change intended.Sanjay Patel2014-10-151-6/+3
* Bitcode: Serialize (and recover) use-list orderDuncan P. N. Exon Smith2014-07-281-94/+37
* IPO: Add use-list-order verifierDuncan P. N. Exon Smith2014-07-251-7/+2
* Add a dereferenceable attributeHal Finkel2014-07-181-0/+2
* Rename AlignAttribute to IntAttributeHal Finkel2014-07-181-1/+1
* Roundtrip the inalloca bit on allocas through bitcodeReid Kleckner2014-07-161-2/+9
* IR: Add COMDATs to the IRDavid Majnemer2014-06-271-1/+35
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-131-0/+1
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-061-2/+2
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-0/+2
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-281-1/+3
* Convert a few loops to use ranges.Rafael Espindola2014-05-261-54/+51
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-201-0/+2
* [IR] Make {extract,insert}element accept an index of any integer type.Michael J. Spencer2014-05-011-2/+4
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-241-1/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-1/+1
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-2/+0
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-111-1/+3
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-9/+2
* Store a DataLayout in Module.Rafael Espindola2014-02-251-3/+3
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-4/+15
OpenPOWER on IntegriCloud