Age | Commit message (Expand) | Author |
2007-02-17 | Implement i/n/s constraints correctly. This fixes | Chris Lattner |
2007-02-15 | For PR1195: | Reid Spencer |
2007-02-13 | Fix PR1198, by adding initial i128 support. Patch by Dan Gohman. | Chris Lattner |
2007-02-08 | Move SimplifySetCC to TargetLowering and allow it to be shared with legalizer. | Evan Cheng |
2007-02-01 | Fit in 80 columns | Chris Lattner |
2007-01-31 | Allow the target to override the ISD::CondCode that's to be used to test the | Evan Cheng |
2007-01-12 | Move a function out of line. | Reid Spencer |
2007-01-12 | Minor fix. | Evan Cheng |
2007-01-12 | Store default libgcc routine names and allow them to be redefined by target. | Evan Cheng |
2006-12-10 | Cleaned setjmp/longjmp lowering interfaces. Now we're producing right | Anton Korobeynikov |
2006-12-09 | Preliminary soft float support. | Evan Cheng |
2006-11-27 | Fix the dag combiner bug corresponding to PR1014. | Chris Lattner |
2006-11-09 | Add a mechanism to specify whether a target supports a particular indexed loa... | Evan Cheng |
2006-11-02 | For PR786: | Reid Spencer |
2006-10-31 | Change the prototype for TargetLowering::isOperandValidForConstraint | Chris Lattner |
2006-10-13 | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng |
2006-10-11 | Naming consistency. | Evan Cheng |
2006-10-09 | Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. | Evan Cheng |
2006-10-06 | initialize ivar | Chris Lattner |
2006-10-04 | Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an | Evan Cheng |
2006-09-05 | Change the default to 0, which means 'default'. | Chris Lattner |
2006-09-04 | forgot this | Duraid Madina |
2006-07-07 | Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail. | Evan Cheng |
2006-06-13 | Port some bugfixes in shift handling from SimplifyDemandedBits over to | Chris Lattner |
2006-06-13 | TargetLowering::ComputeMaskedBits was not clearing reciprocal bits on shifts. | Jim Laskey |
2006-06-12 | Start on my todo list | Andrew Lenharth |
2006-05-17 | Another typo. Pointed out by Nate Begeman. | Evan Cheng |
2006-05-17 | Fix an obvious bug in getPackedTypeBreakdown. Return 1 if type is legal. | Evan Cheng |
2006-05-16 | this should be 128 I think | Andrew Lenharth |
2006-05-16 | Move this code to a common place | Andrew Lenharth |
2006-05-12 | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson |
2006-05-08 | When tracking demanded bits, if any bits from the sext of an SRA are demanded, | Chris Lattner |
2006-05-06 | Use ComputeMaskedBits to determine # sign bits as a fallback. This allows us | Chris Lattner |
2006-05-06 | Add some more sign propagation cases | Chris Lattner |
2006-05-06 | Add some more simple sign bit propagation cases. | Chris Lattner |
2006-05-06 | Add some really really simple code for computing sign-bit propagation. | Chris Lattner |
2006-05-06 | Fold (trunc (srl x, c)) -> (srl (trunc x), c) | Chris Lattner |
2006-05-05 | Implement ComputeMaskedBits/SimplifyDemandedBits for ISD::TRUNCATE | Chris Lattner |
2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
2006-04-02 | relax assertion | Chris Lattner |
2006-04-02 | Allow targets to compute masked bits for intrinsics. | Chris Lattner |
2006-03-31 | Was returning the wrong type. | Chris Lattner |
2006-03-31 | Modify the TargetLowering::getPackedTypeBreakdown method to also return the | Chris Lattner |
2006-03-31 | Implement TargetLowering::getPackedTypeBreakdown | Chris Lattner |
2006-03-23 | Typo | Evan Cheng |
2006-03-16 | set TransformToType correctly for vector types. | Chris Lattner |
2006-03-13 | Add LSR hooks. | Evan Cheng |
2006-03-13 | I can't convince myself that this is safe, remove the recursive call. | Chris Lattner |
2006-03-05 | Do not fold (add (shl x, c1), (shl c2, c1)) -> (shl (add x, c2), c1), | Chris Lattner |
2006-03-03 | Number of NodeTypes now exceeds 128. | Evan Cheng |