summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)Author
2018-02-12Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov
2018-02-07Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov
2018-02-07[DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov
2018-02-07[ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed b...Teresa Johnson
2018-02-06Add DWARF for discriminated unionsAdrian Prantl
2018-01-25Re-land "[ThinLTO] Add call edges' relative block frequency to per-module sum...Easwaran Raman
2018-01-24Revert "[ThinLTO] Add call edges' relative block frequency to per-module summ...Easwaran Raman
2018-01-24[ThinLTO] Add call edges' relative block frequency to per-module summary.Easwaran Raman
2018-01-24[Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen
2018-01-22[ThinLTO] Re-commit of dot dumper after test fixEugene Leviant
2018-01-21Temporarily revert r323062 to investigate buildbot failuresEugene Leviant
2018-01-21[ThinLTO] Implement summary visualizerEugene Leviant
2018-01-17[NFC] fix trivial typos in commentsHiroshi Inoue
2018-01-12Allow dso_local on ifunc.Rafael Espindola
2017-12-22Add hasProfileData() to check if a function has profile data. NFC.Easwaran Raman
2017-12-16[ThinLTO] Enable importing of aliases as copy of aliaseeTeresa Johnson
2017-12-13Remove redundant includes from lib/Bitcode.Michael Zolotukhin
2017-12-09Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov
2017-11-14[WebAssembly] Explicily disable comdat support for wasm outputSam Clegg
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-11-03Modularize: Include some required headersDavid Blaikie
2017-10-26Represent runtime preemption in the IR.Sean Fertile
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-10-06Bitcode: add an auto-upgrade for LTO section nameSaleem Abdulrasool
2017-09-15[llvm] Fix some typos. NFC.Mandeep Singh Grang
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-20Move helper classes into anonymous namespaces.Benjamin Kramer
2017-08-16Add more commentXinliang David Li
2017-08-16[PGO] Fix ThinLTO crash Xinliang David Li
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-21ThinLTO Minimized Bitcode File Size ReductionHaojie Wang
2017-07-19Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov
2017-07-06Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne
2017-06-28Add missing library dependency.Peter Collingbourne
2017-06-27Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.Peter Collingbourne
2017-06-27Bitcode: Write the irsymtab 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