| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce duplicated hash map lookups. | Benjamin Kramer | 2012-08-22 | 1 | -5/+6 |
* | Silence unused variable warning in -asserts build | Matt Beaumont-Gay | 2012-08-03 | 1 | -0/+1 |
* | Eliminate the VNInfo::hasPHIKill() flag. | Jakob Stoklund Olesen | 2012-08-03 | 1 | -1/+0 |
* | Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef(). | Jakob Stoklund Olesen | 2012-07-27 | 1 | -2/+0 |
* | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 2012-02-19 | 1 | -1/+0 |
* | Don't explicitly renumber slot indices. | Jakob Stoklund Olesen | 2012-02-06 | 1 | -2/+0 |
* | Don't store COPY pointers in VNInfo. | Jakob Stoklund Olesen | 2012-02-04 | 1 | -1/+0 |
* | Rename SlotIndexes to match how they are used. | Jakob Stoklund Olesen | 2011-11-13 | 1 | -7/+7 |
* | Use an existing method. | Cameron Zwarich | 2011-10-13 | 1 | -1/+1 |
* | To find the exiting VN of a LiveInterval from a block, use the previous slot | Cameron Zwarich | 2011-10-12 | 1 | -1/+1 |
* | Trim an unneeded header. | Jakob Stoklund Olesen | 2011-08-09 | 1 | -0/+1 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | Add some statistics to StrongPHIElimination. | Cameron Zwarich | 2011-02-14 | 1 | -0/+8 |
* | Eliminate some extra hash table lookups. | Cameron Zwarich | 2011-01-09 | 1 | -7/+10 |
* | Add an informative comment. | Cameron Zwarich | 2011-01-09 | 1 | -1/+9 |
* | Fix coding style. | Cameron Zwarich | 2011-01-08 | 1 | -64/+64 |
* | Switch to path halving from path compression for a small speedup. This also | Cameron Zwarich | 2011-01-04 | 1 | -6/+12 |
* | Eliminate repeated allocation of a per-BB DenseMap for a 4.6% reduction of time | Cameron Zwarich | 2011-01-04 | 1 | -6/+5 |
* | Use getVRegDef() instead of def_iterator. This leads to fewer defs being added | Cameron Zwarich | 2010-12-30 | 1 | -4/+3 |
* | Instead of processing every instruction when splitting interferences, only | Cameron Zwarich | 2010-12-29 | 1 | -27/+61 |
* | Add text explaining an assertion. | Cameron Zwarich | 2010-12-29 | 1 | -1/+3 |
* | Revert the optimization in r122596. It is correct for all current targets, but | Cameron Zwarich | 2010-12-28 | 1 | -1/+8 |
* | Avoid iterating every operand of an instruction in StrongPHIElimination, since | Cameron Zwarich | 2010-12-28 | 1 | -4/+3 |
* | Change an assertion to assert what the code actually relies upon. | Cameron Zwarich | 2010-12-27 | 1 | -1/+1 |
* | Land a first cut at StrongPHIElimination. There are only 5 new test failures | Cameron Zwarich | 2010-12-27 | 1 | -64/+590 |
* | Simplify a check for implicit defs and remove a FIXME. | Cameron Zwarich | 2010-12-24 | 1 | -8/+6 |
* | Incremental progress towards a new implementation of StrongPHIElimination. Most | Cameron Zwarich | 2010-12-21 | 1 | -3/+186 |
* | Some cleanup before I start committing some incremental progress on | Cameron Zwarich | 2010-12-05 | 1 | -21/+22 |
* | Delete the StrongPHIElimination pass, leaving only a shell. | Jakob Stoklund Olesen | 2010-12-03 | 1 | -1018/+22 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+6 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson | 2010-08-23 | 1 | -3/+2 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -2/+2 |
* | Replace copyRegToReg with COPY everywhere in lib/CodeGen except for FastISel. | Jakob Stoklund Olesen | 2010-07-10 | 1 | -10/+9 |
* | Don't track kills in VNInfo. Use interval ends instead. | Jakob Stoklund Olesen | 2010-06-25 | 1 | -3/+0 |
* | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 2010-05-06 | 1 | -4/+4 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -7/+6 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -6/+6 |
* | Revert accidental commit. | Bill Wendling | 2009-12-17 | 1 | -1/+1 |
* | Turn off critical edge splitting for landing pads. The introduction of a | Bill Wendling | 2009-12-17 | 1 | -1/+1 |
* | The Indexes Patch. | Lang Hames | 2009-11-03 | 1 | -27/+28 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | Oops. Renamed remaining MachineInstrIndex references. | Lang Hames | 2009-10-03 | 1 | -1/+1 |
* | Renamed MachineInstrIndex to LiveIndex. | Lang Hames | 2009-10-03 | 1 | -9/+9 |
* | Removed static qualifier from a few index related methods. These methods may ... | Lang Hames | 2009-09-09 | 1 | -9/+8 |