summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Explicily disable comdat support for wasm outputSam Clegg2017-11-141-3/+3
* [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel2017-11-061-2/+4
* [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile2017-11-041-1/+3
* Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."Sean Fertile2017-11-041-3/+1
* [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile2017-11-031-1/+3
* Represent runtime preemption in the IR.Sean Fertile2017-10-261-4/+25
* Bitcode: add an auto-upgrade for LTO section nameSaleem Abdulrasool2017-10-061-1/+1
* [ThinLTO] AliasSummary should not have any referencesTeresa Johnson2017-09-131-3/+2
* [Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-09-071-58/+58
* Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor2017-08-141-0/+3
* [ThinLTO] Add FunctionAttrs to ThinLTO indexCharles Saternos2017-08-041-13/+39
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-23/+69
* Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.Peter Collingbourne2017-06-271-4/+28
* Fix build warning on 32-bit targets where sizeof(size_t) < sizeof(long long).Evgeniy Stepanov2017-06-161-2/+4
* [cfi] CFI-ICall for ThinLTO.Evgeniy Stepanov2017-06-161-0/+12
* Apply summary-based dead stripping to regular LTO modules with summaries.Peter Collingbourne2017-06-151-13/+20
* IR: Tweak the API around adding modules to the summary index.Peter Collingbourne2017-06-141-15/+15
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne2017-06-121-0/+10
* Bitcode: Introduce a BitcodeFileContents data type. NFCI.Peter Collingbourne2017-06-081-7/+15
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* (NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov2017-06-011-3/+3
* [IR] De-virtualize ~Value to save a vptrReid Kleckner2017-05-181-2/+2
* Remove ignore-empty-index-file optionTeresa Johnson2017-05-121-8/+2
* [IR] Allow attributes with global variablesJaved Absar2017-05-111-1/+6
* Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne2017-05-041-36/+41
* Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...Eric Liu2017-05-041-41/+36
* IR: Use pointers instead of GUIDs to represent edges in the module summary. N...Peter Collingbourne2017-05-041-36/+41
* Fix a pessimising move warning.Peter Collingbourne2017-05-011-5/+1
* Bitcode: Make the summary reader responsible for merging. NFCI.Peter Collingbourne2017-05-011-23/+62
* Object: Remove ModuleSummaryIndexObjectFile class.Peter Collingbourne2017-05-011-0/+18
* Remove set but unused variable in BitcodeReader.cpp. NFC.Hans Wennborg2017-04-281-4/+0
* Add speculatable function attributeMatt Arsenault2017-04-281-0/+3
* Bitcode: Do not remove empty summary entries when reading a per-module summary.Peter Collingbourne2017-04-281-10/+0
* PR32382: Fix emitting complex DWARF expressions.Adrian Prantl2017-04-181-0/+1
* Bitcode: Add a string table to the bitcode format.Peter Collingbourne2017-04-171-78/+237
* Bitcode: Move version and global value module code parsers to separate functi...Peter Collingbourne2017-04-121-240/+276
* Allow DataLayout to specify addrspace for allocas.Matt Arsenault2017-04-101-1/+6
* Bitcode: Merge the code for parsing global value module codes in the summary ...Peter Collingbourne2017-04-101-26/+6
* Bitcode: Do not create FNENTRYs for aliases of functions.Peter Collingbourne2017-04-061-11/+5
* Bitcode: Remove reader support for MODULE_CODE_PURGEVALS.Peter Collingbourne2017-04-031-7/+0
* [IR] Add AllowContract to FastMathFlagsAdam Nemet2017-03-281-0/+2
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-11/+11
* SamplePGO ThinLTO ICP fix for local functions.Dehao Chen2017-03-141-0/+6
* Address Mehdi's post-commit review comments on r294795.Peter Collingbourne2017-02-111-0/+4
* IR: Function summary extensions for whole-program devirtualization pass.Peter Collingbourne2017-02-101-2/+42
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-031-5/+4
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-031-4/+5
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-021-5/+4
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-021-4/+5
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-021-5/+4
OpenPOWER on IntegriCloud