| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass optLevel to XCoreDAGToDAGISel. | Richard Osborne | 2011-12-15 | 1 | -4/+5 |
* | Don't fold negative offsets into cp / dp accesses to avoid relocation errors. | Richard Osborne | 2011-11-01 | 1 | -2/+2 |
* | Associate a MemOperand with LDWCP nodes introduced during ISel. | Richard Osborne | 2011-09-12 | 1 | -3/+8 |
* | Add XCore intrinsic for crc8. | Richard Osborne | 2011-05-31 | 1 | -0/+10 |
* | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -2/+0 |
* | Add checkevent intrinsic to check if any resources owned by the current thread | Richard Osborne | 2011-03-16 | 1 | -55/+127 |
* | Don't indent cases in a switch, no functionality change. | Richard Osborne | 2011-03-15 | 1 | -50/+50 |
* | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner | 2010-09-21 | 1 | -12/+9 |
* | Remove Predicate_* calls from MBlaze and XCore | Jakob Stoklund Olesen | 2010-09-03 | 1 | -6/+15 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -2/+1 |
* | Remove dead code. (S|U)MUL_LO is now lowered to LMUL or MACC(S|U) | Richard Osborne | 2010-03-11 | 1 | -23/+0 |
* | Prefer LMUL to MACCU as LMUL has no tied operands. | Richard Osborne | 2010-03-10 | 1 | -0/+6 |
* | Lower add (mul a, b), c into MACCU / MACCS nodes which translate | Richard Osborne | 2010-03-10 | 1 | -0/+12 |
* | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner | 2010-03-02 | 1 | -11/+0 |
* | stop using generated sdnodexforms. | Chris Lattner | 2010-03-01 | 1 | -1/+5 |
* | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman | 2010-01-05 | 1 | -16/+15 |
* | Remove uninteresting and confusing debug output. | Dan Gohman | 2009-11-05 | 1 | -4/+1 |
* | Remove xs1a subtarget. xs1a is a preproduction device used in | Richard Osborne | 2009-10-06 | 1 | -25/+16 |
* | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman | 2009-09-25 | 1 | -14/+15 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+2 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -22/+22 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -23/+23 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -2/+1 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -1/+3 |
* | Implement changes from Chris's feedback. | Torok Edwin | 2009-07-08 | 1 | -0/+2 |
* | get rid of some non-DebugLoc getTargetNode variants. | Dale Johannesen | 2009-02-06 | 1 | -10/+12 |
* | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman | 2009-01-15 | 1 | -1/+1 |
* | Don't fold address calculations which use negative offsets into | Richard Osborne | 2009-01-15 | 1 | -2/+2 |
* | Fix compile warnings. | Richard Osborne | 2008-11-07 | 1 | -1/+1 |
* | Add XCore backend. | Richard Osborne | 2008-11-07 | 1 | -0/+228 |