Age | Commit message (Expand) | Author |
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-09-23 | Don't sink insert_subreg, subreg_to_reg, reg_sequence. They are meant to be | Evan Cheng |
2010-09-20 | Enable machine sinking critical edge splitting. e.g. | Evan Cheng |
2010-09-20 | Avoid splitting critical edge twice for a set of PHI uses. | Evan Cheng |
2010-09-18 | Fix code that break critical edges for PHI uses. Watch out for multiple PHIs ... | Evan Cheng |
2010-09-17 | Teach machine sink to | Evan Cheng |
2010-08-19 | Update debug logs. | Evan Cheng |
2010-08-19 | It's possible to sink a def if its local uses are PHI's. | Evan Cheng |
2010-08-19 | Remove disabled assertion. | Evan Cheng |
2010-08-19 | Teach machine-sink to break critical edges when appropriate. Work in progress. | Evan Cheng |
2010-08-18 | If any def of a machine-sink candidate has local uses, it's obviously not saf... | Evan Cheng |
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-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-06-25 | - Reapply r106066 now that the bzip2 build regression has been fixed. | Bill Wendling |
2010-06-23 | Revert r106066, "Create a more targeted fix for not sinking instructions into... | Daniel Dunbar |
2010-06-16 | Improve comment to include that the use of a preg is also verboten in this si... | Bill Wendling |
2010-06-15 | Create a more targeted fix for not sinking instructions into a range where it | Bill Wendling |
2010-06-03 | Cleanup 80-column and trim trailing whitespace | Jim Grosbach |
2010-06-03 | Machine sink could potentially sink instructions into a block where the physical | Bill Wendling |
2010-06-02 | Compulsive reformating. No functionalitical changes. | Bill Wendling |
2010-05-13 | Teach MachineLICM and MachineSink how to clear kill flags conservatively | Dan Gohman |
2010-04-15 | Avoid sinking machine instructions into a loop. | Jakob Stoklund Olesen |
2010-04-13 | Teach MachineSinking to handle easy critical edges. | Jakob Stoklund Olesen |
2010-04-05 | Don't do code sinking on unreachable blocks. It's unprofitable and hazardous. | Dan Gohman |
2010-03-05 | Fix some more places where dbg_value affected codegen. | Dale Johannesen |
2010-03-02 | Swap parameters of isSafeToMove and isSafeToReMat for consistency. | Evan Cheng |
2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
2010-01-05 | Change errs() to dbgs(). | David Greene |
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-19 | Fix a typo in a comment. | Dan Gohman |
2009-10-19 | Change a few instance variables to be local variables. | Dan Gohman |
2009-10-09 | Factor out LiveIntervalAnalysis' code to determine whether an instruction | Dan Gohman |
2009-10-07 | Replace TargetInstrInfo::isInvariantLoad and its target-specific | Dan Gohman |
2009-09-26 | Don't hoist or sink instructions with physreg uses if the physreg is | Dan Gohman |
2009-09-25 | Fix MachineSink to be able to sink instructions that use physical registers | Dan Gohman |
2009-09-25 | Simplify this code by using use_iterator instead of reg_iterator | Dan Gohman |
2009-08-23 | remove std::ostream versions of printing stuff for MBB and MF, | Chris Lattner |
2009-08-22 | Convert DOUT to DEBUG(errs()...). | Bill Wendling |
2009-08-05 | Various comment fixes. | Dan Gohman |
2009-07-31 | Use setPreservesAll and setPreservesCFG in CodeGen passes. | Dan Gohman |
2009-04-10 | fix two problems with machine sinking: | Chris Lattner |
2009-02-15 | Fix PR3522. It's not safe to sink into landing pad BB's. | Evan Cheng |
2009-02-07 | Don't sink the instruction if TargetRegisterInfo::isSafeToMoveRegClassDefs do... | Evan Cheng |
2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman |