summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* Added LLVM copyright header.John Criswell2003-10-21
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-20
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Hrm, a relic from the past. How cute :)Chris Lattner2003-10-20
* Interpret the new varargs intrinsics correctlyChris Lattner2003-10-18
* Don't release the Module, as that invalidates the Module* within theMisha Brukman2003-10-17
* Tidy up doxygen comment for getPointerToFunction().Brian Gaeke2003-10-17
* Refactor running the JIT passes on a single function into the new method,Brian Gaeke2003-10-17
* Fix a typo in a comment, and zap a blank line.Brian Gaeke2003-10-16
* JIT.cpp:Misha Brukman2003-10-16
* * Reorder includes as per the style guideMisha Brukman2003-10-16
* Order #includes as per the style guide.Misha Brukman2003-10-14
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* Make mmap's fd for anonymous memory acquisition default to -1, except onBrian Gaeke2003-10-11
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-10
* * Tabs to spacesMisha Brukman2003-10-10
* Fix spelling.Misha Brukman2003-10-10
* Never set any signal handlers.Brian Gaeke2003-10-10
* Rewrite head-of-file comment.Brian Gaeke2003-10-10
* Change to use GetAddressOfSymbol instead of dlsym.Brian Gaeke2003-10-10
* Do not read past the end of the contained type listChris Lattner2003-10-09
* Actually _PASS IN_ NO_RESERVE if we have it.Chris Lattner2003-10-06
* Squelch warningChris Lattner2003-09-22
* Change FunctionInfo from being an annotation put on Functions to beChris Lattner2003-09-17
* * Move include files from middle of file to the top where they belong, movingMisha Brukman2003-09-10
* Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.hMisha Brukman2003-09-10
* Remove a bunch of unneeded stuphChris Lattner2003-09-08
* Reorder #includes to follow LLVM conventionsChris Lattner2003-09-05
* ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/Brian Gaeke2003-09-05
* Make getOperandValue and executeCastOperation methods of Interpreter.Brian Gaeke2003-09-05
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-05
* Remove printOperandInfo(), and simplify run().Brian Gaeke2003-09-05
* Remove support for printing values from a module by name, only usedBrian Gaeke2003-09-05
* Remove support for interactive (step finish next) instructions.Brian Gaeke2003-09-05
* Remove support for breakpoints (not used).Brian Gaeke2003-09-04
* Move EE dtor where it belongsBrian Gaeke2003-09-04
* Interpreter cleanups:Brian Gaeke2003-09-04
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-03
* Preselection is now integrated into the Sparc target libraryChris Lattner2003-09-01
* Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner2003-09-01
* Consult the target data, not the module, about how large the current pointerChris Lattner2003-08-24
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-24
* Add preliminary support for "any" pointersize/endianness. This will needChris Lattner2003-08-24
* Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format andChris Lattner2003-08-21
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-21
* no really, implement it!Chris Lattner2003-08-18
* Add support for casting any pointer to any integer typeChris Lattner2003-08-18
* Spell `necessary' correctly.Misha Brukman2003-08-18
* rename selection library to selectiondagChris Lattner2003-08-15