summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader
AgeCommit message (Expand)Author
2020-03-31Remove "mask" operand from shufflevector.Eli Friedman
2020-03-11Add debug info support for Swift/Clang APINotes.Adrian Prantl
2020-03-11Add an SDK attribute to DICompileUnitAdrian Prantl
2020-03-03[NFC] Try fix ubsan buildbot after 876d13378931bee3dcefafff8729c40d5457ff31Tyker
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[Assembler] Emit summary index flagsevgeny
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-23[ThinLTO] Summarize vcall_visibility metadataTeresa Johnson
2020-01-22[SVE] Pass Scalable argument to VectorType::get in Bitcode ReaderChris Tetreault
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-17Revert "[SVE] Pass Scalable argument to VectorType::get in Bitcode Reader"Eli Friedman
2020-01-17[SVE] Pass Scalable argument to VectorType::get in Bitcode ReaderChristopher Tetreault
2020-01-17Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl
2020-01-15[ThinLTO] Always import constantsevgeny
2020-01-06[NFC] Fix trivial typos in commentsJames Henderson
2019-12-30Revert "DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/...David Blaikie
2019-12-30Ignore "no-frame-pointer-elim" and "no-frame-pointer-elim-non-leaf" in favor ...Fangrui Song
2019-12-27DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/deserial...David Blaikie
2019-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard
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-11-03[BitcodeReader] Fixed use after move warnings. NFCI.Dávid Bolvanský
2019-11-03[BitcodeReader] Fixed null check after dereferencing warning. NFCI.Dávid Bolvanský
2019-11-03[BitcodeReader] Fixed null pointer dereferencing warning. NFCI.Dávid Bolvanský
2019-10-30[IR] Allow fast math flags on calls with floating point array type.Jay Foad
2019-10-25[Alignment][NFC] Convert AllocaInst to MaybeAlignGuillaume Chatelet
2019-10-22[Alignment][NFC] Convert StoreInst to MaybeAlignGuillaume Chatelet
2019-10-22[Alignment][NFC] Convert LoadInst to MaybeAlignGuillaume Chatelet
2019-10-15[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)Guillaume Chatelet
2019-10-14Add FMF to vector ops for phiMichael Berg
2019-10-07[Bitcode] Update naming of UNOP_NEG to UNOP_FNEGCameron McInally
2019-10-02MetadataLoader upgradeCUVariables() - silence static analyzer dyn_cast_or_nul...Simon Pilgrim
2019-09-26MetadataLoader lazyLoadOneMetadata - silence static analyzer dyn_cast<MDNode>...Simon Pilgrim
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-09-18Add AutoUpgrade function to add new address space datalayout string to existi...Amy Huang
2019-08-21[BitcodeReader] Check if we can create a null constant for type.Florian Hahn
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-13[AutoUpgrader] Make ArcRuntime Autoupgrader more conservativeSteven Wu
2019-08-08[ObjC][ARC] Upgrade calls to ARC runtime functions to intrinsic calls ifAkira Hatanaka
2019-07-31Reland: [Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih