summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
AgeCommit message (Expand)Author
2025-11-11Remove unused <utility> inclusionserge-sans-paille
2025-04-16[llvm] Use llvm::append_range (NFC) (#135931)Kazu Hirata
2023-03-06ExternalFunctions.cpp - fix "unknown pragma 'clang'" MSVC warning. NFCI.Simon Pilgrim
2023-03-01[ExecutionEngine] Silence warnings about sprintf use in interpreter.Lang Hames
2022-08-03ManagedStatic: remove from Interpreter/ExternalFunctionsNicolai Hähnle
2021-06-08Use llvm_unreachable for unsupported integer types.Simon Pilgrim
2021-06-06Fix implicit fall through compiler warning. NFCI.Simon Pilgrim
2021-01-06[llvm] Use llvm::append_range (NFC)Kazu Hirata
2020-02-01Make StringRef's std::string conversion operator explicitSylvestre Ledru
2019-08-07Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10[opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight
2018-11-20[ExecutionEngine][Interpreter] Fix out-of-bounds array access.Lang Hames
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-08-23Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko
2015-07-16Fix ffiInvoke() use of DataLayout, broken in 242414Mehdi Amini
2015-07-16Make ExecutionEngine owning a DataLayoutMehdi Amini
2015-07-16Revert "Make ExecutionEngine owning a DataLayout"Michael Kuperstein
2015-07-16Make ExecutionEngine owning a DataLayoutMehdi Amini
2015-06-13[ExecutionEngine] ArrayRefize argument passing.Benjamin Kramer
2015-03-30Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren
2014-09-19Converting FuncNames to a ManagedStatic to avoid static constructors and dest...Chris Bieneman
2014-08-23Support: add llvm::unique_lockDylan Noblesmith
2014-08-23Support: make LLVM Mutexes STL-compatibleDylan Noblesmith
2014-04-24[C++] Use 'nullptr'.Craig Topper
2013-09-11Don't expose symbols of lle_ functions.Benjamin Kramer
2013-09-02llvm interpreter: select, shuffle and insertelement instructions.Elena Demikhovsky
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-02-24EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be...NAKAMURA Takumi
2012-02-24EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings ...NAKAMURA Takumi
2012-02-14Using the new external-linkage warning recently added instead of disabling al...Aaron Ballman
2012-02-14Fixing warning due to the new "UTD return type in extern 'C'".Aaron Ballman
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-06-18eliminate the Type::getDescription() method, using "<<" instead. This Chris Lattner
2010-11-29Merge System into Support.Michael J. Spencer
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-03-30Typo noticed by Duncan.Torok Edwin
2010-03-30Don't overwrite previous value, if it succeeded.Torok Edwin
2010-03-30Honour addGlobalMapping() in the interpreter, if it was used to add mappings forTorok Edwin
2010-01-28Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer