Age | Commit message (Expand) | Author |
2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2009-12-17 | Revert accidental commit. | Bill Wendling |
2009-12-17 | Turn off critical edge splitting for landing pads. The introduction of a | Bill Wendling |
2009-11-03 | The Indexes Patch. | Lang Hames |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
2009-10-03 | Oops. Renamed remaining MachineInstrIndex references. | Lang Hames |
2009-10-03 | Renamed MachineInstrIndex to LiveIndex. | Lang Hames |
2009-09-09 | Removed static qualifier from a few index related methods. These methods may ... | Lang Hames |
2009-09-04 | Replaces uses of unsigned for indexes in LiveInterval and VNInfo with | Lang Hames |
2009-08-23 | remove a few DOUTs here and there. | Chris Lattner |
2009-08-10 | Modified VNInfo. The "copy" member is now a union which holds the copy for a ... | Lang Hames |
2009-07-31 | Use setPreservesAll and setPreservesCFG in CodeGen passes. | Dan Gohman |
2009-07-09 | Improved tracking of value number kills. VN kills are now represented | Lang Hames |
2009-06-17 | VNInfo cleanup. | Lang Hames |
2009-06-02 | Update to in-place spilling framework. Includes live interval scaling and tri... | Lang Hames |
2008-10-12 | Fix a bug in live-in detection that caused lost-copy problems to show up. | Owen Anderson |
2008-10-04 | Fix compilation error on MSVC. | Argyrios Kyrtzidis |
2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman |
2008-10-02 | Use a multimap rather than a map for holding the list of copies to insert, so... | Owen Anderson |
2008-09-30 | Mark merged-in VNInfo's as being PHIKilled. | Owen Anderson |
2008-09-26 | We don't need to insert copies for implicit_def's. | Owen Anderson |
2008-09-24 | Fix off-by-one error when updating live intervals. | Owen Anderson |
2008-09-23 | Add initial support for inserting last minute copies. | Owen Anderson |
2008-09-22 | Significant improvements to the logic for merging live intervals. This code ... | Owen Anderson |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-08-14 | Use empty() instead of begin() == end(). | Dan Gohman |
2008-08-13 | Get rid of unused variable. | Owen Anderson |
2008-08-13 | 1) Merge entire live intervals instead of parts of them. | Owen Anderson |
2008-08-07 | Do a dominator walk when scheduling copies, rather than a DFS on the CFG. Al... | Owen Anderson |
2008-08-06 | Correct handle cases where two phis are coalesced together, and correct break... | Owen Anderson |
2008-08-06 | We don't need to try to coalesce input vregs that are the same as the output ... | Owen Anderson |
2008-08-06 | Only trim a live interval if the register is not used after the PHI node. | Owen Anderson |
2008-08-05 | Oops, we were already checking for dead phis. Handle this the proper way, then. | Owen Anderson |
2008-08-05 | We don't need to update live intervals for dead PHIs. | Owen Anderson |
2008-07-30 | Use existing LiveInterval methods to simplify live interval merging. Thanks ... | Owen Anderson |
2008-07-30 | When merging live intervals, we also need to merge in any live ranges that ar... | Owen Anderson |
2008-07-29 | When merging a PHI operand's live interval into the PHI's live interval, we n... | Owen Anderson |
2008-07-25 | Fix the issues originally addressed in r54070. After thinking about it some ... | Owen Anderson |
2008-07-25 | In order to avoid reprocessing a register more than once, we need to add it | Owen Anderson |
2008-07-25 | Remove live interval entries for an interval if we're eliminating its only VN. | Owen Anderson |
2008-07-24 | Store the predecessor MBB in the PHIUnion, rather than an index, since the in... | Owen Anderson |
2008-06-05 | Remove debugging code. | Owen Anderson |
2008-06-05 | Use the newly created helper on LiveIntervals. | Owen Anderson |
2008-06-04 | Correctly construct live intervals for the copies we inserted into the predec... | Owen Anderson |
2008-06-04 | We need to subtract one from this index because live ranges are open at the end. | Owen Anderson |
2008-05-30 | Preserve the register coallescer, and update live intervals more correctly by... | Owen Anderson |
2008-05-13 | Change class' public PassInfo variables to by initialized with the | Dan Gohman |