aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-29Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne1-1/+10
2019-05-22[IR] allow fast-math-flags on select of FP valuesSanjay Patel1-1/+5
2019-05-10[ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligibleTeresa Johnson1-0/+1
2019-04-08Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl1-0/+16
2019-03-12IR: Add immarg attributeMatt Arsenault1-0/+2
2019-02-08Implementation of asm-goto support in LLVMCraig Topper1-0/+35
2019-01-24Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner1-2/+0
2019-01-24[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner1-0/+2
2019-01-22Reapply "IR: Add fp operations to atomicrmw"Matt Arsenault1-0/+2
2019-01-22Revert r351778: IR: Add fp operations to atomicrmwChandler Carruth1-2/+0
2019-01-22IR: Add fp operations to atomicrmwMatt Arsenault1-0/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-17Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson1-56/+5
2019-01-17[ThinLTO] Add summary entries for index-based WPDTeresa Johnson1-5/+56
2019-01-11[LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson1-0/+11
2018-12-13[ThinLTO] Compute synthetic function entry countEaswaran Raman1-3/+8
2018-11-28[DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson1-6/+4
2018-11-17Use llvm::copy. NFCFangrui Song1-1/+1
2018-11-16[ThinLTO] Internalize readonly globalsEugene Leviant1-3/+19
2018-11-13[IR] Add a dedicated FNeg IR InstructionCameron McInally1-1/+51
2018-11-13Revert "[ThinLTO] Internalize readonly globals"Steven Wu1-19/+3
2018-11-10[ThinLTO] Internalize readonly globalsEugene Leviant1-3/+19
2018-11-06[ThinLTO] Split NotEligibleToImport into legality and inlinability flagsTeresa Johnson1-0/+1
2018-10-03Emit template type and value parameter DIEs for template variables.Matthew Voss1-2/+2
2018-09-25[ThinLTO] Efficiency fix for writing type id records in per-module indexesTeresa Johnson1-6/+7
2018-09-20[IR] Add a boolean field in DILocation to know if a line must covered or notCalixte Denizet1-0/+3
2018-09-19[ThinLTO] Write TYPE_IDs for types used in functions imported by aliasesVitaly Buka1-0/+3