aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2003-10-10Don't include Config/stdio.h or <stdio.h>.Brian Gaeke1-1/+0
2003-10-10Fix spelling.Misha Brukman1-1/+1
2003-10-10Rewrite head-of-file comment.Brian Gaeke1-14/+16
2003-10-09Do not read past the end of the contained type listChris Lattner1-2/+2
2003-09-05Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke1-16/+6
2003-08-24Add preliminary support for "any" pointersize/endianness. This will needChris Lattner1-1/+2
2003-08-18Spell `necessary' correctly.Misha Brukman1-1/+1
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell1-3/+3
2003-06-23Include <cmath> instead of <math.h>Brian Gaeke1-10/+1
2003-06-17Use std::isnan instead of isnan. Brought back to you from theBrian Gaeke1-1/+1
2003-05-14Add support for atexit function, remove support for __main functionChris Lattner1-5/+8
2003-05-08Implement varargs support for LLI!Chris Lattner1-0/+33
2003-05-08A large number of simple changes:Chris Lattner1-91/+11
2003-04-25Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit ...Chris Lattner1-1/+2
2003-04-25Add __strdupChris Lattner1-0/+7
2003-04-23Add memcpyChris Lattner1-0/+7
2003-04-23Implement a bunch of new external functionsChris Lattner1-0/+54
2003-04-23Add support for _IO_getc function used on linuxChris Lattner1-0/+6
2003-04-21fprintf CAN take exactly 2 argsChris Lattner1-1/+1
2003-03-31Implement scanf and fix sscanf to actually endian swap the results correctlyChris Lattner1-2/+97
2003-01-13* Wrap at 80 columnsChris Lattner1-49/+47
2002-12-23Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner1-4/+5
2002-12-20Add support for isnanChris Lattner1-0/+9
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner1-10/+9
2002-11-08Implement feofChris Lattner1-0/+10