aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
AgeCommit message (Expand)Author
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
2003-04-23Add support for _IO_getc function used on linuxChris Lattner
2003-04-21fprintf CAN take exactly 2 argsChris Lattner
2003-03-31Implement scanf and fix sscanf to actually endian swap the results correctlyChris Lattner
2003-01-13* Wrap at 80 columnsChris Lattner
2002-12-23Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner
2002-12-20Add support for isnanChris Lattner
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-11-08Implement feofChris Lattner
2002-11-07Implement freopen for burgChris Lattner
2002-11-06Implement fprintfChris Lattner
2002-11-06Implement fputc and ungetc to allow burg to run in lliChris Lattner
2002-10-02* Implement the getc() functionChris Lattner
2002-09-13* Fix a bug that was causing lli to misrun:Chris Lattner
2002-08-02Fix problem where lli would not print out a 64 bit value when the client codeChris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-20Remove explicit support for tracing code. It should be linked into theChris Lattner
2002-05-19Added external functions for hashing pointers to sequence numbers.Vikram S. Adve
2002-04-17Fix a bug printing out %c formated characters.Chris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-29s/Method/FunctionChris Lattner