Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.cpp
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
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-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-06 Bruno Cardoso LopesAdded custom SELECT_CC lowering
2008-06-04 Bruno Cardoso LopesSome Mips minor fixes
2008-06-01 Bruno Cardoso LopesFixed flag issue that was generating infinite loop...
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-03-30 Chris LattnerFix "Control reaches the end of non-void function"...
2008-03-17 Chris Lattnerminor cleanups
2008-03-10 Evan ChengDefault ISD::PREFETCH to expand.
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-01-17 Chris LattnerThis commit changes:
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-13 Bill WendlingUnify CALLSEQ_{START,END}. They take 4 parameters:...
2007-11-12 Bruno Cardoso LopesAdded JumpTable support
2007-11-05 Bruno Cardoso LopesAdded support for PIC code with "explicit relocations...
2007-10-09 Bruno Cardoso LopesPosition Independent Code (PIC) support [3]
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-08-28 Bruno Cardoso LopesChanged stack allocation On LowerFORMAL_ARGUMENTS.
2007-08-21 Bruno Cardoso LopesInlineAsm asm support for integer registers added
2007-08-18 Bruno Cardoso LopesRemoved LowerRETURADDR, fixed small bug into LowerRET...
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-11 Bruno Cardoso LopesFixed AddLiveOut issues
2007-07-11 Lauro Ramos VenancioAssert when TLS is not implemented.
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)