aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-08-03ManagedStatic: remove from Interpreter/ExternalFunctionsNicolai Hähnle1-29/+42
2021-06-08Use llvm_unreachable for unsupported integer types.Simon Pilgrim1-1/+2
2021-06-06Fix implicit fall through compiler warning. NFCI.Simon Pilgrim1-0/+1
2021-01-06[llvm] Use llvm::append_range (NFC)Kazu Hirata1-1/+1
2020-02-01Make StringRef's std::string conversion operator explicitSylvestre Ledru1-1/+1
2019-08-07Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-10[opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight1-2/+3
2018-11-20[ExecutionEngine][Interpreter] Fix out-of-bounds array access.Lang Hames1-1/+2
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-2/+2
2016-08-23Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko1-3/+13
2015-07-16Fix ffiInvoke() use of DataLayout, broken in 242414Mehdi Amini1-3/+3
2015-07-16Make ExecutionEngine owning a DataLayoutMehdi Amini1-2/+2
2015-07-16Revert "Make ExecutionEngine owning a DataLayout"Michael Kuperstein1-1/+1
2015-07-16Make ExecutionEngine owning a DataLayoutMehdi Amini1-1/+1
2015-06-13[ExecutionEngine] ArrayRefize argument passing.Benjamin Kramer1-31/+18
2015-03-30Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren1-5/+4
2014-09-19Converting FuncNames to a ManagedStatic to avoid static constructors and dest...Chris Bieneman1-14/+14
2014-08-23Support: add llvm::unique_lockDylan Noblesmith1-3/+4
2014-08-23Support: make LLVM Mutexes STL-compatibleDylan Noblesmith1-3/+3
2014-04-24[C++] Use 'nullptr'.Craig Topper1-3/+3
2013-09-11Don't expose symbols of lle_ functions.Benjamin Kramer1-7/+6
2013-09-02llvm interpreter: select, shuffle and insertelement instructions.Elena Demikhovsky1-2/+30
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-5/+5
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth1-1/+1
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow1-1/+1
2012-10-11Revert 165732 for further review.Micah Villmow1-1/+1
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow1-1/+1
2012-10-08Move TargetData to DataLayout.Micah Villmow1-4/+4
2012-02-24EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be...NAKAMURA Takumi1-0/+8
2012-02-24EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings ...NAKAMURA Takumi1-22/+0
2012-02-14Using the new external-linkage warning recently added instead of disabling al...Aaron Ballman1-1/+1
2012-02-14Fixing warning due to the new "UTD return type in extern 'C'".Aaron Ballman1-2/+9
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie1-1/+0
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer1-3/+4
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-17/+17
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner1-1/+0
2011-06-18eliminate the Type::getDescription() method, using "<<" instead. This Chris Lattner1-2/+2
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2010-07-12Convert some tab stops into spaces.Duncan Sands1-1/+1
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner1-5/+5
2010-03-30Typo noticed by Duncan.Torok Edwin1-1/+1
2010-03-30Don't overwrite previous value, if it succeeded.Torok Edwin1-1/+2
2010-03-30Honour addGlobalMapping() in the interpreter, if it was used to add mappings forTorok Edwin1-0/+1
2010-01-28Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer1-3/+4
2010-01-05These should probably be errs().David Greene1-3/+3
2010-01-05Change errs() to dbgs().David Greene1-3/+3
2009-11-18Fix passing of float arguments through ffi.Nick Lewycky1-1/+1
2009-11-17Fail less mysteriously; inform the user that their LLVM was not built withNick Lewycky1-0/+3