aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-07-05[llvm] A Unified LTO Bitcode FrontendMatthew Voss1-21/+34
2023-06-27[llvm] Move AttributeMask to a separate headerElliot Goodrich1-0/+1
2023-05-08[MemProf] Control availability of hot/cold operator new from LTO linkTeresa Johnson1-1/+1
2023-03-16[ConstExpr] Remove select constant expressionNikita Popov1-4/+7
2023-03-14[LLVM] Remove support for constant scalable vector GEPs.Paul Walker1-2/+7
2023-02-24IR: Add nofpclass parameter attributeMatt Arsenault1-0/+5
2023-02-14Recommit: [NFC][IR] Make Module::getGlobalList() privateVasileios Porpodas1-1/+1
2023-02-14Revert "[NFC][IR] Make Module::getGlobalList() private"Vasileios Porpodas1-1/+1
2023-02-14[NFC][IR] Make Module::getGlobalList() privateVasileios Porpodas1-1/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-02-01[NFC] Use GlobalObject::setAlignment that takes an Align in BitcodeReaderGuillaume Chatelet1-2/+4
2023-01-24IR: Add atomicrmw uinc_wrap and udec_wrapMatt Arsenault1-0/+4
2023-01-18[BitcodeReader] Allow reading pointer types from old IRSebastian Neubauer1-30/+45
2023-01-18Revert "[BitcodeReader] Allow reading pointer types from old IR"Nikita Popov1-45/+30
2023-01-17[BitcodeReader] Allow reading pointer types from old IRSebastian Neubauer1-30/+45
2023-01-12[IR] Support importing modules with invalid data layouts.Jannik Silvanus1-24/+40
2023-01-09[MemProf] Fix combined index handling for localsTeresa Johnson1-2/+6
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-9/+9
2022-12-20[IR] Add a target extension type to LLVM.Joshua Cranmer1-0/+32
2022-12-15[NFC] Rename Instruction::insertAt() to Instruction::insertInto(), to be cons...Vasileios Porpodas1-3/+3
2022-12-14[Bitcode] Remove auto-detection for typed pointersNikita Popov1-5/+1
2022-12-12[NFC] Cleanup: Replaces BB->getInstList().insert() with I->insertAt().Vasileios Porpodas1-3/+3
2022-12-07[Bitcode(Reader|Writer)] Convert Optional to std::optionalKrzysztof Parzyszek1-3/+2
2022-12-05[IR] llvm::Optional => std::optionalFangrui Song1-1/+1
2022-12-02[Bitcode] Use std::nullopt instead of None (NFC)Kazu Hirata1-3/+5
2022-11-25[Reader] Use std::optional in BitcodeReader.cpp (NFC)Kazu Hirata1-2/+3
2022-11-22GlobalIFunc: Make ifunc respect function address spacesMatt Arsenault1-2/+2
2022-11-16Restore "[MemProf] ThinLTO summary support" with more fixesTeresa Johnson1-21/+140
2022-11-16Revert "Restore "[MemProf] ThinLTO summary support" with fixes"Jeremy Morse1-140/+21
2022-11-15Restore "[MemProf] ThinLTO summary support" with fixesTeresa Johnson1-21/+140
2022-11-15Revert "[MemProf] ThinLTO summary support"Teresa Johnson1-140/+21
2022-11-15[MemProf] ThinLTO summary supportTeresa Johnson1-21/+140
2022-11-14[TableGen] Use MemoryEffects to represent intrinsic memory effects (NFCI)Nikita Popov1-1/+1
2022-11-04[IR] Switch everything to use memory attributeNikita Popov1-13/+77
2022-10-21[IR] Add support for memory attributeNikita Popov1-0/+5
2022-10-21[Bitcode] Remove redundant intrinsic remangling (NFCI)Nikita Popov1-19/+0
2022-10-19[BitcodeReader] Convert pair to triple in preparation for MemProf (NFC)Teresa Johnson1-27/+27
2022-09-30[IR] Don't allow DLL storage-class and local linkageBen Dunbobbin1-8/+23
2022-09-08[ConstantExpr] Remove fneg expressionNikita Popov1-3/+6
2022-09-07[Bitcode] Fix constexpr autoupgrade for arrays and structsNikita Popov1-2/+9
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-08-07[llvm] Fix comment typos (NFC)Kazu Hirata1-1/+1
2022-08-04[InstrProf] Add the skipprofile attributeEllis Hoag1-0/+2
2022-07-30[NFC] Switch a few uses of undef to poison as placeholders for unreachable codeNuno Lopes1-1/+1
2022-07-26[WPD] Use new llvm.public.type.test intrinsic for potentially publicly visibl...Arthur Eubanks1-1/+1
2022-07-15[IR] Don't use blockaddresses as callbr argumentsNikita Popov1-0/+55
2022-07-13Remove 'no_sanitize_memtag'. Add 'sanitize_memtag'.Mitch Phillips1-1/+1
2022-07-12[X86] initial -mfunction-return=thunk-extern supportNick Desaulniers1-0/+2
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle1-4/+2
2022-07-10Revert "ManagedStatic: remove many straightforward uses in llvm"Nicolai Hähnle1-2/+4