Fix undefined behavior in the Mips backend.
[oota-llvm.git] / lib / Target / Mips / MipsAsmPrinter.cpp
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-24 Akira HatanakaAdd an option to use a virtual register as the global...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2011-12-30 Bruno Cardoso LopesCleanup Mips code and rename some variables. Patch...
2011-12-24 Akira HatanakaDetect unaligned loads/stores that have been added...
2011-12-19 Akira HatanakaTidy up. Simplify logic. No functional change intended.
2011-12-13 Akira HatanakaExpand .cprestore directive to multiple instructions...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-11-23 Akira HatanakaThis patch makes the following changes necessary for...
2011-11-15 Akira HatanakaRemove MipsMCSymbolRefExpr.
2011-11-11 Bruno Cardoso LopesMips MC object code emission improvements:
2011-11-08 Bruno Cardoso LopesProperly handle Mips MC relocations and lower cpload...
2011-11-06 Benjamin KramerReplace (Lower|Upper)caseString in favor of StringRef...
2011-10-11 Akira HatanakaFix function isUnalignedLoadStore.
2011-10-08 Akira HatanakaAdd patterns for unaligned load and store instructions...
2011-09-22 Akira HatanakaAdd enums and functions for symbols Mips64 uses.
2011-09-21 Akira HatanakaAdd a base class for Mips TargetMachines and add Mips64...
2011-09-09 Akira HatanakaO64 will not be supported.
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-17 Akira HatanakaAdd support for half-word unaligned loads and stores.
2011-08-16 Akira HatanakaFix handling of double precision loads and stores when...
2011-08-12 Akira HatanakaDefine unaligned load and store.
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-07 Akira HatanakaLower MachineInstr to MC Inst and print to .s files.
2011-07-07 Akira HatanakaRather than having printMemOperand change the way memor...
2011-07-07 Akira HatanakaChange visibility of MipsAsmPrinter.
2011-07-07 Akira HatanakaReverse order of operands of address operand mem so...
2011-07-07 Akira HatanakaAdd missing return statement.
2011-07-01 Akira HatanakaImprove Mips back-end's handling of DBG_VALUE.
2011-06-21 Akira HatanakaRe-apply 132758 and 132768 which were speculatively...
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-05-31 Bruno Cardoso LopesThis patch implements the thread local storage. Impleme...
2011-05-24 Akira HatanakaEnable printing of immediates that do not fit in 16...
2011-05-23 Akira HatanakaFix MipsAsmPrinter::printSavedRegsBitmaskChange. Remove...
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-02 Akira HatanakaInsert space before ';' to prevent warnings.
2011-04-01 Akira HatanakaSimplifies logic for printing target flags.
2011-04-01 Akira HatanakaModifies MipsAsmPrinter::isBlockOnlyReachableByFallthro...
2011-03-04 Bruno Cardoso LopesLowers block address. Currently asserts when relocation...
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! =)