summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)Author
2017-06-27Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.Peter Collingbourne
2017-06-16Fix build warning on 32-bit targets where sizeof(size_t) < sizeof(long long).Evgeniy Stepanov
2017-06-16[cfi] CFI-ICall for ThinLTO.Evgeniy Stepanov
2017-06-15Apply summary-based dead stripping to regular LTO modules with summaries.Peter Collingbourne
2017-06-14IR: Tweak the API around adding modules to the summary index.Peter Collingbourne
2017-06-12IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne
2017-06-08Bitcode: Introduce a BitcodeFileContents data type. NFCI.Peter Collingbourne
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-06-01(NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov
2017-05-18[IR] De-virtualize ~Value to save a vptrReid Kleckner
2017-05-12Remove ignore-empty-index-file optionTeresa Johnson
2017-05-11[IR] Allow attributes with global variablesJaved Absar
2017-05-04Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne
2017-05-04Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu
2017-05-04IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne
2017-05-01Fix a pessimising move warning.Peter Collingbourne
2017-05-01Bitcode: Make the summary reader responsible for merging. NFCI.Peter Collingbourne
2017-05-01Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne
2017-04-28Remove set but unused variable in BitcodeReader.cpp. NFC.Hans Wennborg
2017-04-28Add speculatable function attributeMatt Arsenault
2017-04-28Bitcode: Do not remove empty summary entries when reading a per-module summary.Peter Collingbourne
2017-04-18PR32382: Fix emitting complex DWARF expressions.Adrian Prantl
2017-04-17Bitcode: Add a string table to the bitcode format.Peter Collingbourne
2017-04-12Bitcode: Move version and global value module code parsers to separate functi...Peter Collingbourne
2017-04-10Allow DataLayout to specify addrspace for allocas.Matt Arsenault
2017-04-10Bitcode: Merge the code for parsing global value module codes in the summary ...Peter Collingbourne
2017-04-06Bitcode: Do not create FNENTRYs for aliases of functions.Peter Collingbourne
2017-04-03Bitcode: Remove reader support for MODULE_CODE_PURGEVALS.Peter Collingbourne
2017-03-28[IR] Add AllowContract to FastMathFlagsAdam Nemet
2017-03-21Rename AttributeSet to AttributeListReid Kleckner
2017-03-14SamplePGO ThinLTO ICP fix for local functions.Dehao Chen
2017-02-11Address Mehdi's post-commit review comments on r294795.Peter Collingbourne
2017-02-10IR: Function summary extensions for whole-program devirtualization pass.Peter Collingbourne
2017-02-03Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini
2017-02-03[ThinLTO] Add an auto-hide featureMehdi Amini
2017-02-02Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini
2017-02-02[ThinLTO] Add an auto-hide featureMehdi Amini
2017-02-02Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini
2017-02-02[ThinLTO] Add an auto-hide featureMehdi Amini
2017-01-20[ThinLTO] Fix lazy-loading of MDString instruction attachmentsMehdi Amini
2017-01-05ThinLTO: add early "dead-stripping" on the IndexTeresa Johnson
2017-01-05[ThinLTO] Subsume all importing checks into a single flagTeresa Johnson
2016-12-22Clear the PendingTypeTests vector after moving from it.Peter Collingbourne
2016-12-21IR: Function summary representation for type tests.Peter Collingbourne
2016-12-20IR: Eliminate non-determinism in the module summary analysis.Peter Collingbourne
2016-12-16[ThinLTO] Import composite types as declarationsTeresa Johnson
2016-12-16Strip invalid TBAA when reading bitcodeMehdi Amini
2016-12-14Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann
2016-12-12Refactor BitcodeReader: move Metadata and ValueId handling in their own class...Mehdi Amini
2016-12-12Remove IsMetadataMaterialized from BitcodeReader (NFC)Mehdi Amini