Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / ExternalFunctions.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-12-12 Zhou ShengAdd a guard to cxxabi header as other platform may
2007-12-12 Zhou ShengFixed PR1629.
2007-12-10 Duncan SandsIt looks like this has been broken for some time -
2007-07-30 Anton KorobeynikovAdd a comment: don't expect from external function...
2007-07-27 Chuck Rose IIIVStudio compiler errors and placing Function*->ExFunc...
2007-05-19 Reid SpencerOn Linux platforms and at optimization levels -O1 and...
2007-04-21 Reid SpencerWe only need one putchar which gives it a shot at getti...
2007-03-30 Reid SpencerFor PR1293:
2007-03-06 Reid SpencerAdjust and simplify external function processing now...
2007-01-12 Reid SpencerFor PR1064:
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2006-12-31 Reid SpencerFor PR950:
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-02 Jeff CohenUnbreak VC++ build.
2006-11-27 Bill WendlingRemoved #include <iostream> and replaced streams with...
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-08-16 Chris Lattnerinitial changes to support JIT'ing from multiple module...
2006-06-01 Chris LattnerFix -pedantic warnings
2006-05-24 Reid SpencerFor PR786:
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-01-21 Chris LattnerIf the interpreter tries to execute an external functio...
2005-01-16 Chris LattnerImprove compatiblity with HPUX on Itanium, patch by...
2005-01-08 Chris LattnerSilence warnings
2004-11-29 Reid SpencerUse System/DynamicLibrary instead of Support/DynamicLinker
2004-10-27 Reid SpencerChanges to support rand48 tests
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...
next