aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-10-29Fix warnings introduced in #111434 [-Wnontrivial-memaccess]NAKAMURA Takumi1-1/+1
2024-09-19[LLVM] Use {} instead of std::nullopt to initialize empty ArrayRef (#109133)Jay Foad1-1/+1
2024-07-10[ExecutionEngine] Use range-based for loops (NFC) (#98110)Kazu Hirata1-13/+11
2024-06-28[IR] Add getDataLayout() helpers to Function and GlobalValue (#96919)Nikita Popov1-2/+2
2024-01-19[llvm] Use SmallString::operator std::string (NFC)Kazu Hirata1-1/+1
2024-01-16[NFC] sentinal -> sentinelDavid Green1-1/+1
2023-11-07[NFC] Remove Type::getInt8PtrTy (#71029)Paulo Matos1-1/+1
2023-10-20[Interpreter] Add initialization of array members (#66172)Dudeldu1-1/+13
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks1-1/+1
2023-08-10[llvm] Drop some bitcasts and references related to typed pointersBjorn Pettersson1-1/+1
2023-06-08[ExecutionEngine] Support TargetExtType in InterpreterWenju He1-0/+14
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-01-16[llvm][ADT] Replace uses of `makeMutableArrayRef` with deduction guidesJoe Loser1-1/+1
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2021-11-28[llvm] Use range-based for loops (NFC)Kazu Hirata1-2/+1
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2020-10-18[ORC] Remove OrcV1 APIs.Lang Hames1-13/+2
2020-06-30[SVE] Remove calls to VectorType::getNumElements from ExecutionEngineChristopher Tetreault1-10/+18
2020-06-29[Alignment][NFC] migrate DataLayout::getPreferredAlignmentGuillaume Chatelet1-1/+1
2020-04-22[SVE] Add new VectorType subclassesChristopher Tetreault1-16/+19
2020-02-13[AsmPrinter] De-capitalize all AsmPrinter::Emit* but EmitInstructionFangrui Song1-3/+3
2020-01-29Another round of GCC5 fixes.Benjamin Kramer1-2/+2
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-13/+13
2019-09-16[ExecutionEngine] Don't dereference a dyn_cast result. NFCI.Simon Pilgrim1-2/+2
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2
2019-08-07Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer1-13/+13
2019-07-02[C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington1-53/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-24Add handling for GlobalAliases in ExecutionEngine::getConstantValue.Lang Hames1-0/+3
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-6/+7
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-3/+3
2018-01-19[ORC] Re-apply r322913 with a fix for a read-after-free error.Lang Hames1-8/+7
2018-01-19[ORC] Revert r322913 while I investigate an ASan failure.Lang Hames1-7/+8
2018-01-19[ORC] Redesign the JITSymbolResolver interface to support bulk queries.Lang Hames1-8/+7
2018-01-10[ExecutionEngine] Remove an unused variable.Lang Hames1-1/+0
2017-08-03Delete Default and JITDefault code modelsRafael Espindola1-1/+1
2017-03-20Use MutableArrayRef for APFloat::convertToIntegerSimon Pilgrim1-1/+1
2017-03-20Strip trailing whitespaceSimon Pilgrim1-8/+8
2016-12-14Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann1-3/+3
2016-10-01Use StringRef instead of raw pointer in ExecutionEngineMehdi Amini1-3/+3
2016-09-04[ExecutionEngine] Move ObjectCache::anchor from MCJIT to ExecutionEngine.Lang Hames1-0/+3
2016-08-01[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames1-4/+5
2016-06-22IR: Introduce Module::global_objects().Peter Collingbourne1-4/+2
2016-05-18Delete Reloc::Default.Rafael Espindola1-2/+1
2016-01-16GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob1-2/+2
2016-01-14Update to use new name alignTo().Rui Ueyama1-3/+1
2015-10-13ExecutionEngine: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-5/+4
2015-09-21Remove roundingMode argument in APFloat::modStephen Canon1-2/+1
2015-08-03-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie1-1/+1
2015-08-01De-constify pointers to Type since they can't be modified. NFCCraig Topper1-4/+4