summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
AgeCommit message (Expand)AuthorFilesLines
2010-11-23Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck1-141/+141
2010-11-18Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov5-28/+25
2010-11-15Attempt to unbreak cmake-based buildsAnton Korobeynikov1-0/+1
2010-11-15First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov6-290/+366
2010-11-14move all the target's asmprinters into the main target. The piece Chris Lattner5-27/+2
2010-11-12Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>Bruno Cardoso Lopes3-3/+6
2010-11-10Add clo instruction. Patch by Akira Hatanaka (ahatanaka@mips.com) with some m...Bruno Cardoso Lopes2-8/+12
2010-11-09Fix trailing whitespace and style, no functionality changeBruno Cardoso Lopes1-170/+95
2010-11-08Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ...Bruno Cardoso Lopes3-12/+22
2010-11-04In the calling convention logic, ValVT is always a legal type,Duncan Sands1-3/+3
2010-11-03Inside the calling convention logic LocVT is always a simpleDuncan Sands1-2/+2
2010-10-29Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2-0/+36
2010-09-28Add support to model pipeline bypass / forwarding.Evan Cheng1-1/+1
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes1-2/+0
2010-09-28Remove trailing spaces of MipsMachineFunction.hChe-Liang Chiou1-17/+17
2010-09-28Remove trailing spaces of MipsTargetObjectFile.cppChe-Liang Chiou1-10/+10
2010-09-21fix a long standing wart: all the ComplexPattern's were beingChris Lattner1-6/+4
2010-09-21eliminate some uses of the getStore overload.Chris Lattner1-3/+6
2010-09-21convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner1-6/+10
2010-09-03Remove Predicate_* calls from MipsJakob Stoklund Olesen1-2/+3
2010-08-26Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2-7/+4
2010-08-18Don't call Predicate_* in Mips.Jakob Stoklund Olesen2-9/+4
2010-08-17fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner7-7/+7
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+1
2010-07-20Fix PR7174, a couple o Mips fixes:Bruno Cardoso Lopes2-1/+21
2010-07-20Fix Mips PR7473. Patch by stetorvs@gmail.comBruno Cardoso Lopes1-3/+3
2010-07-16Remove the isMoveInstr() hook.Jakob Stoklund Olesen2-53/+0
2010-07-14Don't pass StringRef by reference.Benjamin Kramer2-3/+3
2010-07-11RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen2-86/+0
2010-07-11Replace copyRegToReg with copyPhysReg for Mips.Jakob Stoklund Olesen2-56/+68
2010-07-10Use COPY in targetsJakob Stoklund Olesen1-6/+2
2010-07-07Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2-2/+6
2010-07-06Propagate debug loc.Devang Patel1-4/+4
2010-07-06Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman1-16/+15
2010-07-06Revert r107655.Dan Gohman1-15/+16
2010-07-06Fix a bunch of custom-inserter functions to handle the case whereDan Gohman1-16/+15
2010-07-03Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng1-5/+5
2010-06-21Remove isTwoAddress from Mips.Eric Christopher1-1/+1
2010-06-17Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2-10/+10
2010-06-02Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2-5/+7
2010-06-02cleanupRafael Espindola2-31/+0
2010-05-26Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen1-20/+6
2010-05-26Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen1-6/+20
2010-05-26Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen1-20/+6
2010-05-25Remove NumberHack entirely.Jakob Stoklund Olesen1-2/+2
2010-05-24Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen1-8/+8
2010-05-24Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen1-1/+1
2010-05-24SubRegIndex'ize MipsJakob Stoklund Olesen3-17/+10