aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-01-20Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine!Nick Lewycky1-496/+206
2008-10-08Add <cstdio> include where needed by gcc-4.4.Duncan Sands1-0/+1
2008-08-05Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-stringDan Gohman1-1/+1
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov1-0/+1
2008-02-20Added memmove to interpreter external functions list. Patch by Daniel Dunbar.Evan Cheng1-0/+9
2008-01-29Use empty() instead of comparing size() with zero.Dan Gohman1-3/+3
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-12-14Add explicit keywords, and fix a minor typo that they uncovered.Dan Gohman1-1/+1
2007-12-12Add a guard to cxxabi header as other platform mayZhou Sheng1-0/+12
2007-12-12Fixed PR1629.Zhou Sheng1-0/+40
2007-12-10It looks like this has been broken for some time -Duncan Sands1-2/+2
2007-07-30Add a comment: don't expect from external function resolver in interpreterAnton Korobeynikov1-0/+5
2007-07-27VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic...Chuck Rose III1-4/+5
2007-05-19On Linux platforms and at optimization levels -O1 and above, llvm-gcc canReid Spencer1-3/+14
2007-04-21We only need one putchar which gives it a shot at getting matched by itsReid Spencer1-17/+4
2007-03-30For PR1293:Reid Spencer1-49/+67
2007-03-06Adjust and simplify external function processing now that GenericValue hasReid Spencer1-33/+41
2007-01-12For PR1064:Reid Spencer1-5/+9
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer1-1/+1
2006-12-31For PR950:Reid Spencer1-50/+46
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-7/+7
2006-12-02Unbreak VC++ build.Jeff Cohen1-0/+1
2006-11-27Removed #include <iostream> and replaced streams with llvm streams.Bill Wendling1-6/+7
2006-11-08Remove redundant <cmath>.Jim Laskey1-1/+0
2006-08-16initial changes to support JIT'ing from multiple module providers, implicitlyChris Lattner1-1/+1
2006-06-01Fix -pedantic warningsChris Lattner1-2/+3
2006-05-24For PR786:Reid Spencer1-1/+1
2005-04-22Convert tabs to spacesMisha Brukman1-3/+3
2005-04-21* Remove trailing whitespaceMisha Brukman1-7/+7
2005-01-21If the interpreter tries to execute an external function, kill it. Of courseChris Lattner1-6/+8
2005-01-16Improve compatiblity with HPUX on Itanium, patch by Duraid MadinaChris Lattner1-1/+1
2005-01-08Silence warningsChris Lattner1-2/+2
2004-11-29Use System/DynamicLibrary instead of Support/DynamicLinkerReid Spencer1-3/+4
2004-10-27Changes to support rand48 testsReid Spencer1-0/+15
2004-09-01Changes For Bug 352Reid Spencer1-1/+1
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner1-1/+1
2004-06-16Add int ferror(FILE *)Brian Gaeke1-0/+8
2004-05-27These #includes are long deadChris Lattner1-2/+0
2004-05-25Get rid of a wart: useless getFILE function is now a cast macro.Reid Spencer1-42/+2
2004-05-01Generalize the strlen size_t hack, for the benefit of the other externalBrian Gaeke1-17/+33
2003-12-28Pass around IntrinsicLowering instances as appropriate.Chris Lattner1-26/+0
2003-12-14Finegrainify namespacificationChris Lattner1-21/+1
2003-12-12Dynamically get the right-sized member of a GenericValue to hold a size_t, andBrian Gaeke1-2/+8
2003-11-13Change LLI's internal representation of va_list to a pointer to the nextBrian Gaeke1-3/+1
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-11-05Abort when the user program calls abort, instead of printing a funny message ...Brian Gaeke1-4/+2
2003-10-25Unbreak the buildChris Lattner1-1/+0
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-10-18Interpret the new varargs intrinsics correctlyChris Lattner1-11/+6
2003-10-14Order #includes as per the style guide.Misha Brukman1-3/+3