aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-07[Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-58/+58
2017-08-14Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor1-0/+3
2017-08-04[ThinLTO] Add FunctionAttrs to ThinLTO indexCharles Saternos1-13/+39
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov1-23/+69
2017-06-27Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.Peter Collingbourne1-4/+28
2017-06-16Fix build warning on 32-bit targets where sizeof(size_t) < sizeof(long long).Evgeniy Stepanov1-2/+4
2017-06-16[cfi] CFI-ICall for ThinLTO.Evgeniy Stepanov1-0/+12
2017-06-15Apply summary-based dead stripping to regular LTO modules with summaries.Peter Collingbourne1-13/+20
2017-06-14IR: Tweak the API around adding modules to the summary index.Peter Collingbourne1-15/+15
2017-06-12IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne1-0/+10
2017-06-08Bitcode: Introduce a BitcodeFileContents data type. NFCI.Peter Collingbourne1-7/+15
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-2/+2
2017-06-01(NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov1-3/+3
2017-05-18[IR] De-virtualize ~Value to save a vptrReid Kleckner1-2/+2
2017-05-12Remove ignore-empty-index-file optionTeresa Johnson1-8/+2
2017-05-11[IR] Allow attributes with global variablesJaved Absar1-1/+6
2017-05-04Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne1-36/+41
2017-05-04Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu1-41/+36
2017-05-04IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne1-36/+41
2017-05-01Fix a pessimising move warning.Peter Collingbourne1-5/+1
2017-05-01Bitcode: Make the summary reader responsible for merging. NFCI.Peter Collingbourne1-23/+62
2017-05-01Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne1-0/+18
2017-04-28Remove set but unused variable in BitcodeReader.cpp. NFC.Hans Wennborg1-4/+0
2017-04-28Add speculatable function attributeMatt Arsenault1-0/+3
2017-04-28Bitcode: Do not remove empty summary entries when reading a per-module summary.Peter Collingbourne1-10/+0
2017-04-18PR32382: Fix emitting complex DWARF expressions.Adrian Prantl1-0/+1
2017-04-17Bitcode: Add a string table to the bitcode format.Peter Collingbourne1-78/+237
2017-04-12Bitcode: Move version and global value module code parsers to separate functi...Peter Collingbourne1-240/+276
2017-04-10Allow DataLayout to specify addrspace for allocas.Matt Arsenault1-1/+6
2017-04-10Bitcode: Merge the code for parsing global value module codes in the summary ...Peter Collingbourne1-26/+6
2017-04-06Bitcode: Do not create FNENTRYs for aliases of functions.Peter Collingbourne1-11/+5
2017-04-03Bitcode: Remove reader support for MODULE_CODE_PURGEVALS.Peter Collingbourne1-7/+0
2017-03-28[IR] Add AllowContract to FastMathFlagsAdam Nemet1-0/+2
2017-03-21Rename AttributeSet to AttributeListReid Kleckner1-11/+11
2017-03-14SamplePGO ThinLTO ICP fix for local functions.Dehao Chen1-0/+6
2017-02-11Address Mehdi's post-commit review comments on r294795.Peter Collingbourne1-0/+4
2017-02-10IR: Function summary extensions for whole-program devirtualization pass.Peter Collingbourne1-2/+42
2017-02-03Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini1-5/+4
2017-02-03[ThinLTO] Add an auto-hide featureMehdi Amini1-4/+5
2017-02-02Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini1-5/+4
2017-02-02[ThinLTO] Add an auto-hide featureMehdi Amini1-4/+5
2017-02-02Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini1-5/+4
2017-02-02[ThinLTO] Add an auto-hide featureMehdi Amini1-4/+5
2017-01-20[ThinLTO] Fix lazy-loading of MDString instruction attachmentsMehdi Amini1-1/+1
2017-01-05ThinLTO: add early "dead-stripping" on the IndexTeresa Johnson1-1/+5
2017-01-05[ThinLTO] Subsume all importing checks into a single flagTeresa Johnson1-8/+4
2016-12-22Clear the PendingTypeTests vector after moving from it.Peter Collingbourne1-0/+2
2016-12-21IR: Function summary representation for type tests.Peter Collingbourne1-2/+12
2016-12-20IR: Eliminate non-determinism in the module summary analysis.Peter Collingbourne1-71/+58
2016-12-16[ThinLTO] Import composite types as declarationsTeresa Johnson1-17/+20