summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify some uses of Value::getName()Daniel Dunbar2009-07-221-2/+2
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-111-11/+13
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-2/+2
* Add locking around the external function lookup table for the interpreter.Owen Anderson2009-06-221-1/+12
* Link against libffi if available, fall back to "no external calls fromNick Lewycky2009-04-131-8/+8
* Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn'tNick Lewycky2009-02-041-496/+212
* Revert r62553 and r62616 due to issues with portability.Tanya Lattner2009-01-221-206/+496
* Fix typo. Patch by Alexei Svitkine.Duncan Sands2009-01-201-1/+1
* Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine!Nick Lewycky2009-01-201-496/+206
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-081-0/+1
* Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-stringDan Gohman2008-08-051-1/+1
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Added memmove to interpreter external functions list. Patch by Daniel Dunbar.Evan Cheng2008-02-201-0/+9
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-291-3/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add explicit keywords, and fix a minor typo that they uncovered.Dan Gohman2007-12-141-1/+1
* Add a guard to cxxabi header as other platform mayZhou Sheng2007-12-121-0/+12
* Fixed PR1629.Zhou Sheng2007-12-121-0/+40
* It looks like this has been broken for some time -Duncan Sands2007-12-101-2/+2
* Add a comment: don't expect from external function resolver in interpreterAnton Korobeynikov2007-07-301-0/+5
* VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic...Chuck Rose III2007-07-271-4/+5
* On Linux platforms and at optimization levels -O1 and above, llvm-gcc canReid Spencer2007-05-191-3/+14
* We only need one putchar which gives it a shot at getting matched by itsReid Spencer2007-04-211-17/+4
* For PR1293:Reid Spencer2007-03-301-49/+67
* Adjust and simplify external function processing now that GenericValue hasReid Spencer2007-03-061-33/+41
* For PR1064:Reid Spencer2007-01-121-5/+9
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-1/+1
* For PR950:Reid Spencer2006-12-311-50/+46
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-7/+7
* Unbreak VC++ build.Jeff Cohen2006-12-021-0/+1
* Removed #include <iostream> and replaced streams with llvm streams.Bill Wendling2006-11-271-6/+7
* Remove redundant <cmath>.Jim Laskey2006-11-081-1/+0
* initial changes to support JIT'ing from multiple module providers, implicitlyChris Lattner2006-08-161-1/+1
* Fix -pedantic warningsChris Lattner2006-06-011-2/+3
* For PR786:Reid Spencer2006-05-241-1/+1
* Convert tabs to spacesMisha Brukman2005-04-221-3/+3
* * Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* If the interpreter tries to execute an external function, kill it. Of courseChris Lattner2005-01-211-6/+8
* Improve compatiblity with HPUX on Itanium, patch by Duraid MadinaChris Lattner2005-01-161-1/+1
* Silence warningsChris Lattner2005-01-081-2/+2
* Use System/DynamicLibrary instead of Support/DynamicLinkerReid Spencer2004-11-291-3/+4
* Changes to support rand48 testsReid Spencer2004-10-271-0/+15
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-1/+1
* Add int ferror(FILE *)Brian Gaeke2004-06-161-0/+8
* These #includes are long deadChris Lattner2004-05-271-2/+0
* Get rid of a wart: useless getFILE function is now a cast macro.Reid Spencer2004-05-251-42/+2
* Generalize the strlen size_t hack, for the benefit of the other externalBrian Gaeke2004-05-011-17/+33
* Pass around IntrinsicLowering instances as appropriate.Chris Lattner2003-12-281-26/+0
* Finegrainify namespacificationChris Lattner2003-12-141-21/+1
OpenPOWER on IntegriCloud