Add AVX 256 binary arithmetic instructions
[oota-llvm.git] / lib / ExecutionEngine / Interpreter /
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-06-18 Dan GohmanHandle execution entrypoints with non-integer return...
2010-05-01 Dan GohmanFix an ancient FIXME.
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-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-01-28 Benjamin KramerReplace strcpy with memcpy when we have the length...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2010-01-05 David GreeneThese should probably be errs().
2010-01-05 David GreeneChange errs() to dbgs().
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-11-08 Nick LewyckyFix the interpreter to not crash due to zeroext/signext
2009-10-29 Chris Lattneradd interpreter support for indirect goto / blockaddres...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-23 Victor HernandezRemove AllocationInst. Since MallocInst went away...
2009-10-05 Chris Lattnerstrength reduce a ton of type equality tests to check...
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-23 Chris Lattnerremove the std::ostream version of module and type...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
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-08-03 Benjamin Kramerllvm_report_error already prints "LLVM ERROR:". So...
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-22 Daniel DunbarSimplify some uses of Value::getName()
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-09 Chris Lattnerremove dead function.
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-06-26 Owen AndersonGet rid of unnecessary global variables.
2009-06-24 Bob WilsonFix the Ocaml bindings for the ExecutionEngine: with...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-22 Owen AndersonAdd locking around the external function lookup table...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingThe second part of the change from -fast to -O#. This...
2009-04-13 Nick LewyckyLink against libffi if available, fall back to "no...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
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....
2009-01-16 Chris Lattnerdon't assert and die on out of range (undefined) shifts...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-09-25 Devang Patel Large mechanical patch.
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-08-08 Evan ChengAdd new parameter Fast to createJIT to enable the fast...
2008-08-05 Dan GohmanUse strcpy instead of sprintf here. This avoids a GCC...
2008-07-08 Chris LattnerAdd a new hidden option to the interpreter to cause...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-06 Chris Lattnerfix warnings with assertions disabled.
2008-02-20 Anton KorobeynikovUpdate gcc 4.3 warnings fix patch with recent head...
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-29 Chris Lattnerremove attribution from lib Makefiles.
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-12-06 Chris Lattnersimplify creation of the interpreter, make ExecutionEng...
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-10-11 Gabor GreifFix an assertion abort on sparc. malloc(0) is allowed to
2007-09-21 Chris Lattner#ifdef out unsafe tracing code, which fixes PR1689
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-07-30 Anton KorobeynikovAdd a comment: don't expect from external function...
2007-07-30 Dan GohmanMore explicit keywords.
2007-07-27 Chuck Rose IIIVStudio compiler errors and placing Function*->ExFunc...
2007-06-01 Reid SpencerFor PR1486:
2007-05-19 Reid SpencerOn Linux platforms and at optimization levels -O1 and...
2007-05-17 Reid SpencerPrint integer values as both decimal and hexadecimal...
2007-05-16 Reid SpencerAvoid a "loss of precision" error in gcc 4.1.3.
2007-05-16 Reid SpencerImplement printing of instruction result values when...
2007-05-04 Reid SpencerBitcast all the bits of a floating point value, not...
2007-04-26 Reid Spencer1. Don't swap byte order in scanf. It isn't necessary...
2007-04-21 Reid SpencerWe only need one putchar which gives it a shot at getti...
2007-04-17 Chris Lattnereliminate use of Instruction::getPrev(). Patch by...
next