aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAgeFilesLines
* get CodeGen/Alpha/mul128.ll to work.Chris Lattner2008-10-091-0/+2
* Note that ADDC and company don't actually expand yet (missing in legalizeAndrew Lenharth2008-10-072-2/+45
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-031-4/+1
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-034-16/+15
* Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling2008-09-261-1/+1
* Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng2008-09-261-1/+1
* Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen2008-09-262-5/+5
* CMake: Builds all targets.Oscar Fuentes2008-09-261-0/+26
* Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov2008-09-241-3/+2
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-241-1/+1
* Fix these enums' starting values to reflect the way thatDan Gohman2008-09-231-1/+1
* Make log, log2, log10, exp, exp2 use Expand byDale Johannesen2008-09-221-11/+0
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-161-8/+9
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-161-9/+8
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-123-36/+43
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-043-4/+4
* Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen2008-09-041-0/+11
* Change getBinaryCodeForInstr prototype. First operand MachineInstr& should be...Evan Cheng2008-09-021-6/+8
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-282-15/+15
* Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson2008-08-262-6/+8
* Move the point at which FastISel taps into the SelectionDAGISelDan Gohman2008-08-231-5/+4
* 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-6/+9
* Tablegen generated code already tests the opcode value, so it's notDan Gohman2008-08-201-5/+3
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-142-8/+9
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-081-2/+3
* Switch Alpha to new section handling stuffAnton Korobeynikov2008-08-071-63/+60
* Trim #includes.Dan Gohman2008-08-051-3/+0
* Rename SDOperand to SDValue.Dan Gohman2008-07-274-121/+121
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-2/+1
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-073-15/+15
* Rather than having a different custom legalizationDuncan Sands2008-07-042-35/+48
* - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga...Evan Cheng2008-07-031-5/+7
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-1/+2
* Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect itsDan Gohman2008-06-301-1/+1
* Split scheduling from instruction selection.Evan Cheng2008-06-301-7/+4
* Revert the SelectionDAG optimization that makesDuncan Sands2008-06-301-3/+2
* SimpleInstructionSelector is here no more.Dan Gohman2008-06-251-1/+0
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-251-4/+4
* Use MachineBasicBlock::transferSuccessors.Dan Gohman2008-06-211-5/+1
* Remove comparison methods for MVT. The main causeDuncan Sands2008-06-081-1/+1
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-063-32/+30
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-0/+1
* Change target-specific classes to use more precise static types.Dan Gohman2008-05-144-9/+9
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-4/+2
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-162-4/+7
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-121-4/+0
* Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng2008-03-312-12/+0
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-301-0/+1
* Add explicit keywords.Dan Gohman2008-03-251-1/+1