Changes For Bug 352
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / ExternalFunctions.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-16 Brian GaekeAdd int ferror(FILE *)
2004-05-27 Chris LattnerThese #includes are long dead
2004-05-25 Reid SpencerGet rid of a wart: useless getFILE function is now...
2004-05-01 Brian GaekeGeneralize the strlen size_t hack, for the benefit...
2003-12-28 Chris LattnerPass around IntrinsicLowering instances as appropriate.
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-12 Brian GaekeDynamically get the right-sized member of a GenericValu...
2003-11-13 Brian GaekeChange LLI's internal representation of va_list to...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Brian GaekeAbort when the user program calls abort, instead of...
2003-10-25 Chris LattnerUnbreak the build
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-18 Chris LattnerInterpret the new varargs intrinsics correctly
2003-10-14 Misha BrukmanOrder #includes as per the style guide.
2003-10-10 Brian GaekeDon't include Config/stdio.h or <stdio.h>.
2003-10-10 Misha BrukmanFix spelling.
2003-10-10 Brian GaekeRewrite head-of-file comment.
2003-10-09 Chris LattnerDo not read past the end of the contained type list
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-08-24 Chris LattnerAdd preliminary support for "any" pointersize/endiannes...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-23 Brian GaekeInclude <cmath> instead of <math.h>
2003-06-17 Brian GaekeUse std::isnan instead of isnan. Brought back to you...
2003-05-14 Chris LattnerAdd support for atexit function, remove support for...
2003-05-08 Chris LattnerImplement varargs support for LLI!
2003-05-08 Chris LattnerA large number of simple changes:
2003-04-25 Chris LattnerOnly do the %ld -> %lld promotion when running a 64...
2003-04-25 Chris LattnerAdd __strdup
2003-04-23 Chris LattnerAdd memcpy
2003-04-23 Chris LattnerImplement a bunch of new external functions
2003-04-23 Chris LattnerAdd support for _IO_getc function used on linux
2003-04-21 Chris Lattnerfprintf CAN take exactly 2 args
2003-03-31 Chris LattnerImplement scanf and fix sscanf to actually endian swap...
2003-01-13 Chris Lattner* Wrap at 80 columns
2002-12-23 Chris LattnerSubstantial changes to refactor LLI to incorporate...
2002-12-20 Chris LattnerAdd support for isnan
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-11-08 Chris LattnerImplement feof
2002-11-07 Chris LattnerImplement freopen for burg
2002-11-06 Chris LattnerImplement fprintf
2002-11-06 Chris LattnerImplement fputc and ungetc to allow burg to run in lli
2002-10-02 Chris Lattner* Implement the getc() function
2002-09-13 Chris Lattner* Fix a bug that was causing lli to misrun:
2002-08-02 Chris LattnerFix problem where lli would not print out a 64 bit...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-20 Chris LattnerRemove explicit support for tracing code. It should...
2002-05-19 Vikram S. AdveAdded external functions for hashing pointers to sequen...
2002-04-17 Chris LattnerFix a bug printing out %c formated characters.
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-29 Chris Lattners/Method/Function
2002-03-08 Chris LattnerImplement a bunch of new functions to support the SPECI...
2002-02-18 Chris LattnerImplement exp function
2002-01-23 Chris LattnerImplement the clock() function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-13 Chris LattnerImplement sprintf
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-11-26 Chris LattnerRemove invalid,unneccesary ## token
2001-11-26 Chris Lattner* Implement array indexing in lli
2001-11-13 Chris LattnerImplement some more rand functions for em3d benchmark
2001-11-07 Chris Lattner* Switch to operation on pointers with PointerTy more...
2001-11-07 Chris LattnerAdd %p format to printf, which MUST be used when printi...
2001-11-06 Chris LattnerImplement log and drand48 for TSP bm
2001-11-06 Chris LattnerImplement sqrt, implement printf better, simpler.
2001-11-03 Chris LattnerBe lenient on types so that programs that are not very...
2001-10-30 Chris LattnerImplement a gross function name map that must be used...
2001-10-29 Chris Lattner* Fix pow wrapper to actually work
2001-10-28 Chris LattnerFix some illegal uses of the ## operator
2001-10-28 Vikram S. AdveAdd methods print<TYPE> for String, Pointer, and each...
2001-10-27 Chris Lattner* Make pointer values work better by treating them...
2001-10-27 Chris Lattner* Implement exit() builtin function
2001-10-18 Chris LattnerEnhancements to pass argc & argv to main if required
2001-10-15 Chris LattnerImplement global variables. Struct and Pointer initial...
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-09-10 Chris LattnerUse the correct style casts
2001-09-10 Chris LattnerAdd support for external methods