| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Add new getJITStubForFunction method, which may optionally be implemented by | Chris Lattner | 2003-12-12 | 1 | -2/+11 |
* | Doxygenify comments, remove extraneous #include | Chris Lattner | 2003-12-12 | 1 | -16/+15 |
* | Use uintptr_t for pointer values in the ExecutionEngine. | Brian Gaeke | 2003-12-12 | 1 | -1/+1 |
* | Fix typo in comment | Brian Gaeke | 2003-12-12 | 1 | -1/+1 |
* | IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.h | Brian Gaeke | 2003-12-11 | 1 | -0/+5 |
* | IncludeFile hack to pull in BasicAliasAnalysis whenever AliasAnalysis.h | Brian Gaeke | 2003-12-11 | 1 | -0/+9 |
* | add two new virtual functions: | Chris Lattner | 2003-12-08 | 1 | -0/+17 |
* | Since ssaification of the varargs builtings, the vaarg instruction no longer | Chris Lattner | 2003-12-08 | 1 | -2/+0 |
* | Regenerated using autoheader-2.57 | Brian Gaeke | 2003-12-08 | 1 | -0/+4 |
* | The recalclulate method was a nasty hack that was once used by the -cee pass, | Chris Lattner | 2003-12-07 | 1 | -5/+0 |
* | Rewrite dominators implementation. Now domset is constructed from immdom, | Chris Lattner | 2003-12-07 | 1 | -95/+111 |
* | Move this method out of the generic dominators calculation code | Chris Lattner | 2003-12-07 | 1 | -0/+2 |
* | Move operator<<(std::ostream&, const LiveInterval&) out of the header file. | Alkis Evlogimenos | 2003-12-05 | 2 | -18/+4 |
* | Lock abstraction, introduced with a view toward making the JIT thread-safe. | Brian Gaeke | 2003-12-01 | 1 | -0/+69 |
* | Add new block number | Chris Lattner | 2003-12-01 | 1 | -0/+4 |
* | Remove unused enum value | Chris Lattner | 2003-12-01 | 1 | -1/+0 |
* | Add some "useful" methods | Chris Lattner | 2003-12-01 | 1 | -0/+6 |