aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix CodeGen/Generic/2008-01-25-dag-combine-mul.ll on sparc, PR2105Chris Lattner2008-02-282-0/+4
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-1/+1
* Final de-tabification.Bill Wendling2008-02-271-2/+2
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-261-1/+1
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* I cannot find a libgcc function for this builtin. Therefor expanding it to a...Andrew Lenharth2008-02-161-1/+2
* In TargetLowering::LowerCallTo, don't assert thatDuncan Sands2008-02-141-8/+14
* Change how FP immediates are handled. Nate Begeman2008-02-141-3/+0
* Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBitsDan Gohman2008-02-131-2/+2
* Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.Dan Gohman2008-02-131-8/+8
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-105-7/+7
* It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng2008-02-082-5/+8
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-061-7/+5