summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Initial implementation of some source-level debugging stuffChris Lattner2004-01-05
* Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficientlyChris Lattner2003-12-31
* * Add a new helper progress methodChris Lattner2003-12-31
* Add some comments, add a new getGlobalVariable methodChris 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
* clarify commentsChris Lattner2003-12-31
* New class, useful for command-line interactive programs.Chris Lattner2003-12-31
* doxygenifyChris Lattner2003-12-31
* Add new functionChris Lattner2003-12-30
* Further revisions of the FDHandle idea. In this version we use ownershipChris Lattner2003-12-30
* Add a new class useful for providing fully materialized modules to ExecutionE...Chris 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
* add new functionChris Lattner2003-12-29
* Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner2003-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
* We may now pass IntrinsicLowering implementations into these methodsChris Lattner2003-12-28
* add argumentChris Lattner2003-12-28
* ABC's must have virtual dtors! Shame on me!Chris Lattner2003-12-28
* Move header into top-level llvm dirChris Lattner2003-12-28
* Add new interface that allows removal of some code from the code generators,Chris Lattner2003-12-28
* New methodChris Lattner2003-12-26
* Rename 'run' to 'runFunction' to emphasize that it is usable to run anyChris Lattner2003-12-26
* Hrm is a really nasty ommission. The lack of this destructor was causing abs...Chris Lattner2003-12-23
* Rename ClassifyExpression -> ClassifyExprChris Lattner2003-12-23
* Doxygenize methods, add new getIntPtrType methodChris Lattner2003-12-22
* fix grammaoChris Lattner2003-12-22
* Change weight into a float so that we can take into account theAlkis Evlogimenos2003-12-21
* Add support for inactive intervals. This effectively reuses registersAlkis Evlogimenos2003-12-21
* Rearrange code, indent for the namespace, add the createMachineFunctionPrinte...Chris Lattner2003-12-20
* Remove sparc specific passes from public headersChris Lattner2003-12-20
* Remove a horrible APIChris Lattner2003-12-20
* Cleanups to implement PR135Chris Lattner2003-12-20
* Simple refactorings to prepare for lazy global emissionChris Lattner2003-12-20
* Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner2003-12-20
* Add new functionChris Lattner2003-12-19
* Remove TwoAddressInstruction from the public headers and add an IDAlkis Evlogimenos2003-12-18
* Add TwoAddressInstructionPass to handle instructions that have two orAlkis Evlogimenos2003-12-18
* Rename LiveIntervals::expired() to LiveIntervals::expiredAt().Alkis Evlogimenos2003-12-18
* Handle multiple virtual register definitions gracefully.Alkis Evlogimenos2003-12-18
* Add a new AliassetTracker::remove method. Because we need to be able to removeChris Lattner2003-12-18
* Fix typo in comment.Brian Gaeke2003-12-16
* This header is deadChris Lattner2003-12-15
* I wonder how this didn't cause any tests to fail...Alkis Evlogimenos2003-12-14
* Change interface of MachineOperand as follows:Alkis Evlogimenos2003-12-14
* Add capability to represent volatile AliasSet'sChris Lattner2003-12-14
* Ignore non-allocatable physical registers in live interval analysis.Alkis Evlogimenos2003-12-13