summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
Commit message (Expand)AuthorAge
* Remove Predicate_* calls from MipsJakob Stoklund Olesen2010-09-03
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-26
* Don't call Predicate_* in Mips.Jakob Stoklund Olesen2010-08-18
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-17
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix PR7174, a couple o Mips fixes:Bruno Cardoso Lopes2010-07-20
* Fix Mips PR7473. Patch by stetorvs@gmail.comBruno Cardoso Lopes2010-07-20
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-16
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen2010-07-11
* Replace copyRegToReg with copyPhysReg for Mips.Jakob Stoklund Olesen2010-07-11
* Use COPY in targetsJakob Stoklund Olesen2010-07-10
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-07
* Propagate debug loc.Devang Patel2010-07-06
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-06
* Revert r107655.Dan Gohman2010-07-06
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-06
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-03
* Remove isTwoAddress from Mips.Eric Christopher2010-06-21
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-17
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-02
* cleanupRafael Espindola2010-06-02
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-26
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-26
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-26
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-25
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-24
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-24
* SubRegIndex'ize MipsJakob Stoklund Olesen2010-05-24
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-14
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-11
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-06
* No-ops emitted for scheduling don't correspond with anything in theDan Gohman2010-05-05
* fix some inconsistent line endings, patch by Jakub Staszak!Chris Lattner2010-05-01
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-01
* Use MachineOperand::is* predicates.Devang Patel2010-04-27
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-21
* Make processor FUs unique for given itinerary. This extends the limit of 32Anton Korobeynikov2010-04-18
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-17
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-16
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* delete a forwarding function.Chris Lattner2010-04-08
* add newlines at end of files.Chris Lattner2010-04-07
* Disambiguate else.Benjamin Kramer2010-04-05
* prune some #includes.Chris Lattner2010-04-05
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-05