Age | Commit message (Expand) | Author |
2006-02-22 | Don't return registers from register classes that aren't legal. | Chris Lattner |
2006-02-22 | split register class handling from explicit physreg handling. | Chris Lattner |
2006-02-21 | Updates to match change of getRegForInlineAsmConstraint prototype | Chris Lattner |
2006-02-18 | Add a fold for add that exchanges it with a constant shift if possible, so | Nate Begeman |
2006-02-17 | Fix bug noticed by VC++. | Jeff Cohen |
2006-02-16 | Rework the SelectionDAG-based implementations of SimplifyDemandedBits | Nate Begeman |
2006-02-14 | Rename maxStoresPerMemSet to maxStoresPerMemset, etc. | Evan Cheng |
2006-02-04 | implementation of some methods for inlineasm | Chris Lattner |
2006-02-03 | Implement some feedback from sabre | Nate Begeman |
2006-02-03 | Add a framework for eliminating instructions that produces undemanded bits. | Nate Begeman |
2006-02-02 | Implement MaskedValueIsZero for ANY_EXTEND nodes | Chris Lattner |
2006-02-01 | Beef up the interface to inline asm constraint parsing, making it more genera... | Chris Lattner |
2006-01-30 | Move MaskedValueIsZero from the DAGCombiner to the TargetLowering interface,m... | Chris Lattner |
2006-01-30 | adjust prototype | Chris Lattner |
2006-01-29 | clean up interface to ValueTypeActions | Chris Lattner |
2006-01-26 | Implement a method for inline asm support | Chris Lattner |
2006-01-25 | initialize an instance var, apparently I forgot to commit this long ago | Chris Lattner |
2006-01-25 | Set SchedulingForLatency to be the default scheduling preference for all. | Evan Cheng |
2005-12-21 | Lefted out TargetLowering:: | Evan Cheng |
2005-12-21 | * Fix a GlobalAddress lowering bug. | Evan Cheng |
2005-12-20 | Added a hook to print out names of target specific DAG nodes. | Evan Cheng |
2005-11-29 | Add the majority of the vector machien value types we expect to support, | Nate Begeman |
2005-11-22 | Rather than attempting to legalize 1 x float, make sure the SD ISel never | Nate Begeman |
2005-10-21 | Invert the TargetLowering flag that controls divide by consant expansion. | Nate Begeman |
2005-09-27 | initialize new flag | Chris Lattner |
2005-08-27 | Change the names of member variables per Chris' instructions, and document | Reid Spencer |
2005-08-24 | Adjust to new interface | Chris Lattner |
2005-07-19 | For: memory operations -> stores | Reid Spencer |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-01-19 | Add a hook to find out how the target handles shift amounts that are out of | Chris Lattner |
2005-01-16 | Shift and setcc types default to the pointer type. | Chris Lattner |
2005-01-16 | Use enums, move virtual dtor out of line. | Chris Lattner |
2005-01-16 | Set up identity transforms. | Chris Lattner |
2005-01-16 | Move some information out of LegalizeDAG into the generic Target interface. | Chris Lattner |
2005-01-11 | Clear the whole array, always. | Chris Lattner |
2005-01-07 | First draft of new Target interface | Chris Lattner |