aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-11-09[Coroutines] Introduce [[clang::coro_only_destroy_when_complete]] (#71014)Chuanqi Xu1-0/+2
2023-11-03[IR] Remove zext and sext constant expressions (#71040)Nikita Popov1-0/+3
2023-11-01[IR] Add writable attributeNikita Popov1-0/+2
2023-10-30[IR] Add zext nneg flag (#67982)Nikita Popov1-3/+7
2023-10-18[llvm] Use StringRef::contains (NFC)Kazu Hirata1-1/+1
2023-10-18[LLVM] Add new attribute `optdebug` to optimize for debugging (#66632)Stephen Tozer1-0/+2
2023-10-05[BitcodeReader] Replace unsupported constexprs in metadata with undefNikita Popov1-1/+1
2023-09-28[Bitcode] Support expanding constant expressions in function metadataNikita Popov1-1/+1
2023-09-01[LTO] Remove module id from summary indexTeresa Johnson1-17/+11
2023-08-21[IR] Remove SDivOperator/UDivOperator (NFC)Nikita Popov1-1/+1
2023-07-28[BitcodeReader] Add missing () to disambiguate precedence. NFCJon Roelofs1-1/+1
2023-07-18[Bitcode] Remove uses of isOpaqueOrPointeeTypeEquals() (NFC)Nikita Popov1-27/+5
2023-07-14[llvm][clang] Remove uses of isOpaquePointerTy() (NFC)Nikita Popov1-11/+0
2023-07-14[llvm] Remove calls to supportsTypedPointers() (NFC)Nikita Popov1-3/+0
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