summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Initial checkin of the LLVM source-level debugger. This is still not finished,Chris Lattner2004-01-05
* Currently we cannot handle two-address instructions of the form:Alkis Evlogimenos2004-01-05
* Update description.Alkis Evlogimenos2004-01-04
* Not all platforms supports sighandler_t, so I changed it to use the olderJohn Criswell2004-01-01
* Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficientlyChris Lattner2003-12-31
* * Add a new helper progress methodChris Lattner2003-12-31
* Add some comments, add new getGlobalVariable methodChris Lattner2003-12-31
* Add missing #includeChris Lattner2003-12-31
* * Make Module::getTypeName constChris Lattner2003-12-31
* Make the lookup method const.Chris Lattner2003-12-31
* Add new functionChris Lattner2003-12-31
* New class, useful for command-line interactive programs.Chris Lattner2003-12-31
* Fix PR198Chris Lattner2003-12-31
* Add commentsChris Lattner2003-12-31
* Minor code cleanups. The only bugfix is to the UR_DEBUG stuff which didn'tChris Lattner2003-12-31
* remove some useless #includesChris Lattner2003-12-30
* Use new getFileSize function instead of sys/stat.h directly.Chris Lattner2003-12-30
* Add new methodChris Lattner2003-12-30
* Further revisions of the FDHandle idea. In this version we use ownershipChris Lattner2003-12-30
* Add trivial exception specs to produce better code since the methods cannotChris Lattner2003-12-29
* Factor FDHandle out of the bytecode reader into the FileUtilities.h supportChris Lattner2003-12-29
* implement new getToken functionChris Lattner2003-12-29
* Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner2003-12-28
* Reserve ECX and EDI instead of EBX and EDI. Since EBX is a calleeAlkis Evlogimenos2003-12-28
* Add coalescing to register allocator. A hint is added to each intervalAlkis Evlogimenos2003-12-28
* Add TargetInstrInfo::isMoveInstr() to support coalescing in registerAlkis Evlogimenos2003-12-28
* Whoops, don't try to lower non intrinsic callsChris Lattner2003-12-28
* implement support for the intrinsic lowering functionalityChris Lattner2003-12-28
* Eliminate some code that is not needed now that we have the intrinsic lowerin...Chris Lattner2003-12-28
* Pass around IntrinsicLowering instances as appropriate.Chris Lattner2003-12-28
* Use the intrinsic lowering functionalityChris Lattner2003-12-28
* Move into the VMCore libraryChris Lattner2003-12-28
* Implement the default implementation of the intrinsic lowering classChris Lattner2003-12-28
* finegrainify namespacificationChris Lattner2003-12-28
* Merging constants can cause further room for improvement. Iterate untilChris Lattner2003-12-28
* Add a noteChris Lattner2003-12-28
* Factor code out of LLIChris Lattner2003-12-26
* minor cleanupsChris Lattner2003-12-26
* No longer run atExit functions from run()Chris Lattner2003-12-26
* No longer run atExit functions from run()Chris Lattner2003-12-26
* Improve debugging output when choosing a register to spill.Alkis Evlogimenos2003-12-24
* Do a separate pass to compute spill weights because doing it inlineAlkis Evlogimenos2003-12-24
* Right, fix the problem with invoke instructions, not just call instructionsChris Lattner2003-12-23
* Do not delete the type holder until after the call instruction has beenChris Lattner2003-12-23
* Modified the logic so that library objects with main() are only linked inJohn Criswell2003-12-23
* Minor cleanups, plug a minor memory leakChris Lattner2003-12-23
* Change the way free regusters are computed and perform betterAlkis Evlogimenos2003-12-23
* Modified the linker so that it always links in an object from an archiveJohn Criswell2003-12-23
* rename ClassifyExpression -> ClassifyExprChris Lattner2003-12-23
* More minor non-functional changes. This now computes the exit condition, thoughChris Lattner2003-12-23