aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner2003-09-089-90/+44
* Fix bugChris Lattner2003-09-081-1/+2
* Should invokify is always trueChris Lattner2003-09-081-24/+16
* Add support for the unwind instructionChris Lattner2003-09-089-2/+49
* Add support for unwindChris Lattner2003-09-081-0/+1
* Parse volatile loads/storesChris Lattner2003-09-082-17/+27
* Read volatile loads/storesChris Lattner2003-09-081-2/+4
* Remove a bunch of unneeded stuphChris Lattner2003-09-081-45/+0
* Do not hoist volatile loadsChris Lattner2003-09-081-1/+1
* Fix bug: RLE-Preserve-Volatile.llChris Lattner2003-09-081-2/+6
* Remove a gross hack that was there to support bytecode files that are over a ...Chris Lattner2003-09-083-65/+12
* Add support for writing volatile load/storesChris Lattner2003-09-081-22/+22
* Add support for volatile loads/storesChris Lattner2003-09-082-3/+24
* Spell `occurrence' correctly.Misha Brukman2003-09-081-1/+1
* Checkin of autoconf-style object root.John Criswell2003-09-062-26/+16
* Added some optimizations:Misha Brukman2003-09-051-34/+66
* Reorder #includes to follow LLVM conventionsChris Lattner2003-09-052-9/+9
* Correct commentsBrian Gaeke2003-09-052-17/+1
* Add ExecutionEngine directory.Brian Gaeke2003-09-051-1/+1
* 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
* Fix reading of invoke instrsChris Lattner2003-09-051-22/+23
* Whoa, we were misreading invoke instructions "normal" destinations quite badly.Chris Lattner2003-09-051-2/+2
* Remove printOperandInfo(), and simplify run().Brian Gaeke2003-09-051-30/+0
* Add asserts, move code around. This gets the dropAllTypeUses partially imple...Chris Lattner2003-09-051-11/+24
* 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
* Move functionality preserving changes.Chris Lattner2003-09-051-26/+14
* Refactor what has effectively become copy-and-pasted codeChris Lattner2003-09-051-32/+17
* Check in a bunch of minor fixes, plus a whole lot of #if 0'd out code, which ...Chris Lattner2003-09-051-25/+163
* containsEquivalent never returns its argumentChris Lattner2003-09-041-9/+5
* Non-functional changeChris Lattner2003-09-041-1/+1
* Remove needless usage of getDescription()Chris Lattner2003-09-041-25/+24
* Inline methodChris Lattner2003-09-041-23/+12
* Don't try to be sneaky, breaking recursive types in the processChris Lattner2003-09-041-7/+2
* This is now unnecessaryChris Lattner2003-09-041-3/+0
* 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
* Avoid printing meaningless numbersChris Lattner2003-09-031-4/+1
* Fix bug where we couldn't print a function without a nameChris Lattner2003-09-031-1/+3
* Follow the pattern of all other atu'sChris Lattner2003-09-031-6/+2
* No need to rescan types when they are created.Chris Lattner2003-09-031-9/+16
* Another small speedup, this one to: 2.42sChris Lattner2003-09-021-2/+2
* Don't return bogus references, and don't add an entry to the Concrete mapChris Lattner2003-09-021-6/+5
* Another optimization, speed up the testcase to 2.7sChris Lattner2003-09-021-4/+10
* Removal of explicit stack, which requires the method to be a member (so it canChris Lattner2003-09-021-33/+30
* Remove the "recursive bit", not only is it unused by anyone, it was alsoChris Lattner2003-09-021-18/+12