aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix old style testChris Lattner2003-09-081-3/+3
* Fix syntax error when makellvm is run in an invalid directory.Vikram S. Adve2003-09-081-2/+15
* Spell `occurrence' correctly.Misha Brukman2003-09-081-1/+1
* Fixed spelling of `intentionally'.Misha Brukman2003-09-072-6/+6
* Remove unneeded #includeChris Lattner2003-09-072-2/+0
* Checkin of autoconf-style object root.John Criswell2003-09-062-8/+12
* Checkin of autoconf-style object root.John Criswell2003-09-061-55/+1136
* Checkin of autoconf-style object root.John Criswell2003-09-0619-57/+57
* Checkin of autoconf-style object root.John Criswell2003-09-062-20/+39
* Checkin of autoconf-style object root.John Criswell2003-09-065-17/+69
* Checkin of autoconf-style object root.John Criswell2003-09-062-26/+16
* Checkin of autoconf-style object root.John Criswell2003-09-062-15/+184
* Checkin of autoconf-style object root.John Criswell2003-09-063-899/+104
* Added some optimizations:Misha Brukman2003-09-051-34/+66
* Reorder #includes to follow LLVM conventionsChris Lattner2003-09-053-14/+14
* No longer usedBrian Gaeke2003-09-051-16/+0
* Correct commentsBrian Gaeke2003-09-052-17/+1
* Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine)Brian Gaeke2003-09-052-4/+3
* Add ExecutionEngine directory.Brian Gaeke2003-09-051-1/+1
* ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/Brian Gaeke2003-09-056-10/+10
* -abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-)Brian Gaeke2003-09-051-1/+1
* Make getOperandValue and executeCastOperation methods of Interpreter.Brian Gaeke2003-09-053-7/+9
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-0510-199/+169
* Fix reading of invoke instrsChris Lattner2003-09-051-22/+23
* Zap some more unused static method declsBrian Gaeke2003-09-051-9/+0
* 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
* Get friendlyChris Lattner2003-09-051-2/+11
* Check in a bunch of minor fixes, plus a whole lot of #if 0'd out code, which ...Chris Lattner2003-09-051-25/+163
* Reshuffling of APIsChris Lattner2003-09-051-1/+44
* 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
* Remove methodChris Lattner2003-09-041-7/+0
* 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-042-8/+4
* Interpreter cleanups:Brian Gaeke2003-09-047-327/+37
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-038-21/+44
* 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