summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Use valueid instead of bitcode offsets in combined index fileTeresa Johnson2016-04-271-56/+29
* BitcodeReader: Delay metadata parsing until reading a function bodyDuncan P. N. Exon Smith2016-04-241-3/+7
* [ThinLTO] Remove GlobalValueInfo class from indexTeresa Johnson2016-04-241-50/+34
* BitcodeReader: Fix some holes in upgrade from r267296Duncan P. N. Exon Smith2016-04-241-8/+22
* Add "hasSection" flag in the SummaryMehdi Amini2016-04-241-1/+3
* Reorganize GlobalValueSummary with a "Flags" bitfield.Mehdi Amini2016-04-241-24/+38
* Add a version field in the bitcode for the summaryMehdi Amini2016-04-241-1/+14
* Store and emit original name in combined indexMehdi Amini2016-04-231-25/+63
* BitcodeReader: Avoid std::vector with non-movable types from r267296Duncan P. N. Exon Smith2016-04-231-1/+1
* BitcodeReader: Avoid non-moving std::piecewise_construct from r267296Duncan P. N. Exon Smith2016-04-231-3/+3
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-23/+130
* Avoid MSVC failure with default arguments in lambdas from r267270Duncan P. N. Exon Smith2016-04-231-7/+10
* Avoid ternery statement to please g++ after r267270, NFCDuncan P. N. Exon Smith2016-04-231-1/+3
* BitcodeReader: Avoid referencing unresolved nodes from distinct onesDuncan P. N. Exon Smith2016-04-231-6/+61
* BitcodeReader: Consistently use IsDistinct, NFCDuncan P. N. Exon Smith2016-04-231-33/+52
* BitcodeReader: Use getMD/getMDOrNull helpers consistently, almost NFCDuncan P. N. Exon Smith2016-04-231-10/+5
* [ThinLTO] Remove unused/incomplete lazy summary reading support (NFC)Teresa Johnson2016-04-221-63/+11
* IR: Use SmallVector instead of std::vector of TrackingMDRefDuncan P. N. Exon Smith2016-04-201-1/+6
* IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith2016-04-191-2/+2
* IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith2016-04-191-16/+27
* IR: Require DICompositeType for ODR uniquing type mapDuncan P. N. Exon Smith2016-04-191-2/+2
* IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith2016-04-191-1/+1
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-171-10/+23
* ThinLTO: Make aliases explicit in the summaryMehdi Amini2016-04-161-0/+51
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-16/+33
* Revert "Make aliases explicit in the summary"Mehdi Amini2016-04-131-51/+0
* Make aliases explicit in the summaryMehdi Amini2016-04-131-0/+51
* Add the allocsize attribute to LLVM.George Burgess IV2016-04-121-0/+4
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-071-3/+6
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-17/+22
* [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similarDmitry Polukhin2016-04-051-19/+26
* [ThinLTO] Refactor some common code into getGlobalValueInfo method (NFC)Teresa Johnson2016-04-051-12/+2
* [ThinLTO] Add option to dump value name to GUID mappingTeresa Johnson2016-04-041-5/+17
* BitcodeReader: Check for unresolved function metadataDuncan P. N. Exon Smith2016-04-021-2/+12
* Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)Mehdi Amini2016-04-021-13/+14
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-011-3/+7
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-10/+44
* Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2016-04-011-44/+10
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-10/+44
* BitcodeReader: Fix weird whitespace, NFCDuncan P. N. Exon Smith2016-03-301-1/+1
* [ThinLTO] Remove post-pass metadata linking supportTeresa Johnson2016-03-291-38/+0
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-291-0/+2
* BitcodeReader: Allow METADATA_STRINGS to only have !""Duncan P. N. Exon Smith2016-03-291-1/+1
* Reapply ~"Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-271-2/+52
* Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-251-33/+1
* Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith2016-03-251-1/+33
* Bitcode: Stop using MODULE_CODE_METADATA_VALUESDuncan P. N. Exon Smith2016-03-251-50/+2
* IR: Stop upgrading !llvm.loop attachments via MDStringDuncan P. N. Exon Smith2016-03-251-2/+13
* Bitcode: Error out instead of crashing on corrupt metadataJustin Bogner2016-03-171-20/+38
* Upgrade TBAA *before* upgrading intrinsicsChris Bieneman2016-03-161-3/+5
OpenPOWER on IntegriCloud