summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader
AgeCommit message (Expand)Author
2016-04-23BitcodeReader: Use getMD/getMDOrNull helpers consistently, almost NFCDuncan P. N. Exon Smith
2016-04-22[ThinLTO] Remove unused/incomplete lazy summary reading support (NFC)Teresa Johnson
2016-04-20IR: Use SmallVector instead of std::vector of TrackingMDRefDuncan P. N. Exon Smith
2016-04-19IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith
2016-04-19IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith
2016-04-19IR: Require DICompositeType for ODR uniquing type mapDuncan P. N. Exon Smith
2016-04-19IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith
2016-04-17IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith
2016-04-16ThinLTO: Make aliases explicit in the summaryMehdi Amini
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-04-13Revert "Make aliases explicit in the summary"Mehdi Amini
2016-04-13Make aliases explicit in the summaryMehdi Amini
2016-04-12Add the allocsize attribute to LLVM.George Burgess IV
2016-04-07[GCC] Attribute ifunc support in llvmDmitry Polukhin
2016-04-06NFC: make AtomicOrdering an enum classJF Bastien
2016-04-05[IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similarDmitry Polukhin
2016-04-05[ThinLTO] Refactor some common code into getGlobalValueInfo method (NFC)Teresa Johnson
2016-04-04[ThinLTO] Add option to dump value name to GUID mappingTeresa Johnson
2016-04-02BitcodeReader: Check for unresolved function metadataDuncan P. N. Exon Smith
2016-04-02Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)Mehdi Amini
2016-04-01Swift Calling Convention: add swifterror attribute.Manman Ren
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini
2016-04-01Revert "Add support for computing SHA1 in LLVM"Mehdi Amini
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini
2016-03-30BitcodeReader: Fix weird whitespace, NFCDuncan P. N. Exon Smith
2016-03-29[ThinLTO] Remove post-pass metadata linking supportTeresa Johnson
2016-03-29Swift Calling Convention: add swiftself attribute.Manman Ren
2016-03-29BitcodeReader: Allow METADATA_STRINGS to only have !""Duncan P. N. Exon Smith
2016-03-27Reapply ~"Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith
2016-03-27Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith
2016-03-27Bitcode: Add SimpleBitstreamCursor::getPointerToByte, etc.Duncan P. N. Exon Smith
2016-03-27Bitcode: Split out SimpleBitstreamCursorDuncan P. N. Exon Smith
2016-03-25Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith
2016-03-25Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith
2016-03-25Bitcode: Stop using MODULE_CODE_METADATA_VALUESDuncan P. N. Exon Smith
2016-03-25IR: Stop upgrading !llvm.loop attachments via MDStringDuncan P. N. Exon Smith
2016-03-17Bitcode: Error out instead of crashing on corrupt metadataJustin Bogner
2016-03-16Upgrade TBAA *before* upgrading intrinsicsChris Bieneman
2016-03-15Move global ID computation from Function to GlobalValue (NFC)Teresa Johnson
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-03-14Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson
2016-03-14[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-03-11[ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson
2016-03-07Bitcode reader: Inline readAbbreviatedField in readRecord and move the enclos...Mehdi Amini
2016-02-24[ThinLTO] Add missing breaks when parsing summaries (NFC)Teresa Johnson
2016-02-10Restore "[ThinLTO] Use MD5 hash in function index." with fixTeresa Johnson
2016-02-10Revert "[ThinLTO] Use MD5 hash in function index." due to bot failureTeresa Johnson
2016-02-10[ThinLTO] Use MD5 hash in function index.Teresa Johnson
2016-02-10Fix VST_CODE_* bitcode id comments (NFC)Teresa Johnson