Fix ffiInvoke() use of DataLayout, broken in 242414
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / ExternalFunctions.cpp
2015-07-16 Mehdi AminiFix ffiInvoke() use of DataLayout, broken in 242414
2015-07-16 Mehdi AminiMake ExecutionEngine owning a DataLayout
2015-07-16 Michael KupersteinRevert "Make ExecutionEngine owning a DataLayout"
2015-07-16 Mehdi AminiMake ExecutionEngine owning a DataLayout
2015-06-13 Benjamin Kramer[ExecutionEngine] ArrayRefize argument passing.
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2014-09-19 Chris BienemanConverting FuncNames to a ManagedStatic to avoid static...
2014-08-23 Dylan NoblesmithSupport: add llvm::unique_lock
2014-08-23 Dylan NoblesmithSupport: make LLVM Mutexes STL-compatible
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2013-09-11 Benjamin KramerDon't expose symbols of lle_ functions.
2013-09-02 Elena Demikhovskyllvm interpreter: select, shuffle and insertelement...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-02-24 NAKAMURA TakumiEE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_...
2012-02-24 NAKAMURA TakumiEE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage...
2012-02-14 Aaron BallmanUsing the new external-linkage warning recently added...
2012-02-14 Aaron BallmanFixing warning due to the new "UTD return type in exter...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-18 Chris Lattnereliminate the Type::getDescription() method, using...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-30 Torok EdwinTypo noticed by Duncan.
2010-03-30 Torok EdwinDon't overwrite previous value, if it succeeded.
2010-03-30 Torok EdwinHonour addGlobalMapping() in the interpreter, if it...
2010-01-28 Benjamin KramerReplace strcpy with memcpy when we have the length...
2010-01-05 David GreeneThese should probably be errs().
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-18 Nick LewyckyFix passing of float arguments through ffi.
2009-11-17 Nick LewyckyFail less mysteriously; inform the user that their...
2009-11-08 Daniel DunbarRemove ByteswapSCANFResults, it is dead.
2009-11-08 Nick LewyckyWe don't need to byteswap, the interpreter assumes...
2009-09-18 Nick LewyckyStop using alloca.
2009-09-17 Daniel DunbarSome platforms may need malloc.h for alloca.
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-07 Daniel DunbarMSVC warning fixes; patch by Stein Roger!
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-22 Daniel DunbarSimplify some uses of Value::getName()
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-06-22 Owen AndersonAdd locking around the external function lookup table...
2009-04-13 Nick LewyckyLink against libffi if available, fall back to "no...
2009-02-04 Nick LewyckyReapply patch from r62553, with a fix to avoid looking...
2009-01-22 Tanya LattnerRevert r62553 and r62616 due to issues with portability.
2009-01-20 Duncan SandsFix typo. Patch by Alexei Svitkine.
2009-01-20 Nick LewyckyMake the Interpreter use libffi if it's available....
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-08-05 Dan GohmanUse strcpy instead of sprintf here. This avoids a GCC...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-20 Evan ChengAdded memmove to interpreter external functions list...
2008-01-29 Dan GohmanUse empty() instead of comparing size() with zero.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-12-12 Zhou ShengAdd a guard to cxxabi header as other platform may
2007-12-12 Zhou ShengFixed PR1629.
2007-12-10 Duncan SandsIt looks like this has been broken for some time -
2007-07-30 Anton KorobeynikovAdd a comment: don't expect from external function...
2007-07-27 Chuck Rose IIIVStudio compiler errors and placing Function*->ExFunc...
2007-05-19 Reid SpencerOn Linux platforms and at optimization levels -O1 and...
2007-04-21 Reid SpencerWe only need one putchar which gives it a shot at getti...
2007-03-30 Reid SpencerFor PR1293:
2007-03-06 Reid SpencerAdjust and simplify external function processing now...
2007-01-12 Reid SpencerFor PR1064:
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2006-12-31 Reid SpencerFor PR950:
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-02 Jeff CohenUnbreak VC++ build.
2006-11-27 Bill WendlingRemoved #include <iostream> and replaced streams with...
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-08-16 Chris Lattnerinitial changes to support JIT'ing from multiple module...
2006-06-01 Chris LattnerFix -pedantic warnings
2006-05-24 Reid SpencerFor PR786:
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-01-21 Chris LattnerIf the interpreter tries to execute an external functio...
2005-01-16 Chris LattnerImprove compatiblity with HPUX on Itanium, patch by...
2005-01-08 Chris LattnerSilence warnings
2004-11-29 Reid SpencerUse System/DynamicLibrary instead of Support/DynamicLinker
2004-10-27 Reid SpencerChanges to support rand48 tests
2004-09-01 Reid SpencerChanges For Bug 352
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-16 Brian GaekeAdd int ferror(FILE *)
2004-05-27 Chris LattnerThese #includes are long dead
2004-05-25 Reid SpencerGet rid of a wart: useless getFILE function is now...
2004-05-01 Brian GaekeGeneralize the strlen size_t hack, for the benefit...
2003-12-28 Chris LattnerPass around IntrinsicLowering instances as appropriate.
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-12 Brian GaekeDynamically get the right-sized member of a GenericValu...
2003-11-13 Brian GaekeChange LLI's internal representation of va_list to...
next