aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix spell-o'sChris Lattner2003-09-106-8/+8
* Spelling fixes. I think that "cannonical" is ok, but "canonical" appears toChris Lattner2003-09-101-21/+21
* Spelling fixesChris Lattner2003-09-101-5/+5
* Fix up file headerChris Lattner2003-09-101-2/+4
* clean up file header commentChris Lattner2003-09-101-5/+5
* Simplify some codeChris Lattner2003-09-101-8/+5
* Spell `occurrence' correctly.Misha Brukman2003-09-092-61/+60
* Updated to find source files using VPATH. This makes writing build rulesJohn Criswell2003-09-092-9/+18
* Reverting back to the previous revision.John Criswell2003-09-091-1/+1
* Modified the check for intrinsic functions. All intrinsic functions have toJohn Criswell2003-09-091-1/+1
* * Simplify printConstantValueOnly by moving the tail padding stuff directlyChris Lattner2003-09-092-130/+180
* Oops, look at the VOLATILE marker, not the opcodeChris Lattner2003-09-081-2/+2
* 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