summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcISelDAGToDAG.cpp
Commit message (Expand)AuthorAge
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-21
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-21
* Don't call Predicate_* methods directly from Sparc target.Jakob Stoklund Olesen2010-08-17
* Delete an unnecessary reference to SelectionDAGISel::BB.Dan Gohman2010-04-19
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-02
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-05
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-05
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-25
* several major improvements to the sparc backend: support for weak linkageChris Lattner2009-09-15
* 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
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Eliminate remaining non-DebugLoc version of getTargetNode.Dale Johannesen2009-02-06
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-15
* 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
* Add dummy 'm' inline asm constraint handler for Sparc. I'm not sure, whether ...Anton Korobeynikov2008-10-10
* CleanupAnton Korobeynikov2008-10-10
* 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
* Add explicit keywords.Dan Gohman2008-07-07
* Split scheduling from instruction selection.Evan Cheng2008-06-30
* split sparc lowering out into SparcISelLowering.{cpp|h} to followChris Lattner2008-03-17
* refactor the LowerOperation code out to individual functions for Chris Lattner2008-03-17
* Default ISD::PREFETCH to expand.Evan Cheng2008-03-10
* Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...Evan Cheng2008-03-08
* Sparc backend doesn't support debug info yet, mark the nodes as expand. This...Chris Lattner2008-02-28
* Fix CodeGen/Generic/storetrunc-fp.ll on sparc, PR2105Chris Lattner2008-02-28
* fix CodeGen/Generic/2008-01-25-dag-combine-mul.ll on sparc, PR2105Chris Lattner2008-02-28
* I cannot find a libgcc function for this builtin. Therefor expanding it to a...Andrew Lenharth2008-02-16
* In TargetLowering::LowerCallTo, don't assert thatDuncan Sands2008-02-14
* Change how FP immediates are handled. Nate Begeman2008-02-14
* Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBitsDan Gohman2008-02-13
* Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.Dan Gohman2008-02-13
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-06
* Dwarf requires variable entries to be in the source order. Right now, since w...Evan Cheng2008-02-04
* explicitly include Compiler.h instead of getting it from tblgen in the middle...Chris Lattner2008-02-03
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-02
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-31
* Create a new class, MemOperand, for describing memory referencesDan Gohman2008-01-31
* Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...Evan Cheng2008-01-30