summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelDAGToDAG.cpp
Commit message (Expand)AuthorAge
* 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
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-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
* - Add sugregister logic to handle f64=(f32,f32).Bruno Cardoso Lopes2009-11-19
* - Fix a small bug while handling target constant pools (one param was missing).Bruno Cardoso Lopes2009-11-16
* Support fp64 immediate zero, this fixes only part of PR5445 Bruno Cardoso Lopes2009-11-13
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-05
* 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
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-25
* Reapply 80278Bruno Cardoso Lopes2009-09-01
* Revert 80278 for now, it caused a lot of MIPS tests to failBruno Cardoso Lopes2009-08-27
* Revamp our friend Mips :)Bruno Cardoso Lopes2009-08-27
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-23
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-23
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Minor code simplifications.Dan Gohman2009-08-01
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Convert Alpha and Mips to use a MachineFunctionInfo subclass toDan Gohman2009-06-03
* Trailing whitespace.Dale Johannesen2009-06-01
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-04
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-15
* silence warning when asserts disabled.Chris Lattner2008-12-14
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-05
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-27
* Trim #includes.Dan Gohman2008-10-16
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-03
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-16
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-16
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-12
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-28
* Move the point at which FastISel taps into the SelectionDAGISelDan Gohman2008-08-23
* Simplify SelectRoot's interface, and factor out some common codeDan Gohman2008-08-21
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-17
* Fixe typos and 80 column size problemsBruno Cardoso Lopes2008-07-09
* Add explicit keywords.Dan Gohman2008-07-07
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-05
* Split scheduling from instruction selection.Evan Cheng2008-06-30
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Added custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI and UMUL_LOHI nodesBruno Cardoso Lopes2008-06-06
* Added custom SELECT_CC loweringBruno Cardoso Lopes2008-06-06
* Dwarf requires variable entries to be in the source order. Right now, since w...Evan Cheng2008-02-04
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-02
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-31
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29