aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
AgeCommit message (Expand)Author
2007-01-12For PR1064:Reid Spencer
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-02Unbreak VC++ build.Jeff Cohen
2006-11-27Removed #include <iostream> and replaced streams with llvm streams.Bill Wendling
2006-11-08Remove redundant <cmath>.Jim Laskey
2006-08-16initial changes to support JIT'ing from multiple module providers, implicitlyChris Lattner
2006-06-01Fix -pedantic warningsChris Lattner
2006-05-24For PR786:Reid Spencer
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21* Remove trailing whitespaceMisha Brukman
2005-01-21If the interpreter tries to execute an external function, kill it. Of courseChris Lattner
2005-01-16Improve compatiblity with HPUX on Itanium, patch by Duraid MadinaChris Lattner
2005-01-08Silence warningsChris Lattner
2004-11-29Use System/DynamicLibrary instead of Support/DynamicLinkerReid Spencer
2004-10-27Changes to support rand48 testsReid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-06-16Add int ferror(FILE *)Brian Gaeke
2004-05-27These #includes are long deadChris Lattner
2004-05-25Get rid of a wart: useless getFILE function is now a cast macro.Reid Spencer
2004-05-01Generalize the strlen size_t hack, for the benefit of the other externalBrian Gaeke
2003-12-28Pass around IntrinsicLowering instances as appropriate.Chris Lattner
2003-12-14Finegrainify namespacificationChris Lattner
2003-12-12Dynamically get the right-sized member of a GenericValue to hold a size_t, andBrian Gaeke
2003-11-13Change LLI's internal representation of va_list to a pointer to the nextBrian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-05Abort when the user program calls abort, instead of printing a funny message ...Brian Gaeke
2003-10-25Unbreak the buildChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-18Interpret the new varargs intrinsics correctlyChris Lattner
2003-10-14Order #includes as per the style guide.Misha Brukman
2003-10-10Don't include Config/stdio.h or <stdio.h>.Brian Gaeke
2003-10-10Fix spelling.Misha Brukman
2003-10-10Rewrite head-of-file comment.Brian Gaeke
2003-10-09Do not read past the end of the contained type listChris Lattner
2003-09-05Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke
2003-08-24Add preliminary support for "any" pointersize/endianness. This will needChris Lattner
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-23Include <cmath> instead of <math.h>Brian Gaeke
2003-06-17Use std::isnan instead of isnan. Brought back to you from theBrian Gaeke
2003-05-14Add support for atexit function, remove support for __main functionChris Lattner
2003-05-08Implement varargs support for LLI!Chris Lattner
2003-05-08A large number of simple changes:Chris Lattner
2003-04-25Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit ...Chris Lattner
2003-04-25Add __strdupChris Lattner
2003-04-23Add memcpyChris Lattner
2003-04-23Implement a bunch of new external functionsChris Lattner