aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-042-2/+2
* Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen2008-09-041-0/+10
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-282-10/+10
* Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson2008-08-262-5/+8
* Move the point at which FastISel taps into the SelectionDAGISelDan Gohman2008-08-231-3/+3
* Simplify SelectRoot's interface, and factor out some common codeDan Gohman2008-08-211-1/+1
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-214-5/+7
* Add interface for section override. Use this for Sparc, since it should use n...Anton Korobeynikov2008-08-161-0/+5
* Reduce heap trashing due to std::string construction / concatenation via cach...Anton Korobeynikov2008-08-162-3/+3
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-142-2/+2
* Properly print flags on SparcAnton Korobeynikov2008-08-081-6/+5
* Use mergeable strings sections on sparcAnton Korobeynikov2008-08-081-0/+1
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-081-1/+5
* Use EmitAlignment consistentlyAnton Korobeynikov2008-08-071-2/+1
* CleanupAnton Korobeynikov2008-08-071-6/+6
* Switch Sparc to new section handling stuff. Refactor printing of module-level...Anton Korobeynikov2008-08-074-77/+120
* Emit saveri with the correct operand order, patch by Richard Pennington!Chris Lattner2008-08-031-1/+1
* Rename SDOperand to SDValue.Dan Gohman2008-07-273-104/+104
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-2/+1
* Fix the build by adding a #include.Owen Anderson2008-07-101-0/+1
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-072-13/+13
* Add explicit keywords.Dan Gohman2008-07-071-1/+1
* - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga...Evan Cheng2008-07-031-7/+10
* Add a new getMergeValues method that does not needDuncan Sands2008-07-021-3/+3
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-2/+4
* Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect itsDan Gohman2008-06-301-2/+2
* Split scheduling from instruction selection.Evan Cheng2008-06-301-7/+4
* Replace some std::vectors that showed up in heap profiling withDan Gohman2008-06-302-7/+5
* Revert the SelectionDAG optimization that makesDuncan Sands2008-06-301-8/+4
* Use MachineBasicBlock::transferSuccessors.Dan Gohman2008-06-211-8/+3
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-12/+12
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-2/+3
* Change target-specific classes to use more precise static types.Dan Gohman2008-05-142-3/+3
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-4/+2
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-121-3/+0
* Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng2008-03-312-12/+0
* Add explicit keywords.Dan Gohman2008-03-251-1/+1
* Check in some #ifdef'd out code switching call argument Chris Lattner2008-03-172-42/+112
* remove dead codeChris Lattner2008-03-171-32/+0
* Switch sparc from using LowerCallTo to using LowerOperation(CALL) like Chris Lattner2008-03-172-71/+47
* Start moving sparc to use SparcCallingConv.td, switching overChris Lattner2008-03-174-273/+291
* split sparc lowering out into SparcISelLowering.{cpp|h} to followChris Lattner2008-03-173-986/+1023
* refactor the LowerOperation code out to individual functions for Chris Lattner2008-03-171-173/+197
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-151-10/+0
* Use SDTNone instead of duplicating it.Dan Gohman2008-03-131-2/+1
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-112-6/+6
* Default ISD::PREFETCH to expand.Evan Cheng2008-03-101-1/+0
* Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...Evan Cheng2008-03-081-0/+1
* Sparc backend doesn't support debug info yet, mark the nodes as expand. This...Chris Lattner2008-02-281-2/+6
* Fix CodeGen/Generic/storetrunc-fp.ll on sparc, PR2105Chris Lattner2008-02-281-1/+2