aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-31Remove "mask" operand from shufflevector.Eli Friedman1-2/+3
2020-03-11Add an SDK attribute to DICompileUnitAdrian Prantl1-0/+1
2020-03-03[Bitcode] Fix -Wswitch after c5ec8890c95bf9f56beff285efbcc7b797ffb15aFangrui Song1-0/+3
2020-03-02Reland "[DebugInfo][clang][DWARF5]: Added support for debuginfo generation fo...Awanish Pandey1-0/+2
2020-03-02Revert "[DebugInfo][clang][DWARF5]: Added support for debuginfo generation fo...Hans Wennborg1-2/+0
2020-03-02[DebugInfo][clang][DWARF5]: Added support for debuginfo generation for defaul...Awanish Pandey1-0/+2
2020-02-18[NFC] Silence compiler warning [-Wmissing-braces].Huihui Zhang1-1/+1
2020-02-18[Assembler] Emit summary index flagsevgeny1-14/+1
2020-02-17Strength reduce vectors into arrays. NFCI.Benjamin Kramer1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-4/+6
2020-01-23[ThinLTO] Summarize vcall_visibility metadataTeresa Johnson1-2/+2
2020-01-17Move the sysroot attribute from DIModule to DICompileUnitAdrian Prantl1-0/+2
2020-01-17Revert "Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot"Adrian Prantl1-2/+0
2020-01-17Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl1-0/+2
2020-01-15[ThinLTO] Always import constantsevgeny1-1/+2
2019-12-30Revert "DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/...David Blaikie1-1/+0
2019-12-27DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/deserial...David Blaikie1-0/+1
2019-12-12[LTO] Support for embedding bitcode section during LTOTeresa Johnson1-1/+124
2019-11-18Fix error message missed in commit dde589389fcb8b5098f7a47f1b781b27d29a0cac.Andrew Browne1-7/+6
2019-11-12[IR] Redefine Freeze instructionaqjune1-23/+27
2019-11-08ThinLTO : Import always_inline functions irrespective of the thresholdTeresa Johnson1-0/+1
2019-11-07[ThinLTO] Import readonly vars with refsevgeny1-1/+3
2019-11-05[IR] Add Freeze instructionaqjune1-23/+23
2019-10-07[Bitcode] Update naming of UNOP_NEG to UNOP_FNEGCameron McInally1-1/+1
2019-09-25[IR] allow fast-math-flags on phi of FP values (2nd try)Sanjay Patel1-0/+5
2019-09-25Revert [IR] allow fast-math-flags on phi of FP valuesSanjay Patel1-5/+0
2019-09-25[IR] allow fast-math-flags on phi of FP valuesSanjay Patel1-0/+5
2019-08-23Do a sweep of symbol internalization. NFC.Benjamin Kramer1-1/+1
2019-07-15ARM MTE stack sanitizer.Evgeniy Stepanov1-0/+2
2019-07-11[Attributor] Deduce "nosync" function attribute.Stefan Stipanovic1-0/+2
2019-07-09[ThinLTO] only emit used or referenced CFI records to indexBob Haarman1-8/+22
2019-07-08Add, and infer, a nofree function attributeBrian Homerding1-0/+2
2019-07-05[ThinLTO] Attempt to recommit r365188 after alignment fixEugene Leviant1-11/+21
2019-07-05Reverted r365188 due to alignment problems on i686-androidEugene Leviant1-21/+11
2019-07-05Scalable Vector IR Type with further LTO fixesGraham Hunter1-1/+4
2019-07-05[ThinLTO] Attempt to recommit r365040 after caching fixEugene Leviant1-11/+21
2019-07-04Revert [ThinLTO] Optimize writeonly globals outReid Kleckner1-21/+11
2019-07-03[Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih1-2/+2
2019-07-03[ThinLTO] Optimize writeonly globals outEugene Leviant1-11/+21
2019-07-02[ThinLTO] Address post-review suggestions for index-based WPD summaryTeresa Johnson1-14/+11
2019-07-02[ThinLTO] Add summary entries for index-based WPDTeresa Johnson1-5/+67
2019-06-27[Attr] Add "willreturn" function attributeJohannes Doerfert1-0/+2
2019-06-27Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"Hans Wennborg1-4/+1
2019-06-18[SVE][IR] Scalable Vector IR Type with pr42210 fixGraham Hunter1-1/+4
2019-06-13[ThinLTO][Bitcode] Add 'entrycount' to FS_COMBINED_PROFILE. NFCEugene Leviant1-0/+1
2019-06-09Revert r361953 "[SVE][IR] Scalable Vector IR Type"Nico Weber1-4/+1
2019-05-30Reapply: IR: add optional type to 'byval' function parametersTim Northover1-4/+11
2019-05-29Revert "IR: add optional type to 'byval' function parameters"Tim Northover1-11/+4
2019-05-29IR: add optional type to 'byval' function parametersTim Northover1-4/+11
2019-05-29[SVE][IR] Scalable Vector IR TypeGraham Hunter1-1/+4