Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.
[oota-llvm.git] / lib / Target / Mips / MipsISelDAGToDAG.cpp
2011-06-09 Eric ChristopherSpeculatively revert 132758 and 132768 to try to fix...
2011-06-09 Akira HatanakaInitial support for inline asm memory operand constraints.
2011-06-07 Akira HatanakaPut back removed line.
2011-06-07 Akira HatanakaCoding style fixes.
2011-06-02 Akira HatanakaDetect FI|cst pattern in MipsDAGToDAGISel::SelectAddr...
2011-05-31 Bruno Cardoso LopesThis patch implements the thread local storage. Impleme...
2011-05-28 Akira HatanakaDefine a wrapper node for target constant nodes (tgloba...
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2011-04-04 Akira HatanakaMove transformation of JmpLink and related nodes done...
2011-04-02 Akira HatanakaUndo changes mistakenly made in revision 128750.
2011-04-02 Akira HatanakaInsert space before ';' to prevent warnings.
2011-04-01 Akira HatanakaRemove redundant code. There are assignments to variabl...
2011-03-04 Bruno Cardoso LopesImprove div/rem node handling on mips. Patch by Akira...
2011-03-04 Bruno Cardoso LopesLowers block address. Currently asserts when relocation...
2011-03-04 Bruno Cardoso LopesRemove (hopefully) all trailing whitespaces from the...
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-11-12 Bruno Cardoso LopesEnable mips32 mul instruction. Patch by Akira Hatanaka...
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-03 Jakob Stoklund OlesenRemove Predicate_* calls from Mips
2010-08-18 Jakob Stoklund OlesenDon't call Predicate_* in Mips.
2010-05-24 Jakob Stoklund OlesenSubRegIndex'ize Mips
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-01 Bruno Cardoso LopesMulOp is actually a Mips specific node, so do the match...
2010-01-19 Bruno Cardoso LopesFix a bug introduced on r92564 where the name "Node...
2010-01-19 Bruno Cardoso LopesOn pic function calls some arguments were marked dead and
2010-01-19 Bruno Cardoso Lopesload f64 +0.0 in a cleaner way. This fix part of PR5445
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2009-11-25 Bruno Cardoso LopesSupport PIC loading of constant pool entries
2009-11-25 Bruno Cardoso LopesUse endianess dependent offsets for load/store of doubl...
2009-11-19 Bruno Cardoso Lopes- Add sugregister logic to handle f64=(f32,f32).
2009-11-16 Bruno Cardoso Lopes- Fix a small bug while handling target constant pools...
2009-11-13 Bruno Cardoso LopesSupport fp64 immediate zero, this fixes only part of...
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-09-01 Bruno Cardoso LopesReapply 80278
2009-08-27 Bruno Cardoso LopesRevert 80278 for now, it caused a lot of MIPS tests...
2009-08-27 Bruno Cardoso LopesRevamp our friend Mips :)
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-08-23 Chris Lattnereliminate the last DOUTs from the targets.
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-01 Dan GohmanMinor code simplifications.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-06-03 Dan GohmanConvert Alpha and Mips to use a MachineFunctionInfo...
2009-06-01 Dale JohannesenTrailing whitespace.
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2008-12-14 Chris Lattnersilence warning when asserts disabled.
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-10-03 Dan GohmanAvoid creating two TargetLowering objects for each...
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
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-09 Bruno Cardoso LopesFixe typos and 80 column size problems
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...
2008-06-30 Evan ChengSplit scheduling from instruction selection.
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-06 Bruno Cardoso LopesAdded custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI...
2008-06-06 Bruno Cardoso LopesAdded custom SELECT_CC lowering
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...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-12 Bruno Cardoso LopesAdded JumpTable support
2007-11-05 Bruno Cardoso LopesAdded support for PIC code with "explicit relocations...
2007-09-24 Bruno Cardoso LopesAdded "LoadEffective" pattern to handle stack locations.
2007-08-18 Bruno Cardoso LopesRemoved LowerRETURADDR, fixed small bug into LowerRET...
2007-07-11 Bruno Cardoso LopesAdded support for Mips specific GAS directives
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)