summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
Commit message (Expand)AuthorAge
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* reduce redundant are's.Chris Lattner2010-01-20
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-20
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-19
* Fix a bug introduced on r92564 where the name "Node" was alreadyBruno Cardoso Lopes2010-01-19
* On pic function calls some arguments were marked dead andBruno Cardoso Lopes2010-01-19
* load f64 +0.0 in a cleaner way. This fix part of PR5445Bruno Cardoso Lopes2010-01-19
* Fix return registers for mips eabiBruno Cardoso Lopes2010-01-19
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-19
* simplify the mips target to print .size and .type for c strings Chris Lattner2010-01-19
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-17
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-16
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-05
* Fix setting and default setting of code model for jit. Do thisEric Christopher2009-12-21
* Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor2009-12-19
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-05
* Support PIC loading of constant pool entriesBruno Cardoso Lopes2009-11-25
* Use endianess dependent offsets for load/store of doubles whenBruno Cardoso Lopes2009-11-25
* Only include in the callee saved regs the sub registers to avoidBruno Cardoso Lopes2009-11-25
* Add proper emission of load/store double to stack slots for mips1 targets!Bruno Cardoso Lopes2009-11-25
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-23
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-21
* - Add sugregister logic to handle f64=(f32,f32).Bruno Cardoso Lopes2009-11-19
* Only use small sections for non linux targets!Bruno Cardoso Lopes2009-11-19
* Disable ldc1/sdc1 instructions for mips1 targets. Bruno Cardoso Lopes2009-11-16
* - Fix a small bug while handling target constant pools (one param was missing).Bruno Cardoso Lopes2009-11-16
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-13
* Support fp64 immediate zero, this fixes only part of PR5445 Bruno Cardoso Lopes2009-11-13
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-12
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-12
* A real solution for the first part of PR5445Bruno Cardoso Lopes2009-11-11
* Fix PR5445Bruno Cardoso Lopes2009-11-10
* Fix PR5149.Bruno Cardoso Lopes2009-11-09
* indicate what the native integer types for the target are.Chris Lattner2009-11-07
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-05
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-29
* Add a second ValueType argument to isFPImmLegal.Evan Cheng2009-10-28
* Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...Evan Cheng2009-10-27
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-07
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-06
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-06
* Remove explicit enum integer values. They don't appear to be needed, andDan Gohman2009-10-05
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-30
* Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use thisBob Wilson2009-09-30
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-25
* Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...Evan Cheng2009-09-19
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-18