Age | Commit message (Expand) | Author |
2012-02-19 | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles |
2012-02-06 | Don't explicitly renumber slot indices. | Jakob Stoklund Olesen |
2012-02-04 | Don't store COPY pointers in VNInfo. | Jakob Stoklund Olesen |
2011-11-13 | Rename SlotIndexes to match how they are used. | Jakob Stoklund Olesen |
2011-10-13 | Use an existing method. | Cameron Zwarich |
2011-10-12 | To find the exiting VN of a LiveInterval from a block, use the previous slot | Cameron Zwarich |
2011-08-09 | Trim an unneeded header. | Jakob Stoklund Olesen |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-02-14 | Add some statistics to StrongPHIElimination. | Cameron Zwarich |
2011-01-09 | Eliminate some extra hash table lookups. | Cameron Zwarich |
2011-01-09 | Add an informative comment. | Cameron Zwarich |
2011-01-08 | Fix coding style. | Cameron Zwarich |
2011-01-04 | Switch to path halving from path compression for a small speedup. This also | Cameron Zwarich |
2011-01-04 | Eliminate repeated allocation of a per-BB DenseMap for a 4.6% reduction of time | Cameron Zwarich |
2010-12-30 | Use getVRegDef() instead of def_iterator. This leads to fewer defs being added | Cameron Zwarich |
2010-12-29 | Instead of processing every instruction when splitting interferences, only | Cameron Zwarich |
2010-12-29 | Add text explaining an assertion. | Cameron Zwarich |
2010-12-28 | Revert the optimization in r122596. It is correct for all current targets, but | Cameron Zwarich |
2010-12-28 | Avoid iterating every operand of an instruction in StrongPHIElimination, since | Cameron Zwarich |
2010-12-27 | Change an assertion to assert what the code actually relies upon. | Cameron Zwarich |
2010-12-27 | Land a first cut at StrongPHIElimination. There are only 5 new test failures | Cameron Zwarich |
2010-12-24 | Simplify a check for implicit defs and remove a FIXME. | Cameron Zwarich |
2010-12-21 | Incremental progress towards a new implementation of StrongPHIElimination. Most | Cameron Zwarich |
2010-12-05 | Some cleanup before I start committing some incremental progress on | Cameron Zwarich |
2010-12-03 | Delete the StrongPHIElimination pass, leaving only a shell. | Jakob Stoklund Olesen |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-08-23 | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-10 | Replace copyRegToReg with COPY everywhere in lib/CodeGen except for FastISel. | Jakob Stoklund Olesen |
2010-06-25 | Don't track kills in VNInfo. Use interval ends instead. | Jakob Stoklund Olesen |
2010-05-06 | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman |
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 |