Move TargetData to DataLayout.
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / ExternalFunctions.cpp
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-02-24 NAKAMURA TakumiEE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_...
2012-02-24 NAKAMURA TakumiEE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage...
2012-02-14 Aaron BallmanUsing the new external-linkage warning recently added...
2012-02-14 Aaron BallmanFixing warning due to the new "UTD return type in exter...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-18 Chris Lattnereliminate the Type::getDescription() method, using...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-30 Torok EdwinTypo noticed by Duncan.
2010-03-30 Torok EdwinDon't overwrite previous value, if it succeeded.
2010-03-30 Torok EdwinHonour addGlobalMapping() in the interpreter, if it...
2010-01-28 Benjamin KramerReplace strcpy with memcpy when we have the length...
2010-01-05 David GreeneThese should probably be errs().
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-18 Nick LewyckyFix passing of float arguments through ffi.
2009-11-17 Nick LewyckyFail less mysteriously; inform the user that their...
2009-11-08 Daniel DunbarRemove ByteswapSCANFResults, it is dead.
2009-11-08 Nick LewyckyWe don't need to byteswap, the interpreter assumes...
2009-09-18 Nick LewyckyStop using alloca.
2009-09-17 Daniel DunbarSome platforms may need malloc.h for alloca.
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-07 Daniel DunbarMSVC warning fixes; patch by Stein Roger!
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-22 Daniel DunbarSimplify some uses of Value::getName()
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-06-22 Owen AndersonAdd locking around the external function lookup table...
2009-04-13 Nick LewyckyLink against libffi if available, fall back to "no...
2009-02-04 Nick LewyckyReapply patch from r62553, with a fix to avoid looking...
2009-01-22 Tanya LattnerRevert r62553 and r62616 due to issues with portability.
2009-01-20 Duncan SandsFix typo. Patch by Alexei Svitkine.
2009-01-20 Nick LewyckyMake the Interpreter use libffi if it's available....
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-08-05 Dan GohmanUse strcpy instead of sprintf here. This avoids a GCC...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-20 Evan ChengAdded memmove to interpreter external functions list...
2008-01-29 Dan GohmanUse empty() instead of comparing size() with zero.
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!
next