aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-051-16/+6
* Add preliminary support for "any" pointersize/endianness. This will needChris Lattner2003-08-241-1/+2
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-3/+3
* Include <cmath> instead of <math.h>Brian Gaeke2003-06-231-10/+1
* Use std::isnan instead of isnan. Brought back to you from theBrian Gaeke2003-06-171-1/+1
* Add support for atexit function, remove support for __main functionChris Lattner2003-05-141-5/+8
* Implement varargs support for LLI!Chris Lattner2003-05-081-0/+33
* A large number of simple changes:Chris Lattner2003-05-081-91/+11
* Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit ...Chris Lattner2003-04-251-1/+2
* Add __strdupChris Lattner2003-04-251-0/+7
* Add memcpyChris Lattner2003-04-231-0/+7
* Implement a bunch of new external functionsChris Lattner2003-04-231-0/+54
* Add support for _IO_getc function used on linuxChris Lattner2003-04-231-0/+6
* fprintf CAN take exactly 2 argsChris Lattner2003-04-211-1/+1
* Implement scanf and fix sscanf to actually endian swap the results correctlyChris Lattner2003-03-311-2/+97
* * Wrap at 80 columnsChris Lattner2003-01-131-49/+47
* Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner2002-12-231-4/+5
* Add support for isnanChris Lattner2002-12-201-0/+9
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-10/+9
* Implement feofChris Lattner2002-11-081-0/+10
* Implement freopen for burgChris Lattner2002-11-071-2/+11
* Implement fprintfChris Lattner2002-11-061-0/+16
* Implement fputc and ungetc to allow burg to run in lliChris Lattner2002-11-061-0/+19
* * Implement the getc() functionChris Lattner2002-10-021-11/+86
* * Fix a bug that was causing lli to misrun:Chris Lattner2002-09-131-1/+0
* Fix problem where lli would not print out a 64 bit value when the client codeChris Lattner2002-08-021-2/+10
* MEGAPATCH checkin.Chris Lattner2002-06-251-1/+2
* Remove explicit support for tracing code. It should be linked into theChris Lattner2002-05-201-43/+10
* Added external functions for hashing pointers to sequence numbers.Vikram S. Adve2002-05-191-0/+44
* Fix a bug printing out %c formated characters.Chris Lattner2002-04-171-1/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-9/+11
* s/Method/FunctionChris Lattner2002-03-291-43/+43
* Implement a bunch of new functions to support the SPECINT mcfChris Lattner2002-03-081-0/+84
* Implement exp functionChris Lattner2002-02-181-0/+9
* Implement the clock() functionChris Lattner2002-01-231-0/+7
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-11/+14
* Implement sprintfChris Lattner2001-12-131-11/+25
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-2/+2
* Remove invalid,unneccesary ## tokenChris Lattner2001-11-261-1/+1
* * Implement array indexing in lliChris Lattner2001-11-261-0/+25
* Implement some more rand functions for em3d benchmarkChris Lattner2001-11-131-0/+19
* * Switch to operation on pointers with PointerTy more consistentlyChris Lattner2001-11-071-31/+36
* Add %p format to printf, which MUST be used when printing pointer values.Chris Lattner2001-11-071-0/+2
* Implement log and drand48 for TSP bmChris Lattner2001-11-061-0/+17
* Implement sqrt, implement printf better, simpler.Chris Lattner2001-11-061-16/+31
* Be lenient on types so that programs that are not very typesafe will workChris Lattner2001-11-031-14/+14
* Implement a gross function name map that must be used when linking staticallyChris Lattner2001-10-301-18/+42
* * Fix pow wrapper to actually workChris Lattner2001-10-291-1/+56
* Fix some illegal uses of the ## operatorChris Lattner2001-10-281-4/+3