Remove ancient hack that was emulating move semantics with reference counting.
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Interpreter.h
2014-09-15 Benjamin KramerRemove ancient hack that was emulating move semantics...
2014-09-15 Lang Hames[MCJIT] Start Stringref-izing the ExecutionEngine inter...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Chandler Carruth[Layering] Move InstVisitor.h into the IR library as...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2013-09-12 Elena DemikhovskyLLVM Interpreter: implementation of "insertvalue" and...
2013-09-02 Elena Demikhovskyllvm interpreter: select, shuffle and insertelement...
2013-04-01 Nadav RotemAdd support for vector data types in the LLVM interpreter.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-02-06 Bill Wendling[unwind removal] We no longer have 'unwind' instruction...
2012-01-23 Bill WendlingRemove extraneous ';'s.
2012-01-05 Danil MalyshevA small re-factored JIT/MCJIT::getPointerToNamedFunctio...
2011-09-09 Duncan SandsDon't tack "Instruction not interpretable yet!" onto...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-05-01 Dan GohmanFix an ancient FIXME.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
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-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
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-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-06-26 Owen AndersonGet rid of unnecessary global variables.
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-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-08-08 Evan ChengAdd new parameter Fast to createJIT to enable the fast...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-06 Chris Lattnersimplify creation of the interpreter, make ExecutionEng...
2007-07-30 Dan GohmanMore explicit keywords.
2007-03-06 Reid SpencerAPInt's are no longer allocated on the heap because...
2007-03-03 Reid SpencerDeal with error handling better.
2007-03-03 Reid Spencer1. Have the ExecutionContext keep track of the APInt...
2007-02-08 Reid SpencerFor PR1188:
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-18 Reid SpencerAdd an inline helper function that masks a GenericValue...
2007-01-12 Reid SpencerFor PR1064:
2006-12-23 Reid SpencerFor PR950:
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-11-27 Reid SpencerFor PR950:
2006-11-08 Reid SpencerFor PR950:
2006-06-16 Chris LattnerSimplify interpreter construction.
2006-03-23 Chris Lattnerremove the intrinsiclowering hook
2006-03-22 Chris LattnerEliminate the dependency of ExecutionEngine on the...
2006-02-07 Jeff CohenThe interpreter assumes that the caller of runFunction...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha Brukman* Remove trailing whitespace
2004-11-07 Misha BrukmanImplement ExecutionEngine::freeMachineCodeForFunction()
2004-10-16 Chris LattnerAdd support for unreachable
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-04-20 Chris LattnerAdd support for the select instruction
2004-04-04 Chris LattnerAdjust to new interface
2004-04-04 Chris LattnerAdjust to new gep_type_iterator prototypes.
2004-02-26 Chris Lattnerremove obsolete comment
2004-02-13 Brian GaekeFix off-by-one in Interpreter::getFirstVarArg(), which...
2003-12-28 Chris LattnerPass around IntrinsicLowering instances as appropriate.
2003-12-26 Chris LattnerNo longer run atExit functions from run()
2003-12-11 Brian GaekeFix typo in comment. Add prototype for getConstantExpr...
2003-12-08 Chris Lattnerimplement method
2003-11-25 Chris LattnerDo not depend on structure elements being of type UByteTy
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-07 Brian GaekeImplement vaarg instruction. This is not quite perfect...
2003-11-07 Brian GaekeAdd stub version of unwind support
2003-11-07 Brian GaekevisitCallInst --> visitCallSite.
2003-11-07 Brian GaekeUse CallSites for call sites, instead of CallInsts...
2003-11-07 Brian GaekeRefactor the return-from-function code into popStackAnd...
2003-11-05 Chris LattnerBe friendly to gcc 3.4... good compiler. Nice compiler.
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-18 Chris LattnerInterpret the new varargs intrinsics correctly
2003-09-17 Chris LattnerChange FunctionInfo from being an annotation put on...
2003-09-05 Chris LattnerReorder #includes to follow LLVM conventions
2003-09-05 Brian GaekeExecutionEngine.h, GenericValue.h --> include/llvm...
2003-09-05 Brian GaekeMake getOperandValue and executeCastOperation methods...
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-09-05 Brian GaekeRemove support for printing values from a module by...
2003-09-05 Brian GaekeRemove support for interactive (step finish next) instr...
2003-09-04 Brian GaekeRemove support for breakpoints (not used).
2003-09-04 Brian GaekeInterpreter cleanups:
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
2003-05-14 Chris LattnerAdd support for atexit function, remove support for...
next