summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc
Commit message (Expand)AuthorAge
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-16
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-16
* Remove isImm(), isReg(), and friends, in favor of Dan Gohman2008-09-13
* Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman2008-09-13
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-12
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen2008-09-04
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-28
* Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson2008-08-26
* 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
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Add interface for section override. Use this for Sparc, since it should use n...Anton Korobeynikov2008-08-16
* Reduce heap trashing due to std::string construction / concatenation via cach...Anton Korobeynikov2008-08-16
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-14
* Properly print flags on SparcAnton Korobeynikov2008-08-08
* Use mergeable strings sections on sparcAnton Korobeynikov2008-08-08
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-08
* Use EmitAlignment consistentlyAnton Korobeynikov2008-08-07
* CleanupAnton Korobeynikov2008-08-07
* Switch Sparc to new section handling stuff. Refactor printing of module-level...Anton Korobeynikov2008-08-07
* Emit saveri with the correct operand order, patch by Richard Pennington!Chris Lattner2008-08-03
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-17
* Fix the build by adding a #include.Owen Anderson2008-07-10
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-07
* Add explicit keywords.Dan Gohman2008-07-07
* - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga...Evan Cheng2008-07-03
* Add a new getMergeValues method that does not needDuncan Sands2008-07-02
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-01
* Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect itsDan Gohman2008-06-30
* Split scheduling from instruction selection.Evan Cheng2008-06-30
* Replace some std::vectors that showed up in heap profiling withDan Gohman2008-06-30
* Revert the SelectionDAG optimization that makesDuncan Sands2008-06-30
* Use MachineBasicBlock::transferSuccessors.Dan Gohman2008-06-21
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-14
* Change target-specific classes to use more precise static types.Dan Gohman2008-05-14
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-12
* Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng2008-03-31
* Add explicit keywords.Dan Gohman2008-03-25
* Check in some #ifdef'd out code switching call argument Chris Lattner2008-03-17
* remove dead codeChris Lattner2008-03-17
* Switch sparc from using LowerCallTo to using LowerOperation(CALL) like Chris Lattner2008-03-17
* Start moving sparc to use SparcCallingConv.td, switching overChris Lattner2008-03-17
* 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
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-15
* Use SDTNone instead of duplicating it.Dan Gohman2008-03-13