aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAgeFilesLines
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-202-6/+7
* Fix Alpha test and support for private linkage.Rafael Espindola2009-01-151-1/+2
* Add the private linkage.Rafael Espindola2009-01-152-1/+2
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-151-1/+1
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-092-5/+5
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-052-2/+1
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-012-2/+2
* silence warning when asserts disabled.Chris Lattner2008-12-141-1/+1
* Split foldMemoryOperand into public non-virtual and protected virtualDan Gohman2008-12-032-11/+11
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-031-1/+1
* Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman2008-12-031-2/+6
* There are no longer any places that require aDuncan Sands2008-12-011-2/+2
* Change the interface to the type legalization methodDuncan Sands2008-12-012-4/+12
* Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng2008-11-241-1/+1
* Rename SetCCResultContents to BooleanContents. InDuncan Sands2008-11-231-1/+1
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-182-4/+8
* Adds extern "C" ints to the .cpp files that use RegisterTarget, asOscar Fuentes2008-11-151-0/+7
* This shouldn't be necessaryAndrew Lenharth2008-11-111-1/+2
* CMake: corrected split of Alpha and Sparc AsmPrinters.Oscar Fuentes2008-11-111-2/+1
* Separate alpha asmprinter. This should unbreak native build.Anton Korobeynikov2008-11-114-1/+27
* fix another libgcc blockerAndrew Lenharth2008-11-111-0/+1
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-081-2/+2
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-051-14/+0
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-031-1/+3
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-271-1/+1
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-182-0/+8
* Trim #includes.Dan Gohman2008-10-161-2/+0
* mark some targets as experimental. Andrew, if you think that Alpha isChris Lattner2008-10-161-1/+1
* Const-ify several TargetInstrInfo methods.Dan Gohman2008-10-162-5/+5
* Rename LoadX to LoadExt.Evan Cheng2008-10-141-7/+7
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-1/+1
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-112-8/+5
* 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