aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/Execution.cpp
AgeCommit message (Expand)Author
2002-09-13* Fix a bug that was causing lli to misrun:Chris Lattner
2002-09-13Another portability patch graciously provided by Casey CarterChris Lattner
2002-09-11- Change getelementptr instruction to use long indexes instead of uintChris Lattner
2002-09-03 - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner
2002-08-27Implement ConstantPointerRef support, & ConstantExpr support for Cast, GEP & ...Chris Lattner
2002-08-22Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner
2002-08-22Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner
2002-08-14Remove support for NOT instructionChris Lattner
2002-08-13Minor change to make lli print out characters numerically as well as symbolic...Chris Lattner
2002-08-02Fix one real nasty bugChris Lattner
2002-07-25Fix gcc 3.1 complaintChris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-07-09Implementing shift left & shift right on pointersChris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-06Change usage of isPointerType to use isaChris Lattner
2002-05-03Implement the NOT operator.Chris Lattner
2002-05-02Implement cast operations on booleans to allow casting bools to ints, f.e.Chris Lattner
2002-04-29Fix #include broken by iMemory.h not including DerivedTypes.hChris Lattner
2002-04-28FIXME removed: malloc/alloca ALWAYS have a size argumentChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-26Change from Method to FunctionChris Lattner
2002-02-19Keep track of memory allocated by alloca so that it is freed appropriatelyChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-02-12Add new abort-on-exceptions flagChris Lattner
2002-02-11Make array bound checks optional and disabled by default.Chris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14* Support the new -q flag for automated testsChris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Move DataTypes.h from llvm/Support to just SupportChris Lattner
2001-11-26* Implement array indexing in lliChris Lattner
2001-11-14Rename cruftChris Lattner
2001-11-12Print percentages for profiling info betterChris Lattner
2001-11-12Print profile info if exit() is calledChris Lattner
2001-11-12Hack a structure profiling option togetherChris Lattner
2001-11-07Correct problem that allows indirect function callsChris Lattner
2001-11-07* Switch to operation on pointers with PointerTy more consistentlyChris Lattner
2001-11-07*Print Stack traces better.Chris Lattner
2001-11-07* Use cached writer to speed up printing and get symbolic types more consiste...Chris Lattner
2001-10-30Implement xor operatorChris Lattner
2001-10-30* Add some assertions for checking internal error conditionsChris Lattner
2001-10-29Print out a label if we step into the first instruction of a basic blockChris Lattner
2001-10-29Implement getelementptr instruction as well as the load and store formsChris Lattner
2001-10-29Remember to print out the next instruction if stepping over an external metho...Chris Lattner
2001-10-29Fix problem next'ing over an external methodChris Lattner
2001-10-27Implement a -trace command line option and a trace option in the interpreter.Chris Lattner