teach cellspu how to return i8 and i16 from calls,
[oota-llvm.git] / lib / Target / CellSPU / SPUISelLowering.h
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-24 Scott Michel128-bit sign extension and vector shift cleanups, contr...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-07-03 Tilmann SchellerSmall cleanups in the PowerPC backend.
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-03-17 Scott MichelCellSPU:
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
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-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-27 Scott Michel- Remove Tilmann's custom truncate lowering: it complet...
2008-12-04 Scott MichelCellSPU:
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-11-24 Scott MichelCellSPU:
2008-11-22 Scott MichelCellSPU: Fix bug 3056. Varadic extract_element was...
2008-11-10 Scott MichelCellSPU: Fix bug 3606, as well as some ongoing work.
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-09-24 Evan ChengProperly handle 'm' inline asm constraints. If a GV...
2008-09-23 Dan GohmanFix these enums' starting values to reflect the way...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
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-03-10 Scott MichelInteger comparison tests for CellSPU.
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
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 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-01-30 Evan ChengEven though InsertAtEndOfBasicBlock is an ugly hack...
2008-01-30 Scott MichelMore cleanups for CellSPU:
2008-01-29 Scott MichelOverhaul Cell SPU's addressing mode internals so that...
2008-01-11 Scott MichelMore CellSPU refinement and progress:
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-05 Scott MichelUpdated source file headers to llvm coding standard.
2007-12-04 Scott MichelMore of the Cell SPU code drop from "Team Aerospace".