aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dynamically get the right-sized member of a GenericValue to hold a size_t, andBrian Gaeke2003-12-121-2/+8
* Change LLI's internal representation of va_list to a pointer to the nextBrian Gaeke2003-11-131-3/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Abort when the user program calls abort, instead of printing a funny message ...Brian Gaeke2003-11-051-4/+2
* Unbreak the buildChris Lattner2003-10-251-1/+0
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Interpret the new varargs intrinsics correctlyChris Lattner2003-10-181-11/+6
* Order #includes as per the style guide.Misha Brukman2003-10-141-3/+3
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-101-1/+0
* Fix spelling.Misha Brukman2003-10-101-1/+1
* Rewrite head-of-file comment.Brian Gaeke2003-10-101-14/+16
* Do not read past the end of the contained type listChris Lattner2003-10-091-2/+2
* 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