aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-051-38/+37
* Fix setting and default setting of code model for jit. Do thisEric Christopher2009-12-211-5/+0
* Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor2009-12-191-13/+13
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-052-17/+0
* Support PIC loading of constant pool entriesBruno Cardoso Lopes2009-11-252-13/+20
* Use endianess dependent offsets for load/store of doubles whenBruno Cardoso Lopes2009-11-251-0/+8
* Only include in the callee saved regs the sub registers to avoidBruno Cardoso Lopes2009-11-251-5/+2
* Add proper emission of load/store double to stack slots for mips1 targets!Bruno Cardoso Lopes2009-11-251-21/+43
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-3/+0
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-211-1/+0
* - Add sugregister logic to handle f64=(f32,f32).Bruno Cardoso Lopes2009-11-194-2/+166
* Only use small sections for non linux targets!Bruno Cardoso Lopes2009-11-191-0/+7
* Disable ldc1/sdc1 instructions for mips1 targets. Bruno Cardoso Lopes2009-11-161-1/+2
* - Fix a small bug while handling target constant pools (one param was missing).Bruno Cardoso Lopes2009-11-162-1/+22
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-1/+1
* Support fp64 immediate zero, this fixes only part of PR5445 Bruno Cardoso Lopes2009-11-132-3/+22
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-121-1/+1
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-122-8/+8
* A real solution for the first part of PR5445Bruno Cardoso Lopes2009-11-111-1/+6
* Fix PR5445Bruno Cardoso Lopes2009-11-101-1/+1
* Fix PR5149.Bruno Cardoso Lopes2009-11-092-8/+6
* indicate what the native integer types for the target are.Chris Lattner2009-11-071-2/+2
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-051-1/+0
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-292-2/+2
* Add a second ValueType argument to isFPImmLegal.Evan Cheng2009-10-282-2/+4
* Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...Evan Cheng2009-10-272-3/+9
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-252-2/+2
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-072-5/+7
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-061-1/+0
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-061-2/+3
* Remove explicit enum integer values. They don't appear to be needed, andDan Gohman2009-10-051-5/+5
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-301-1/+1
* Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use thisBob Wilson2009-09-301-4/+2
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-251-15/+15
* Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...Evan Cheng2009-09-191-1/+4
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-182-2/+4
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-9/+4
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-131-1/+1
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-131-0/+2
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-131-1/+1
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-131-1/+2
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-0/+7
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-022-8/+8
* Reapply 80278Bruno Cardoso Lopes2009-09-014-45/+71
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-311-1/+1
* Revert 80278 for now, it caused a lot of MIPS tests to failBruno Cardoso Lopes2009-08-274-61/+40
* Revamp our friend Mips :)Bruno Cardoso Lopes2009-08-274-40/+61
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-231-4/+4
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-232-40/+18