aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips
AgeCommit message (Expand)Author
2009-12-05Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman
2009-11-25Support PIC loading of constant pool entriesBruno Cardoso Lopes
2009-11-25Use endianess dependent offsets for load/store of doubles whenBruno Cardoso Lopes
2009-11-25Only include in the callee saved regs the sub registers to avoidBruno Cardoso Lopes
2009-11-25Add proper emission of load/store double to stack slots for mips1 targets!Bruno Cardoso Lopes
2009-11-23Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman
2009-11-21We are not using DBG_STOPPOINT anymore.Devang Patel
2009-11-19- Add sugregister logic to handle f64=(f32,f32).Bruno Cardoso Lopes
2009-11-19Only use small sections for non linux targets!Bruno Cardoso Lopes
2009-11-16Disable ldc1/sdc1 instructions for mips1 targets. Bruno Cardoso Lopes
2009-11-16- Fix a small bug while handling target constant pools (one param was missing).Bruno Cardoso Lopes
2009-11-13Move DebugInfo checks into EmitComments and remove them fromDavid Greene
2009-11-13Support fp64 immediate zero, this fixes only part of PR5445 Bruno Cardoso Lopes
2009-11-12Make the MachineFunction argument of getFrameRegister const.David Greene
2009-11-12Add a bool flag to StackObjects telling whether they reference spillDavid Greene
2009-11-11A real solution for the first part of PR5445Bruno Cardoso Lopes
2009-11-10Fix PR5445Bruno Cardoso Lopes
2009-11-09Fix PR5149.Bruno Cardoso Lopes
2009-11-07indicate what the native integer types for the target are.Chris Lattner
2009-11-05Remove uninteresting and confusing debug output.Dan Gohman
2009-10-29Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman
2009-10-28Add a second ValueType argument to isFPImmLegal.Evan Cheng
2009-10-27Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...Evan Cheng
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-10-07Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach
2009-10-06Instead of printing unnecessary basic block labels as labels inDan Gohman
2009-10-06Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel
2009-10-05Remove explicit enum integer values. They don't appear to be needed, andDan Gohman
2009-09-30Use MachineInstr as an processDebugLoc() argument.Devang Patel
2009-09-30Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use thisBob Wilson
2009-09-25Rename getTargetNode to getMachineNode, for consistency with theDan Gohman
2009-09-19Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...Evan Cheng
2009-09-18Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng
2009-09-13remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner
2009-09-13the tblgen produced 'getRegisterName' method does not accessChris Lattner
2009-09-13make tblgen produce a function that returns the name for a physreg.Chris Lattner
2009-09-13replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner
2009-09-13convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner
2009-09-09remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner
2009-09-02Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel
2009-09-01Reapply 80278Bruno Cardoso Lopes
2009-08-31Normalize makefile comments and sort cmake file lists.Benjamin Kramer
2009-08-27Revert 80278 for now, it caused a lot of MIPS tests to failBruno Cardoso Lopes
2009-08-27Revamp our friend Mips :)Bruno Cardoso Lopes
2009-08-23Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar
2009-08-23eliminate the last DOUTs from the targets.Chris Lattner
2009-08-23remove various std::ostream version of printing methods fromChris Lattner
2009-08-22Forgot to update some CMakeLists.Benjamin Kramer
2009-08-22Update CMake build, unbreak linux build.Benjamin Kramer