aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-08Remove ByteswapSCANFResults, it is dead.Daniel Dunbar1-76/+0
2009-11-08We don't need to byteswap, the interpreter assumes the program is runningNick Lewycky1-8/+1
2009-09-18Stop using alloca.Nick Lewycky1-17/+14
2009-09-17Some platforms may need malloc.h for alloca.Daniel Dunbar1-3/+6
2009-08-23remove some uses of llvm/Support/Streams.hChris Lattner1-4/+4
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-9/+12
2009-08-12This void is implicit in C++.Dan Gohman1-1/+1
2009-08-07MSVC warning fixes; patch by Stein Roger!Daniel Dunbar1-0/+11
2009-07-24Switch to getNameStr().Daniel Dunbar1-3/+3