This test still fails on Darwin and Sparc/Solaris.
[oota-llvm.git] / lib / ExecutionEngine / Interpreter /
2004-11-29 Reid SpencerUse System/DynamicLibrary instead of Support/DynamicLinker
2004-11-07 Misha BrukmanImplement ExecutionEngine::freeMachineCodeForFunction()
2004-10-28 Reid SpencerFix library name.
2004-10-27 Reid SpencerChanges to support rand48 tests
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-16 Chris LattnerAdd support for unreachable
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-15 Chris LattnerFixes for PR341
2004-07-15 Chris LattnerFixes for PR341
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
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...
2004-04-23 Brian GaekeGo back to the interpreter main loop after performing...
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-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-02-26 Chris Lattnerremove obsolete comment
2004-02-25 Brian GaekeRepresent va_list in interpreter as a (ec-stack-depth...
2004-02-13 Brian GaekeFix off-by-one in Interpreter::getFirstVarArg(), which...
2004-02-13 Brian GaekeThe Interpreter was failing the AtExit UnitTest. This...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-02-08 Chris Lattnerrename the "exceptional" destination of an invoke instr...
2004-01-14 Brian GaekeDon't pass anything to the IntrinsicLowering class...
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Chris LattnerPass around IntrinsicLowering instances as appropriate.
2003-12-26 Chris LattnerNo longer run atExit functions from run()
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-12 Brian GaekeDynamically get the right-sized member of a GenericValu...
2003-12-12 Brian GaekeSince we are using a gep_type_iterator, we apparently...
2003-12-11 Brian GaekeFix typo in comment. Add prototype for getConstantExpr...
2003-12-11 Brian GaekeAdd support for --debug-only=interpreter, to print...
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 GaekepopStackAndReturnValueToCaller() must advance instructi...
2003-11-07 Brian GaekeAdd stub version of unwind support
2003-11-07 Brian GaekevisitCallInst --> visitCallSite.
2003-11-07 Brian GaekeMake the operation of visitCallInst() only depend on...
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-11-05 Brian GaekeAbort when the user program calls abort, instead of...
2003-11-05 Brian GaekeUse regular old malloc to emulate malloc/alloca instruc...
2003-11-05 Brian GaekeRemove a comment which no longer applies.
2003-10-25 Chris LattnerUnbreak the build
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-24 Brian GaekeThe ExecutionAnnotations (SlotNumber, InstNumber, and...
2003-10-24 Brian GaekeReduce the number of #includes.
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
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 GaekeNever set any signal handlers.
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-22 Chris LattnerSquelch warning
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 printOperandInfo(), and simplify run().
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-24 Chris LattnerAdd preliminary support for "any" pointersize/endiannes...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
2003-07-23 Chris LattnerRemove redundant const qualifier
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-12 Chris LattnerMake sure that globals are emitted AFTER the passmanage...
2003-05-10 Chris Lattnerswitch main LLI core execution to use an InstVisitor...
2003-05-10 Chris LattnerFix testcase: SingleSource/UnitTests/2003-05-02-Dependa...
2003-05-08 Chris LattnerImplement varargs support for LLI!
2003-05-08 Chris LattnerA large number of simple changes:
2003-05-08 Chris LattnerAdd support for recording arguments passed through...
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-25 Chris LattnerOnly do the %ld -> %lld promotion when running a 64...
next