aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-17[IR] Upgrade comment token in objc retain release marker for asm callGerolf Hoflehner1-0/+2
2018-04-05[IR] Upgrade comment token in objc retain release markerGerolf Hoflehner1-0/+3
2018-04-03Add the ShadowCallStack attributeVlad Tsyrklevich1-0/+3
2018-03-22[SimplifyCFG] Create attribute for fuzzing-specific optimizations.Matt Morehouse1-0/+3
2018-03-17[X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon1-0/+3
2018-02-19bitcode support change for fast flags compatibilitySteven Wu1-7/+9
2018-02-16[ThinLTO] Allow indexing to request backend to ignore the moduleVitaly Buka1-1/+4
2018-02-14[ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_SUMMARY_BLOCKVitaly Buka1-0/+55
2018-02-07[ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed b...Teresa Johnson1-0/+10
2018-01-25Re-land "[ThinLTO] Add call edges' relative block frequency to per-module sum...Easwaran Raman1-6/+17
2018-01-24Revert "[ThinLTO] Add call edges' relative block frequency to per-module summ...Easwaran Raman1-17/+6
2018-01-24[ThinLTO] Add call edges' relative block frequency to per-module summary.Easwaran Raman1-6/+17
2018-01-22[ThinLTO] Re-commit of dot dumper after test fixEugene Leviant1-3/+8
2018-01-21Temporarily revert r323062 to investigate buildbot failuresEugene Leviant1-8/+3
2018-01-21[ThinLTO] Implement summary visualizerEugene Leviant1-3/+8
2018-01-12Allow dso_local on ifunc.Rafael Espindola1-8/+11
2017-12-16[ThinLTO] Enable importing of aliases as copy of aliaseeTeresa Johnson1-2/+2
2017-12-09Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov1-0/+3
2017-11-14[WebAssembly] Explicily disable comdat support for wasm outputSam Clegg1-3/+3
2017-11-06[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel1-2/+4
2017-11-04[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile1-1/+3
2017-11-04Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."Sean Fertile1-3/+1
2017-11-03[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile1-1/+3
2017-10-26Represent runtime preemption in the IR.Sean Fertile1-4/+25
2017-10-06Bitcode: add an auto-upgrade for LTO section nameSaleem Abdulrasool1-1/+1
2017-09-13[ThinLTO] AliasSummary should not have any referencesTeresa Johnson1-3/+2
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