summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)Author
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-23[ThinLTO] Summarize vcall_visibility metadataTeresa Johnson
2020-01-17Move the sysroot attribute from DIModule to DICompileUnitAdrian Prantl
2020-01-17Revert "Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot"Adrian Prantl
2020-01-17Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl
2020-01-15[ThinLTO] Always import constantsevgeny
2019-12-30Revert "DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/...David Blaikie
2019-12-27DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/deserial...David Blaikie
2019-12-12[LTO] Support for embedding bitcode section during LTOTeresa Johnson
2019-11-18Fix error message missed in commit dde589389fcb8b5098f7a47f1b781b27d29a0cac.Andrew Browne
2019-11-12[IR] Redefine Freeze instructionaqjune
2019-11-08ThinLTO : Import always_inline functions irrespective of the thresholdTeresa Johnson
2019-11-07[ThinLTO] Import readonly vars with refsevgeny
2019-11-05[IR] Add Freeze instructionaqjune
2019-10-07[Bitcode] Update naming of UNOP_NEG to UNOP_FNEGCameron McInally
2019-09-25[IR] allow fast-math-flags on phi of FP values (2nd try)Sanjay Patel
2019-09-25Revert [IR] allow fast-math-flags on phi of FP valuesSanjay Patel
2019-09-25[IR] allow fast-math-flags on phi of FP valuesSanjay Patel
2019-08-23Do a sweep of symbol internalization. NFC.Benjamin Kramer
2019-07-15ARM MTE stack sanitizer.Evgeniy Stepanov
2019-07-11[Attributor] Deduce "nosync" function attribute.Stefan Stipanovic
2019-07-09[ThinLTO] only emit used or referenced CFI records to indexBob Haarman
2019-07-08Add, and infer, a nofree function attributeBrian Homerding
2019-07-05[ThinLTO] Attempt to recommit r365188 after alignment fixEugene Leviant
2019-07-05Reverted r365188 due to alignment problems on i686-androidEugene Leviant
2019-07-05Scalable Vector IR Type with further LTO fixesGraham Hunter
2019-07-05[ThinLTO] Attempt to recommit r365040 after caching fixEugene Leviant
2019-07-04Revert [ThinLTO] Optimize writeonly globals outReid Kleckner
2019-07-03[Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih
2019-07-03[ThinLTO] Optimize writeonly globals outEugene Leviant
2019-07-02[ThinLTO] Address post-review suggestions for index-based WPD summaryTeresa Johnson
2019-07-02[ThinLTO] Add summary entries for index-based WPDTeresa Johnson
2019-06-27[Attr] Add "willreturn" function attributeJohannes Doerfert
2019-06-27Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"Hans Wennborg
2019-06-18[SVE][IR] Scalable Vector IR Type with pr42210 fixGraham Hunter
2019-06-13[ThinLTO][Bitcode] Add 'entrycount' to FS_COMBINED_PROFILE. NFCEugene Leviant
2019-06-09Revert r361953 "[SVE][IR] Scalable Vector IR Type"Nico Weber
2019-05-30Reapply: IR: add optional type to 'byval' function parametersTim Northover
2019-05-29Revert "IR: add optional type to 'byval' function parameters"Tim Northover
2019-05-29IR: add optional type to 'byval' function parametersTim Northover
2019-05-29[SVE][IR] Scalable Vector IR TypeGraham Hunter
2019-05-29Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne
2019-05-22[IR] allow fast-math-flags on select of FP valuesSanjay Patel
2019-05-10[ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligibleTeresa Johnson
2019-04-08Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl
2019-03-12IR: Add immarg attributeMatt Arsenault
2019-02-08Implementation of asm-goto support in LLVMCraig Topper
2019-01-24Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner
2019-01-24[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner
2019-01-22Reapply "IR: Add fp operations to atomicrmw"Matt Arsenault