aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader
AgeCommit message (Expand)Author
2017-11-06[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel
2017-11-04[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile
2017-11-04Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."Sean Fertile
2017-11-03[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile
2017-10-26Represent runtime preemption in the IR.Sean Fertile
2017-10-06Bitcode: add an auto-upgrade for LTO section nameSaleem Abdulrasool
2017-09-13[ThinLTO] AliasSummary should not have any referencesTeresa Johnson
2017-09-12IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne
2017-09-07[Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-08-14Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor
2017-08-04[ThinLTO] Add FunctionAttrs to ThinLTO indexCharles Saternos
2017-07-19Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov
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-14Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn
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-16[MetadataLoader] Remove unused Vector. NFCI.Davide Italiano
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-05-01Rename WeakVH to WeakTrackingVH; NFCSanjoy Das
2017-04-28Remove set but unused variable in BitcodeReader.cpp. NFC.Hans Wennborg
2017-04-28Remove line and file from DINamespace.Adrian Prantl
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-26Turn DISubprogram into a variable-length node.Adrian Prantl
2017-04-26Revert "Turn DISubprogram into a variable-length node."Adrian Prantl
2017-04-26Turn DISubprogram into a variable-length node.Adrian Prantl
2017-04-26Add support for DW_TAG_thrown_type.Adrian Prantl
2017-04-26Reverts commit r301424, r301425 and r301426Sanjoy Das
2017-04-26Rename WeakVH to WeakTrackingVH; NFCSanjoy Das
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