summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #include broken by iMemory.h not including DerivedTypes.hChris Lattner2002-04-291-1/+1
* FIXME removed: malloc/alloca ALWAYS have a size argumentChris Lattner2002-04-281-7/+2
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-5/+6
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-28/+29
* Change from Method to FunctionChris Lattner2002-03-261-4/+2
* Keep track of memory allocated by alloca so that it is freed appropriatelyChris Lattner2002-02-191-5/+6
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-4/+6
* Add new abort-on-exceptions flagChris Lattner2002-02-121-2/+7
* Make array bound checks optional and disabled by default.Chris Lattner2002-02-111-2/+2
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-41/+44
* * Support the new -q flag for automated testsChris Lattner2001-12-141-39/+32
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-3/+3
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-37/+38
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-0/+1
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Move DataTypes.h from llvm/Support to just SupportChris Lattner2001-11-261-1/+0
* * Implement array indexing in lliChris Lattner2001-11-261-24/+44
* Rename cruftChris Lattner2001-11-141-3/+3
* Print percentages for profiling info betterChris Lattner2001-11-121-1/+19
* Print profile info if exit() is calledChris Lattner2001-11-121-26/+30
* Hack a structure profiling option togetherChris Lattner2001-11-121-0/+45
* Correct problem that allows indirect function callsChris Lattner2001-11-071-1/+5
* * Switch to operation on pointers with PointerTy more consistentlyChris Lattner2001-11-071-44/+110
* *Print Stack traces better.Chris Lattner2001-11-071-22/+34
* * Use cached writer to speed up printing and get symbolic types more consiste...Chris Lattner2001-11-071-14/+48
* Implement xor operatorChris Lattner2001-10-301-0/+22
* * Add some assertions for checking internal error conditionsChris Lattner2001-10-301-32/+90
* Print out a label if we step into the first instruction of a basic blockChris Lattner2001-10-291-0/+3
* Implement getelementptr instruction as well as the load and store formsChris Lattner2001-10-291-6/+44
* Remember to print out the next instruction if stepping over an external metho...Chris Lattner2001-10-291-0/+2
* Fix problem next'ing over an external methodChris Lattner2001-10-291-2/+6
* Implement a -trace command line option and a trace option in the interpreter.Chris Lattner2001-10-271-0/+3
* * Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner2001-10-271-35/+65
* Provide argv for commandsChris Lattner2001-10-271-1/+1
* * Implement exit() builtin functionChris Lattner2001-10-271-0/+9
* Enhancements to pass argc & argv to main if requiredChris Lattner2001-10-181-0/+2
* Implement ulong & long supportChris Lattner2001-10-151-27/+33
* Implement initializers for structs and pointersChris Lattner2001-10-151-80/+100
* Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner2001-10-151-25/+138
* Commit more code over to new cast styleChris Lattner2001-10-021-10/+10
* Convert more code to use new style castsChris Lattner2001-10-011-2/+2
* Add support for new style castsChris Lattner2001-10-011-1/+1
* File #include fileChris Lattner2001-09-281-1/+1
* Make a new llvm/Target #include directory.Chris Lattner2001-09-141-1/+1
* Use the correct style castsChris Lattner2001-09-101-1/+1
* Genericize support for calling functions a bitChris Lattner2001-09-101-18/+23
* Lots of new functionalityChris Lattner2001-08-271-12/+261
* Initial checkin of interpreterChris Lattner2001-08-231-0/+598
OpenPOWER on IntegriCloud