aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF.Evan Cheng2008-03-171-0/+1
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-153-15/+0
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-112-10/+10
* Default ISD::PREFETCH to expand.Evan Cheng2008-03-101-1/+0
* Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel2008-03-102-1/+8
* Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...Evan Cheng2008-03-081-0/+1
* 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-18/+18
* Rename PrintableName to Name.Bill Wendling2008-02-261-1/+1
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-262-3/+3
* Convert MaskedValueIsZero and all its users to use APInt. Also addDan Gohman2008-02-251-1/+3
* Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth2008-02-213-5/+125
* Fix code styleAnton Korobeynikov2008-02-201-17/+15
* Remove bunch of gcc 4.3-related warnings from TargetAnton Korobeynikov2008-02-201-2/+2
* llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth2008-02-162-1/+16
* In TargetLowering::LowerCallTo, don't assert thatDuncan Sands2008-02-142-4/+12
* Change how FP immediates are handled. Nate Begeman2008-02-141-2/+0
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-106-9/+10