aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Don't release the Module, as that invalidates the Module* within theMisha Brukman2003-10-171-2/+2
* Tidy up doxygen comment for getPointerToFunction().Brian Gaeke2003-10-172-0/+20
* Refactor running the JIT passes on a single function into the new method,Brian Gaeke2003-10-171-7/+35
* Fix a typo in a comment, and zap a blank line.Brian Gaeke2003-10-161-2/+1
* JIT.cpp:Misha Brukman2003-10-162-5/+7
* * Reorder includes as per the style guideMisha Brukman2003-10-161-6/+22
* Order #includes as per the style guide.Misha Brukman2003-10-141-3/+3
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-144-9/+17
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-4/+5
* Make mmap's fd for anonymous memory acquisition default to -1, except onBrian Gaeke2003-10-111-2/+7
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-102-2/+0
* * Tabs to spacesMisha Brukman2003-10-101-8/+16
* Fix spelling.Misha Brukman2003-10-102-2/+2
* Never set any signal handlers.Brian Gaeke2003-10-101-37/+2
* Rewrite head-of-file comment.Brian Gaeke2003-10-101-14/+16
* Change to use GetAddressOfSymbol instead of dlsym.Brian Gaeke2003-10-102-18/+9
* Do not read past the end of the contained type listChris Lattner2003-10-091-2/+2
* Actually _PASS IN_ NO_RESERVE if we have it.Chris Lattner2003-10-061-1/+1
* Squelch warningChris Lattner2003-09-221-2/+2
* Change FunctionInfo from being an annotation put on Functions to beChris Lattner2003-09-173-22/+9
* * Move include files from middle of file to the top where they belong, movingMisha Brukman2003-09-101-7/+5
* Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.hMisha Brukman2003-09-101-0/+2
* Remove a bunch of unneeded stuphChris Lattner2003-09-081-45/+0
* Reorder #includes to follow LLVM conventionsChris Lattner2003-09-052-9/+9
* ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/Brian Gaeke2003-09-056-10/+10
* Make getOperandValue and executeCastOperation methods of Interpreter.Brian Gaeke2003-09-052-3/+6
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-058-193/+88
* Remove printOperandInfo(), and simplify run().Brian Gaeke2003-09-051-30/+0
* Remove support for printing values from a module by name, only usedBrian Gaeke2003-09-053-109/+0
* Remove support for interactive (step finish next) instructions.Brian Gaeke2003-09-054-186/+44
* Remove support for breakpoints (not used).Brian Gaeke2003-09-043-47/+8
* Move EE dtor where it belongsBrian Gaeke2003-09-041-0/+4
* Interpreter cleanups:Brian Gaeke2003-09-045-320/+33
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-036-12/+38
* Preselection is now integrated into the Sparc target libraryChris Lattner2003-09-011-1/+1
* Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner2003-09-011-1/+1
* Consult the target data, not the module, about how large the current pointerChris Lattner2003-08-241-4/+4
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-243-13/+31
* Add preliminary support for "any" pointersize/endianness. This will needChris Lattner2003-08-242-5/+6
* Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format andChris Lattner2003-08-211-26/+17
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-215-7/+35
* no really, implement it!Chris Lattner2003-08-181-2/+1
* Add support for casting any pointer to any integer typeChris Lattner2003-08-181-6/+8
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* rename selection library to selectiondagChris Lattner2003-08-151-1/+1
* Implement a _REAL_ memory manager for the code generated by the JIT. ThisChris Lattner2003-08-141-42/+100
* Deconstify parameter to getPointerToFunction().Brian Gaeke2003-08-131-1/+1
* Deconstify parameter to getPointerToFunction().Brian Gaeke2003-08-132-4/+4
* Deconstify parameter to getPointerToFunction().Brian Gaeke2003-08-131-5/+3
* In ExecutionEngine::getPointerToGlobal(), throw away const qualifierBrian Gaeke2003-08-131-1/+1