Remove non-DebugLoc versions of getLoad and getStore.
[oota-llvm.git] / lib / Target / CellSPU / SPUISelLowering.cpp
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-02-04 Dale JohannesenRemove some more non-DebugLoc versions of construction
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-26 Scott MichelCellSPU:
2009-01-26 Scott MichelUntabify code.
2009-01-26 Scott MichelCellSPU:
2009-01-21 Scott MichelCellSPU:
2009-01-15 Scott Michel- Convert remaining i64 custom lowering into custom...
2009-01-06 Scott MichelCellSPU:
2009-01-06 Scott MichelCellSPU:
2009-01-03 Scott MichelCellSPU:
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2008-12-30 Scott Michel- Start moving target-dependent nodes that could be...
2008-12-29 Scott Michel- Various '#if 0' cleanups.
2008-12-27 Scott Michel- Remove Tilmann's custom truncate lowering: it complet...
2008-12-10 Scott MichelCellSPU:
2008-12-09 Scott MichelCellSPU:
2008-12-04 Scott MichelCellSPU: Fix bug 3055
2008-12-04 Scott MichelMissing closing brace and reverse conditional condition...
2008-12-04 Chris LattnerThis code is apparently quite confused. In the meantime,
2008-12-04 Scott MichelCellSPU:
2008-12-02 Scott MichelCellSPU:
2008-12-01 Scott MichelCellSPU:
2008-12-01 Duncan SandsThere are no longer any places that require a
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-11-25 Scott MichelCellSPU: Fix mnemonic typo in pattern; "shlqbyi" -...
2008-11-24 Scott MichelCellSPU:
2008-11-24 Scott MichelCellSPU:
2008-11-23 Duncan SandsRename SetCCResultContents to BooleanContents. In
2008-11-22 Scott MichelCellSPU: Fix bug 3056. Varadic extract_element was...
2008-11-21 Scott MichelCellSPU:
2008-11-20 Scott MichelCellSPU:
2008-11-20 Scott MichelCellSPU: Custom lower truncating stores of i8 to i1...
2008-11-20 Scott MichelCellSPU: Adjust spacing/tabulation
2008-11-19 Scott MichelCellSPU: Do not custom lower i1 stores, rely on type...
2008-11-19 Scott MichelTemporary check-in for Duncan to demonstrate CellSPU...
2008-11-11 Scott MichelUnbreak the buildbot and back out (inadvertant) casting...
2008-11-10 Scott MichelCellSPU: Fix bug 3606, as well as some ongoing work.
2008-11-05 Dan GohmanUse getTargetConstant instead of getConstant for nodes...
2008-10-30 Duncan SandsShift amounts should have the type given by
2008-10-30 Scott MichelResolve bug 2947: vararg-marked functions must spill...
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-14 Evan ChengRename LoadX to LoadExt.
2008-10-11 Chris LattnerChange CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
2008-09-26 Dan GohmanRename ConstantSDNode's getSignExtended to getSExtValue...
2008-09-24 Evan ChengProperly handle 'm' inline asm constraints. If a GV...
2008-09-22 Dale JohannesenMake log, log2, log10, exp, exp2 use Expand by
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-08-31 Gabor Greiffix a bunch of 80-col violations
2008-08-31 Bill WendlingRevert the "XFAIL" for the rotate_ops.ll testcase....
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-26 Gabor Greifdisallow direct access to SDValue::ResNo, provide a...
2008-07-29 Nate BegemanFix broken CellSPU lowering, re-instate braces in Legalize
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-16 Scott MichelSomehow, custom lowering of i64 multiplications got...
2008-07-02 Duncan SandsAdd a new getMergeValues method that does not need
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-30 Duncan SandsRevert the SelectionDAG optimization that makes
2008-06-22 Dan GohmanRemove unnecessary #includes.
2008-06-08 Duncan SandsRemove comparison methods for MVT. The main cause
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-02 Scott MichelAdd necessary 64-bit support so that gcc frontend compi...
2008-04-30 Scott MichelBug fixes and updates for CellSPU, syncing up with...
2008-04-26 Chris Lattnerno need to implement this method and just have it call
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-03-10 Scott Michel- Style cleanup in IA64ISelLowering.h: add 'virtual...
2008-03-10 Evan ChengDefault ISD::PREFETCH to expand.
2008-03-10 Scott MichelInteger comparison tests for CellSPU.
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-03-06 Scott MichelRefine Cell's i64 constant generation code to cover...
2008-03-05 Scott Michel- Fix support for "special" i64 immediates that can...
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-14 Nate BegemanFix single precision FP constants on SPU. They are...
2008-02-13 Dan GohmanSimplify some logic in ComputeMaskedBits. And change...
2008-02-13 Chris Lattnerdon't try to avoid inserting loads when lowering FORMAL...
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-02-05 Evan ChengMove to getCALLSEQ_END to ensure CALLSEQ_END node produ...
2008-01-30 Evan ChengEven though InsertAtEndOfBasicBlock is an ugly hack...
2008-01-30 Scott MichelMore cleanups for CellSPU:
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-29 Scott MichelOverhaul Cell SPU's addressing mode internals so that...
2008-01-17 Scott MichelForward progress: crtbegin.c now compiles successfully!
2008-01-17 Chris LattnerThis commit changes:
2008-01-12 Chris Lattnerimprove cygwin compatibility, patch by Sam Bishop
2008-01-11 Scott MichelMore CellSPU refinements:
2008-01-11 Scott MichelMore CellSPU refinement and progress:
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-22 Chris Lattnerfix some warnings. This code needs to be de-tabified :(
2007-12-20 Scott MichelMore working CellSPU tests:
2007-12-19 Scott MichelCellSPU testcase, extract_elt.ll: extract vector element.
2007-12-19 Scott MichelTwo more test cases: or_ops.ll (arithmetic or operation...
2007-12-19 Scott MichelAdd new immed16.ll test case, fix CellSPU errata to...
2007-12-17 Scott Michel- Restore some i8 functionality in CellSPU
2007-12-05 Chris Lattnerfix warnings
next