| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial implementation of some source-level debugging stuff | Chris Lattner | 2004-01-05 | 6 | -0/+887 |
* | Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently | Chris Lattner | 2003-12-31 | 1 | -6/+25 |
* | * Add a new helper progress method | Chris Lattner | 2003-12-31 | 2 | -0/+20 |
* | Add some comments, add a new getGlobalVariable method | Chris Lattner | 2003-12-31 | 1 | -4/+28 |
* | * Make Module::getTypeName const | Chris Lattner | 2003-12-31 | 1 | -1/+5 |
* | Make the lookup method const. | Chris Lattner | 2003-12-31 | 1 | -1/+1 |
* | add new function | Chris Lattner | 2003-12-31 | 2 | -0/+12 |
* | clarify comments | Chris Lattner | 2003-12-31 | 2 | -20/+18 |
* | New class, useful for command-line interactive programs. | Chris Lattner | 2003-12-31 | 2 | -0/+112 |
* | doxygenify | Chris Lattner | 2003-12-31 | 2 | -8/+8 |
* | Add new function | Chris Lattner | 2003-12-30 | 2 | -56/+26 |
* | Further revisions of the FDHandle idea. In this version we use ownership | Chris Lattner | 2003-12-30 | 2 | -10/+44 |
* | Add a new class useful for providing fully materialized modules to ExecutionE... | Chris Lattner | 2003-12-30 | 1 | -0/+12 |
* | Add trivial exception specs to produce better code since the methods cannot | Chris Lattner | 2003-12-29 | 2 | -6/+6 |
* | Factor FDHandle out of the bytecode reader into the FileUtilities.h support | Chris Lattner | 2003-12-29 | 2 | -0/+42 |
* | add new function | Chris Lattner | 2003-12-29 | 2 | -0/+20 |
* | Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering | Chris Lattner | 2003-12-28 | 4 | -15/+17 |
* | Add coalescing to register allocator. A hint is added to each interval | Alkis Evlogimenos | 2003-12-28 | 2 | -0/+2 |
* | Add TargetInstrInfo::isMoveInstr() to support coalescing in register | Alkis Evlogimenos | 2003-12-28 | 1 | -0/+10 |
* | We may now pass IntrinsicLowering implementations into these methods | Chris Lattner | 2003-12-28 | 2 | -17/+24 |
* | add argument | Chris Lattner | 2003-12-28 | 1 | -4/+6 |
* | ABC's must have virtual dtors! Shame on me! | Chris Lattner | 2003-12-28 | 2 | -0/+2 |
* | Move header into top-level llvm dir | Chris Lattner | 2003-12-28 | 2 | -6/+6 |
* | Add new interface that allows removal of some code from the code generators, | Chris Lattner | 2003-12-28 | 2 | -0/+126 |
* | New method | Chris Lattner | 2003-12-26 | 1 | -0/+7 |
* | Rename 'run' to 'runFunction' to emphasize that it is usable to run any | Chris Lattner | 2003-12-26 | 1 | -6/+8 |
* | Hrm is a really nasty ommission. The lack of this destructor was causing abs... | Chris Lattner | 2003-12-23 | 1 | -0/+2 |
* | Rename ClassifyExpression -> ClassifyExpr | Chris Lattner | 2003-12-23 | 1 | -6/+6 |
* | Doxygenize methods, add new getIntPtrType method | Chris Lattner | 2003-12-22 | 1 | -10/+14 |
* | fix grammao | Chris Lattner | 2003-12-22 | 1 | -1/+1 |
* | Change weight into a float so that we can take into account the | Alkis Evlogimenos | 2003-12-21 | 2 | -4/+6 |
* | Add support for inactive intervals. This effectively reuses registers | Alkis Evlogimenos | 2003-12-21 | 2 | -8/+12 |
* | Rearrange code, indent for the namespace, add the createMachineFunctionPrinte... | Chris Lattner | 2003-12-20 | 2 | -45/+48 |
* | Remove sparc specific passes from public headers | Chris Lattner | 2003-12-20 | 1 | -2/+0 |
* | Remove a horrible API | Chris Lattner | 2003-12-20 | 1 | -2/+0 |
* | Cleanups to implement PR135 | Chris Lattner | 2003-12-20 | 1 | -4/+11 |
* | Simple refactorings to prepare for lazy global emission | Chris Lattner | 2003-12-20 | 1 | -3/+10 |
* | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner | 2003-12-20 | 2 | -25/+62 |
* | Add new function | Chris Lattner | 2003-12-19 | 1 | -0/+10 |
* | Remove TwoAddressInstruction from the public headers and add an ID | Alkis Evlogimenos | 2003-12-18 | 2 | -51/+5 |
* | Add TwoAddressInstructionPass to handle instructions that have two or | Alkis Evlogimenos | 2003-12-18 | 2 | -12/+107 |
* | Rename LiveIntervals::expired() to LiveIntervals::expiredAt(). | Alkis Evlogimenos | 2003-12-18 | 2 | -2/+2 |
* | Handle multiple virtual register definitions gracefully. | Alkis Evlogimenos | 2003-12-18 | 2 | -94/+8 |
* | Add a new AliassetTracker::remove method. Because we need to be able to remove | Chris Lattner | 2003-12-18 | 1 | -9/+33 |
* | Fix typo in comment. | Brian Gaeke | 2003-12-16 | 1 | -1/+1 |
* | This header is dead | Chris Lattner | 2003-12-15 | 1 | -44/+0 |
* | I wonder how this didn't cause any tests to fail... | Alkis Evlogimenos | 2003-12-14 | 1 | -2/+2 |
* | Change interface of MachineOperand as follows: | Alkis Evlogimenos | 2003-12-14 | 1 | -20/+16 |
* | Add capability to represent volatile AliasSet's | Chris Lattner | 2003-12-14 | 1 | -3/+13 |
* | Ignore non-allocatable physical registers in live interval analysis. | Alkis Evlogimenos | 2003-12-13 | 1 | -0/+4 |