summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)Author
2020-05-15[DebugInfo] support for DW_AT_data_location in llvmAlok Kumar Sharma
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman
2020-05-14[BitcodeReader] datalayout must be specified before it is queried.Eli Friedman
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-30[BitcodeReader] Simplify raw attribute handling (NFC)Nikita Popov
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-24ValueEnumerator.h - remove unnecessary includes. NFC.Simon Pilgrim
2020-04-24MetadataLoader.h - remove unnecessary Error forward declaration. NFC.Simon Pilgrim
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-22MetadataLoader.h - remove unused MDNode forward declaration. NFC.Simon Pilgrim
2020-04-20Recommit: DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serializatio...David Blaikie
2020-04-18[DebugInfo] Change DIEnumerator payload type from int64_t to APIntLemonBoy
2020-04-14[llvm][NFC][CallSite] Remove Implementation uses of CallSiteMircea Trofin
2020-04-14[ADT/STLExtras.h] - Add llvm::is_sorted wrapper and update callers.Georgii Rymar
2020-04-14Revert "Move ModuleSummaryAnalysis from libAnalysis to libObject to break the...Mehdi Amini
2020-04-13Move ModuleSummaryAnalysis from libAnalysis to libObject to break the depende...Mehdi Amini
2020-04-08Clean up usages of asserting vector getters in TypeChristopher Tetreault
2020-04-06Remove SequentialType from the type heirarchy.Eli Friedman
2020-04-06[llvm-bcanalyzer] Simplify code. NFCI.Benjamin Kramer
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[Bitcode] Fix -Wswitch after c5ec8890c95bf9f56beff285efbcc7b797ffb15aFangrui Song
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[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-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-12-12[LTO] Support for embedding bitcode section during LTOTeresa Johnson