aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-231-141/+141
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-185-28/+25
* Attempt to unbreak cmake-based buildsAnton Korobeynikov2010-11-151-0/+1
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-156-290/+366
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-145-27/+2
* Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>Bruno Cardoso Lopes2010-11-123-3/+6
* Add clo instruction. Patch by Akira Hatanaka (ahatanaka@mips.com) with some m...Bruno Cardoso Lopes2010-11-102-8/+12
* Fix trailing whitespace and style, no functionality changeBruno Cardoso Lopes2010-11-091-170/+95
* Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ...Bruno Cardoso Lopes2010-11-083-12/+22
* In the calling convention logic, ValVT is always a legal type,Duncan Sands2010-11-041-3/+3
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-031-2/+2
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-292-0/+36
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-281-1/+1
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-2/+0
* Remove trailing spaces of MipsMachineFunction.hChe-Liang Chiou2010-09-281-17/+17
* Remove trailing spaces of MipsTargetObjectFile.cppChe-Liang Chiou2010-09-281-10/+10
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-6/+4
* eliminate some uses of the getStore overload.Chris Lattner2010-09-211-3/+6
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-211-6/+10
* Remove Predicate_* calls from MipsJakob Stoklund Olesen2010-09-031-2/+3
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-262-7/+4
* Don't call Predicate_* in Mips.Jakob Stoklund Olesen2010-08-182-9/+4
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-177-7/+7
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Fix PR7174, a couple o Mips fixes:Bruno Cardoso Lopes2010-07-202-1/+21
* Fix Mips PR7473. Patch by stetorvs@gmail.comBruno Cardoso Lopes2010-07-201-3/+3
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-162-53/+0
* Don't pass StringRef by reference.Benjamin Kramer2010-07-142-3/+3
* RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen2010-07-112-86/+0
* Replace copyRegToReg with copyPhysReg for Mips.Jakob Stoklund Olesen2010-07-112-56/+68
* Use COPY in targetsJakob Stoklund Olesen2010-07-101-6/+2
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-072-2/+6
* Propagate debug loc.Devang Patel2010-07-061-4/+4
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-061-16/+15
* Revert r107655.Dan Gohman2010-07-061-15/+16
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-061-16/+15
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-5/+5
* Remove isTwoAddress from Mips.Eric Christopher2010-06-211-1/+1
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-172-10/+10
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-022-5/+7
* cleanupRafael Espindola2010-06-022-31/+0
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-20/+6
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-261-6/+20
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-20/+6
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-251-2/+2
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-241-8/+8
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-241-1/+1
* SubRegIndex'ize MipsJakob Stoklund Olesen2010-05-243-17/+10