summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [ThinLTO] Only emit referenced type id records in index filesTeresa Johnson2018-07-191-5/+19
* [ThinLTO] Parse module summary index from assemblyTeresa Johnson2018-06-261-2/+2
* [ThinLTO] Compute GUID directly from GV when building per-module indexTeresa Johnson2018-06-261-2/+2
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+16
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [Bitcode] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-051-1/+1
* Add the ShadowCallStack attributeVlad Tsyrklevich2018-04-031-0/+2
* [ThinLTO] Add an option to force summary call edges cold for debuggingTeresa Johnson2018-03-311-1/+5
* [SimplifyCFG] Create attribute for fuzzing-specific optimizations.Matt Morehouse2018-03-221-0/+2
* [X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon2018-03-171-0/+2
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-0/+3
* bitcode support change for fast flags compatibilitySteven Wu2018-02-191-8/+8
* [ThinLTO] Allow indexing to request backend to ignore the moduleVitaly Buka2018-02-161-4/+7
* [ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_SUMMARY_BLOCKVitaly Buka2018-02-141-0/+53
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-141-16/+15
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-121-2/+9
* Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-121-1/+1
* Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov2018-02-071-1/+1
* [DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov2018-02-071-1/+1
* [ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed b...Teresa Johnson2018-02-071-0/+5
* Add DWARF for discriminated unionsAdrian Prantl2018-02-061-0/+1
* Re-land "[ThinLTO] Add call edges' relative block frequency to per-module sum...Easwaran Raman2018-01-251-10/+21
* Revert "[ThinLTO] Add call edges' relative block frequency to per-module summ...Easwaran Raman2018-01-241-19/+9
* [ThinLTO] Add call edges' relative block frequency to per-module summary.Easwaran Raman2018-01-241-9/+19
* [Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen2018-01-241-2/+3
* Allow dso_local on ifunc.Rafael Espindola2018-01-121-1/+2
* Add hasProfileData() to check if a function has profile data. NFC.Easwaran Raman2017-12-221-1/+1
* [ThinLTO] Enable importing of aliases as copy of aliaseeTeresa Johnson2017-12-161-5/+17
* Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov2017-12-091-0/+2
* [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-0/+2
* Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."Sean Fertile2017-11-041-2/+0
* [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile2017-11-031-0/+2
* Represent runtime preemption in the IR.Sean Fertile2017-10-261-4/+11
* [llvm] Fix some typos. NFC.Mandeep Singh Grang2017-09-151-1/+1
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-0/+1
* [Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-09-071-16/+59
* Move helper classes into anonymous namespaces.Benjamin Kramer2017-08-201-0/+2
* Add more commentXinliang David Li2017-08-161-1/+9
* [PGO] Fix ThinLTO crash Xinliang David Li2017-08-161-0/+6
* Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor2017-08-141-0/+2
* [ThinLTO] Add FunctionAttrs to ThinLTO indexCharles Saternos2017-08-041-3/+18
* ThinLTO Minimized Bitcode File Size ReductionHaojie Wang2017-07-211-65/+236
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-191-0/+1
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-13/+30
* Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne2017-07-061-6/+15
* Bitcode: Write the irsymtab to disk.Peter Collingbourne2017-06-271-0/+44
* [cfi] CFI-ICall for ThinLTO.Evgeniy Stepanov2017-06-161-12/+38
* Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn2017-06-141-1/+1
OpenPOWER on IntegriCloud