Remove (hopefully) all trailing whitespaces from the mips backend. Patch by Hatanaka...
[oota-llvm.git] / lib / Target / Mips / MipsAsmPrinter.cpp
2011-03-04 Bruno Cardoso LopesRemove (hopefully) all trailing whitespaces from the...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-12-07 Bruno Cardoso LopesMatch a pattern generated by a dag combiner opt where:
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-14 Chris Lattnermove all the target's asmprinters into the main target...
2009-04-03 Anton KorobeynikovSeparate MIPS asmprinter
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-29 Duncan SandsRename isWeakForLinker to mayBeOverridden. Use it
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-13 Bruno Cardoso LopesRemoved SELECT_CC custom lowering. This is not needed...
2008-08-08 Anton KorobeynikovHandle visibility printing with all generality. Remove...
2008-08-07 Anton KorobeynikovUse EmitAlignment consistently
2008-08-06 Bruno Cardoso LopesAdded support for fp callee saved registers.
2008-08-02 Bruno Cardoso LopesImproved asm inline for hi,lo results
2008-07-28 Bruno Cardoso LopesAdded floating point lowering for setcc and brcond.
2008-07-21 Bruno Cardoso LopesAdded initial support for small sections on Mips.
2008-07-19 Anton KorobeynikovUse chars, where possible
2008-07-19 Anton KorobeynikovSwitch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.
2008-07-15 Bruno Cardoso LopesFixed call stack alignment. Improved AsmPrinter alignme...
2008-07-14 Bruno Cardoso LopesAdded Subtarget support into RegisterInfo
2008-07-09 Bruno Cardoso LopesFixe typos and 80 column size problems
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...
2008-06-19 Evan ChengUnneeded include's.
2008-06-04 Bruno Cardoso LopesSome Mips minor fixes
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
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-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-02 Evan ChengGet rid of the annoying blank lines before labels.
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-11-12 Bruno Cardoso LopesAdded JumpTable support
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-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 [2]
2007-09-24 Bruno Cardoso LopesAdded "LoadEffective" pattern to handle stack locations.
2007-08-28 Bruno Cardoso LopesMask directive completed with CalleeSave info
2007-08-18 Bruno Cardoso LopesCouple of small changes. Delay Slot handle header declared.
2007-07-25 Dan GohmanDon't ignore the return value of AsmPrinter::doInitiali...
2007-07-11 Bruno Cardoso LopesAdded support for Mips specific GAS directives
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)