summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader
Commit message (Expand)AuthorAgeFilesLines
* [IR] Upgrade comment token in objc retain release marker for asm callGerolf Hoflehner2018-04-171-0/+2
* [Bitcode] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-051-1/+1
* [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
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-4/+5
* 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
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-121-3/+10
* Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-121-2/+3
* Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov2018-02-071-3/+2
* [DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov2018-02-071-2/+3
* [ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed b...Teresa Johnson2018-02-071-0/+10
* Add DWARF for discriminated unionsAdrian Prantl2018-02-061-2/+5
* 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
* [Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen2018-01-241-7/+18
* [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
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-01-171-1/+1
* 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
* Remove redundant includes from lib/Bitcode.Michael Zolotukhin2017-12-132-5/+0
* 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
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-2/+3
* [Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-09-073-69/+96
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-301-9/+13
* 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
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-191-3/+5
* 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
* Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn2017-06-141-31/+92
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne2017-06-121-0/+10
OpenPOWER on IntegriCloud