summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)Author
2020-12-18[DebugInfo] Support Fortran 'use <external module>' statement.Chih-Ping Chen
2020-12-17[IR][PGO] Add hot func attribute and use hot/cold attribute in func sectionRong Xu
2020-12-14[clang][IR] Add support for leaf attributeGulfem Savrun Yeniceri
2020-11-25Adding PoisonValue for representing poison value explicitly in IRZhengyang Liu
2020-11-17Revert "[IR] add fn attr for no_stack_protector; prevent inlining on mismatch"Nick Desaulniers
2020-10-28[ThinLTO] Fix .llvmcmd emissionMircea Trofin
2020-10-29[DebugInfo] Support for DW_TAG_generic_subrangeAlok Kumar Sharma
2020-10-28[NFC][ThinLTO] Change command line passing to EmbedBitcodeInModuleMircea Trofin
2020-10-23[IR] add fn attr for no_stack_protector; prevent inlining on mismatchNick Desaulniers
2020-10-20[IR] Adds mustprogress as a LLVM IR attributeAtmn Patel
2020-10-10[DebugInfo] Support for DWARF attribute DW_AT_rankAlok Kumar Sharma
2020-09-17Flush bitcode incrementally for LTO outputJianzhou Zhao
2020-09-10[NFC][ThinLTO] Let llvm::EmbedBitcodeInModule handle serialization.Mircea Trofin
2020-08-29Set alignment of .llvmbc and .llvmcmd to 1Fangrui Song
2020-08-28[SVE] Make ElementCount members privateDavid Sherwood
2020-08-22[DebugInfo][flang]Added support for representing Fortran assumed length stringsSourabh Singh Tomar
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