summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)Author
2020-08-14[StackSafety] Use ValueInfo in ParamAccess::CallVitaly Buka
2020-08-11[SystemZ/ZOS] Add binary format goff and operating system zos to the tripleKai Nacke
2020-07-27[NFC] Move BitcodeCommon.h from Bitstream to BitcodeGuillaume Chatelet
2020-07-27[Alignment][NFC] Update Bitcodewriter to use AlignGuillaume Chatelet
2020-07-20[DebugInfo] Support for DW_AT_associated and DW_AT_allocated.Alok Kumar Sharma
2020-07-20IR: Define byref parameter attributeMatt Arsenault
2020-07-08[LLVM] Accept `noundef` attribute in function definitions/callsGui Andrade
2020-06-23Remove GlobalValue::getAlignment().Eli Friedman
2020-06-23[SVE] Remove calls to VectorType::getNumElements from BitcodeChristopher Tetreault
2020-06-10[StackSafety] Add info into function summaryVitaly Buka
2020-05-28[ThinLTO] Compute the basic block count across modules.Hiroshi Yamauchi
2020-05-28Fixed bot failure after d20bf5a7258d4b6a7Alok Kumar Sharma
2020-05-28[DebugInfo] Upgrade DISubrange to support Fortran dynamic arraysAlok Kumar Sharma
2020-05-15[IR] Convert null-pointer-is-valid into an enum attributeNikita Popov
2020-05-15[IR][BFloat] Add BFloat IR typeTies Stuij
2020-05-15[DebugInfo] support for DW_AT_data_location in llvmAlok Kumar Sharma
2020-05-13[DebugInfo] Fortran module DebugInfo support in LLVMSourabh Singh Tomar
2020-05-12Add nomerge function attribute to supress tail merge optimization in simplifyCFGZequan Wu
2020-04-27[IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand().Craig Topper
2020-04-27Add IR constructs for preallocated (inalloca replacement)Arthur Eubanks
2020-04-23[llvm][NFC][CallSite] Remove ImmutableCallSite from a few locationsMircea Trofin
2020-04-23[SVE] Remove isScalable from BitcodeChristopher Tetreault
2020-04-22[SVE] Add new VectorType subclassesChristopher Tetreault
2020-04-18[DebugInfo] Change DIEnumerator payload type from int64_t to APIntLemonBoy
2020-04-06Remove SequentialType from the type heirarchy.Eli Friedman
2020-03-31Remove "mask" operand from shufflevector.Eli Friedman
2020-03-11Add an SDK attribute to DICompileUnitAdrian Prantl
2020-03-03[Bitcode] Fix -Wswitch after c5ec8890c95bf9f56beff285efbcc7b797ffb15aFangrui Song
2020-03-02Reland "[DebugInfo][clang][DWARF5]: Added support for debuginfo generation fo...Awanish Pandey
2020-03-02Revert "[DebugInfo][clang][DWARF5]: Added support for debuginfo generation fo...Hans Wennborg
2020-03-02[DebugInfo][clang][DWARF5]: Added support for debuginfo generation for defaul...Awanish Pandey
2020-02-18[NFC] Silence compiler warning [-Wmissing-braces].Huihui Zhang
2020-02-18[Assembler] Emit summary index flagsevgeny
2020-02-17Strength reduce vectors into arrays. NFCI.Benjamin Kramer
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