Null initialize a few variables flagged by
[oota-llvm.git] / lib / Target / CellSPU / SPUISelDAGToDAG.cpp
2011-01-23 Ted KremenekNull initialize a few variables flagged by
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-12-09 Kalle RaiskilaDont' feed ILA two inputs - it takes just one.
2010-11-29 Kalle RaiskilaAdd missing i128 case.
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-10-07 Kalle RaiskilaAdd the missing cases to the type->registerclass conver...
2010-10-01 Kalle RaiskilaZap some redundant 'ori $?, $?, 0' from SPU.
2010-09-21 Chris Lattnerit's more elegant to put the "getConstantPool" and
2010-09-16 Kalle RaiskilaChange SPU register re-interpretations from OR to COPY_...
2010-09-04 Chris Lattnerzap dead code.
2010-09-03 Benjamin KramerZap dead code.
2010-08-25 Chris Lattnerzap dead code
2010-08-04 Kalle RaiskilaMake SPU backend handle insertelement and
2010-06-29 Duncan SandsRemove initialized but otherwise unused variables.
2010-06-09 Kalle RaiskilaHandle loading from/storing to undef pointers on SPU...
2010-06-01 Kalle RaiskilaFix handling of 'load' nodes.
2010-05-04 Chris Lattner"on the rare occasion the SPU BE produces illegal assem...
2010-04-17 Dan GohmanUse cast instead of dyn_cast when assuming success.
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-08 Benjamin KramerUse twines to simplify calls to report_fatal_error...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-29 Benjamin KramerMake isInt?? and isUint?? template specializations...
2010-03-29 Benjamin KramerRemove a bunch of integer width predicate functions...
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-02-23 Chris Lattnerreapply my cellspu changes with a fix to not break...
2010-02-23 Dan GohmanRevert 96854, 96852, and 96849, unbreaking test/CodeGen...
2010-02-23 Chris Lattnerfix hte last cellspu failure.
2010-02-23 Chris Lattnerhack around more crimes in instruction selection.
2010-02-23 Chris Lattnerthe cell backend is making all sorts of unsafe and...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-08-24 Scott Michel- Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evide...
2009-08-24 Scott Michel128-bit sign extension and vector shift cleanups, contr...
2009-08-23 Chris Lattnereliminate uses of cerr()
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
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-07-31 Dan GohmanReapply r77654 with a fix: MachineFunctionPass's getAna...
2009-07-31 Daniel DunbarRevert r77654, it appears to be causing llvm-gcc bootst...
2009-07-31 Dan GohmanManage MachineFunctions with an analysis Pass instead...
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-15 Owen AndersonMove a few more convenience factory functions from...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-05-30 Bill WendlingUntabification.
2009-03-17 Scott MichelCellSPU:
2009-03-17 Scott MichelCellSPU:
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-02-25 Evan ChengRevert BuildVectorSDNode related patches: 65426, 65427...
2009-02-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
2009-02-07 Dale JohannesenNeeds this file too.
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-01-26 Scott MichelCellSPU:
2009-01-26 Scott MichelUntabify code.
2009-01-26 Scott MichelCellSPU:
2009-01-21 Scott MichelCellSPU:
2009-01-15 Dan GohmanGeneralize the HazardRecognizer interface so that it...
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-15 Scott Michel- Convert remaining i64 custom lowering into custom...
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-10 Scott MichelCellSPU:
2008-12-04 Scott MichelCellSPU:
2008-12-01 Scott MichelCellSPU:
2008-11-25 Scott MichelCellSPU:
2008-11-25 Scott MichelCellSPU: Relax constraints on when to generate a X...
2008-11-22 Scott MichelCellSPU: Fix bug 3056. Varadic extract_element was...
2008-11-21 Scott MichelCellSPU:
2008-11-05 Dan GohmanEliminate the ISel priority queue, which used the topol...
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-10-16 Dan GohmanTrim #includes.
2008-09-26 Dan GohmanRename ConstantSDNode's getSignExtended to getSExtValue...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-04 Dan GohmanClean up uses of TargetLowering::getTargetMachine.
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-23 Dan GohmanMove the point at which FastISel taps into the Selectio...
2008-08-21 Dan GohmanSimplify SelectRoot's interface, and factor out some...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-07 Dan GohmanAdd explicit keywords.
2008-06-30 Evan ChengSplit scheduling from instruction selection.
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-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-30 Scott MichelBug fixes and updates for CellSPU, syncing up with...
2008-03-20 Scott MichelAdd more patterns to match in the integer comparison...
2008-03-10 Scott MichelInteger comparison tests for CellSPU.
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-02-04 Evan ChengDwarf requires variable entries to be in the source...
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-01-30 Scott MichelMore cleanups for CellSPU:
2008-01-29 Scott MichelOverhaul Cell SPU's addressing mode internals so that...
2008-01-17 Scott MichelForward progress: crtbegin.c now compiles successfully!
next