summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Compute synthetic function entry countEaswaran Raman2018-12-131-8/+18
* [ModuleSummary] use StringRefs to avoid a redundant copy; NFCGeorge Burgess IV2018-12-071-1/+1
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-161-7/+44
* [ThinLTO] Fix a crash in lazy loading of MetadataTeresa Johnson2018-11-141-2/+4
* [IR] Add a dedicated FNeg IR InstructionCameron McInally2018-11-131-0/+47
* Revert "[ThinLTO] Internalize readonly globals"Steven Wu2018-11-131-44/+7
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-101-7/+44
* [ThinLTO] Split NotEligibleToImport into legality and inlinability flagsTeresa Johnson2018-11-061-0/+1
* Revert "[ThinLTO] Fix a crash in lazy loading of Metadata"Teresa Johnson2018-10-231-4/+2
* [ThinLTO] Fix a crash in lazy loading of MetadataTeresa Johnson2018-10-231-2/+4
* [IR] Add a boolean field in DILocation to know if a line must covered or notCalixte Denizet2018-09-201-1/+2
* [x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth2018-09-041-0/+4
* [IR] Replace `isa<TerminatorInst>` with `isTerminator()`.Chandler Carruth2018-08-261-1/+1
* Allow creating llvm::Function in non-zero address spacesAlexander Richardson2018-08-231-3/+7
* [BitcodeReader] Infer the correct runtime preemption for GlobalValueSteven Wu2018-07-091-0/+11
* [ThinLTO] Add string saver onto index for value namesTeresa Johnson2018-06-261-3/+6
* [ThinLTO] Add per-module indexes to combined index consistentlyTeresa Johnson2018-06-261-7/+15
* [ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)Teresa Johnson2018-06-061-2/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-3/+3
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [IR] Upgrade comment token in objc retain release marker for asm callGerolf Hoflehner2018-04-171-0/+2
* [IR] Upgrade comment token in objc retain release markerGerolf Hoflehner2018-04-051-0/+3
* Add the ShadowCallStack attributeVlad Tsyrklevich2018-04-031-0/+3
* [SimplifyCFG] Create attribute for fuzzing-specific optimizations.Matt Morehouse2018-03-221-0/+3
* [X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon2018-03-171-0/+3
* bitcode support change for fast flags compatibilitySteven Wu2018-02-191-7/+9
* [ThinLTO] Allow indexing to request backend to ignore the moduleVitaly Buka2018-02-161-1/+4
* [ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_SUMMARY_BLOCKVitaly Buka2018-02-141-0/+55
* [ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed b...Teresa Johnson2018-02-071-0/+10
* Re-land "[ThinLTO] Add call edges' relative block frequency to per-module sum...Easwaran Raman2018-01-251-6/+17
* Revert "[ThinLTO] Add call edges' relative block frequency to per-module summ...Easwaran Raman2018-01-241-17/+6
* [ThinLTO] Add call edges' relative block frequency to per-module summary.Easwaran Raman2018-01-241-6/+17
* [ThinLTO] Re-commit of dot dumper after test fixEugene Leviant2018-01-221-3/+8
* Temporarily revert r323062 to investigate buildbot failuresEugene Leviant2018-01-211-8/+3
* [ThinLTO] Implement summary visualizerEugene Leviant2018-01-211-3/+8
* Allow dso_local on ifunc.Rafael Espindola2018-01-121-8/+11
* [ThinLTO] Enable importing of aliases as copy of aliaseeTeresa Johnson2017-12-161-2/+2
* Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov2017-12-091-0/+3
* [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
OpenPOWER on IntegriCloud