Changes For Bug 352
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Execution.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-15 Chris LattnerFixes for PR341
2004-07-15 Chris LattnerFixes for PR341
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-04-23 Brian GaekeGo back to the interpreter main loop after performing...
2004-04-20 Chris LattnerAdd support for the select instruction
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-02-25 Brian GaekeRepresent va_list in interpreter as a (ec-stack-depth...
2004-02-13 Brian GaekeThe Interpreter was failing the AtExit UnitTest. This...
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-12 Brian GaekeSince we are using a gep_type_iterator, we apparently...
2003-12-11 Brian GaekeAdd support for --debug-only=interpreter, to print...
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 GaekeUse regular old malloc to emulate malloc/alloca instruc...
2003-11-05 Brian GaekeRemove a comment which no longer applies.
2003-10-24 Brian GaekeReduce the number of #includes.
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-10 Misha BrukmanFix spelling.
2003-10-10 Brian GaekeNever set any signal handlers.
2003-09-17 Chris LattnerChange FunctionInfo from being an annotation put on...
2003-09-05 Brian GaekeMake getOperandValue and executeCastOperation methods...
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-07-23 Chris LattnerRemove redundant const qualifier
2003-05-14 Chris LattnerAdd support for atexit function, remove support for...
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-25 Chris LattnerFix problem where we would read 64 bits worth of pointe...
2003-04-23 Chris LattnerFix a problem with setcc instructions and pointers
2003-04-23 Chris LattnerImplement &|^ on bool values
2003-04-22 Chris LattnerKill using declarations
2003-04-22 Chris LattnerImplement cast to bool
2003-04-22 Chris LattnerGet rid of extraneous arguments to implementation functions
2003-04-22 Chris LattnerAdd support to LLI for switch instruction
2003-04-21 Chris LattnerFix wierd idiom
2003-02-25 Chris LattnerFix typeo
2003-01-13 Chris LattnerHandle value promotion properly to work with tracing...
2002-12-23 Chris LattnerSubstantial changes to refactor LLI to incorporate...
2002-12-08 Chris LattnerNamespacify more
2002-12-08 Chris LattnerAdd support to count the number of dynamic instructions...
2002-11-07 Chris LattnerMake command line arguments setup be endian correct!!
2002-10-30 Chris LattnerFix two problems:
2002-10-26 Chris LattnerFix a major bug in lli
2002-10-15 Chris Lattner - Fix LLI so that it simulates the endianness of...
2002-10-02 Chris LattnerExpose TD to ExternalFunctions.cpp
2002-09-13 Chris Lattner* Fix a bug that was causing lli to misrun:
2002-09-13 Chris LattnerAnother portability patch graciously provided by Casey...
2002-09-11 Chris Lattner- Change getelementptr instruction to use long indexes...
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-27 Chris LattnerImplement ConstantPointerRef support, & ConstantExpr...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-14 Chris LattnerRemove support for NOT instruction
2002-08-13 Chris LattnerMinor change to make lli print out characters numerical...
2002-08-02 Chris LattnerFix one real nasty bug
2002-07-25 Chris LattnerFix gcc 3.1 complaint
2002-07-22 Chris Lattner*** empty log message ***
2002-07-09 Chris LattnerImplementing shift left & shift right on pointers
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-06 Chris LattnerChange usage of isPointerType to use isa
2002-05-03 Chris LattnerImplement the NOT operator.
2002-05-02 Chris LattnerImplement cast operations on booleans to allow casting...
2002-04-29 Chris LattnerFix #include broken by iMemory.h not including DerivedT...
2002-04-28 Chris LattnerFIXME removed: malloc/alloca ALWAYS have a size argument
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-26 Chris LattnerChange from Method to Function
2002-02-19 Chris LattnerKeep track of memory allocated by alloca so that it...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-12 Chris LattnerAdd new abort-on-exceptions flag
2002-02-11 Chris LattnerMake array bound checks optional and disabled by default.
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris Lattner* Support the new -q flag for automated tests
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
next