add a note
[oota-llvm.git] / lib / Target / Mips /
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-27 Bill WendlingFinal de-tabification.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
2008-02-04 Evan ChengDwarf requires variable entries to be in the source...
2008-02-02 Evan ChengGet rid of the annoying blank lines before labels.
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-01-22 Chris LattnerTrivial patch to fix two warnings, please pull into...
2008-01-17 Chris LattnerThis commit changes:
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris LattnerMove a bunch more accessors from TargetInstrInfo to...
2008-01-07 Chris LattnerRename MachineInstr::getInstrDescriptor -> getDesc...
2008-01-07 Owen AndersonMove even more functionality from MRegisterInfo into...
2008-01-06 Chris Lattnerrename isLoad -> isSimpleLoad due to evan's desire...
2008-01-06 Chris LattnerChange the 'isStore' inferrer to look for 'SDNPMayStore'
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2008-01-01 Chris LattnerFix a problem where lib/Target/TargetInstrInfo.h would...
2007-12-31 Owen AndersonMove copyRegToReg from MRegisterInfo to TargetInstrInfo...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Chris LattnerUse MachineOperand::getImm instead of MachineOperand...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-12-23 Gordon HenriksenSetting GlobalDirective in TargetAsmInfo by default...
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
2007-12-05 Evan ChengAdd a argument to storeRegToStackSlot and storeRegToAdd...
2007-12-02 Evan ChengRemove redundant foldMemoryOperand variants and other...
2007-12-01 Evan ChengAllow some reloads to be folded in multi-use cases...
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-11-13 Bill WendlingUnifacalize the CALLSEQ{START,END} stuff.
2007-11-13 Bill WendlingUnify CALLSEQ_{START,END}. They take 4 parameters:...
2007-11-12 Bruno Cardoso LopesAdded JumpTable support
2007-11-11 Anton KorobeynikovUse TableGen to emit information for dwarf register...
2007-11-06 Bruno Cardoso LopesBetter processor definition
2007-11-05 Bruno Cardoso LopesAdded support for PIC code with "explicit relocations...
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-10-26 Eric Christopherclo/clz aren't supported on mips I. Keep them around...
2007-10-18 Evan Cheng- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold...
2007-10-18 Evan ChengUse SmallVectorImpl instead of SmallVector with hardcod...
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-10-09 Bruno Cardoso LopesPosition Independent Code (PIC) support [3]
2007-10-09 Bruno Cardoso LopesPosition Independent Code (PIC) support [2]
2007-10-09 Bruno Cardoso LopesPosition Independent Code (PIC) support [1]
2007-10-05 Evan Cheng- Added a few target hooks to generate load / store...
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
2007-09-25 Dan GohmanMore explicit keywords.
2007-09-24 Bruno Cardoso LopesAdded "LoadEffective" pattern to handle stack locations.
2007-09-11 Evan ChengRemove (somewhat confusing) Imp<> helper, use let Defs...
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-08-30 Evan ChengAdd a variant of foldMemoryOperand to fold any load...
2007-08-28 Bruno Cardoso LopesAdded method to get Mips register numbers
2007-08-28 Bruno Cardoso LopesChanged stack allocation On LowerFORMAL_ARGUMENTS.
2007-08-28 Bruno Cardoso LopesMask directive completed with CalleeSave info
2007-08-28 Bruno Cardoso LopesAdded methods to record SPOffsets from LowerFORMAL_ARGU...
2007-08-21 Bruno Cardoso LopesInlineAsm asm support for integer registers added
2007-08-21 Bruno Cardoso LopesInstruction Itinerary attribution fixed
2007-08-18 Bruno Cardoso LopesMipsHi now has ouput flag
2007-08-18 Bruno Cardoso LopesFixed stack frame addressing bug
2007-08-18 Bruno Cardoso Lopessupport for Schedule included on Mips.td
2007-08-18 Bruno Cardoso LopesRemoved LowerRETURADDR, fixed small bug into LowerRET...
2007-08-18 Bruno Cardoso LopesCouple of small changes. Delay Slot handle header declared.
2007-08-18 Bruno Cardoso LopesAdded InstrItinClass support for instruction formats
2007-08-18 Bruno Cardoso LopesBranch Analysis and InsertNoop inserted into header...
2007-08-18 Bruno Cardoso LopescreateMipsDelaySlotFillerPass added to mips codegen...
2007-08-18 Bruno Cardoso LopesAdded Branch Analysis support
2007-08-18 Bruno Cardoso LopesLowerRETURNADDR removed since it was wrong and does...
2007-08-18 Bruno Cardoso LopesInstrItineraryData support on added.
2007-08-18 Bruno Cardoso LopesA Pass to insert Nops on intructions with DelaySlot
2007-08-18 Bruno Cardoso LopesMips generic fallback instruction schedule support!
2007-08-02 Dan GohmanMore explicit keywords.
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-25 Dan GohmanDon't ignore the return value of AsmPrinter::doInitiali...
2007-07-21 Evan ChengNo more noResults.
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-07-11 Bruno Cardoso LopesAdded support for Mips specific GAS directives
2007-07-11 Bruno Cardoso LopesAdded support for framepointer
2007-07-11 Bruno Cardoso LopesNow that stack is represented the right way, LOA starts...
2007-07-11 Bruno Cardoso LopesFixed AddLiveOut issues
2007-07-11 Bruno Cardoso LopesRemoved unused immediate PatLeaf, fixed lui instruction
2007-07-11 Bruno Cardoso LopesAdded MipsMachineFunction class, to hold Mips dinamic...
2007-07-11 Lauro Ramos VenancioAssert when TLS is not implemented.
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)