summaryrefslogtreecommitdiffstats
path: root/lib/Target/IA64
Commit message (Expand)AuthorAgeFilesLines
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-181-0/+1
* Factor out the code to add a MachineOperand to a MachineInstrBuilder.Dan Gohman2009-02-181-18/+4
* Remove non-DebugLoc versions of BuildMI from IA64, Mips.Dale Johannesen2009-02-134-25/+32
* Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen2009-02-121-3/+5
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-121-30/+43
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-061-32/+36
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-042-41/+49
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-041-14/+15
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-302-18/+24
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-202-9/+10
* CMake: Add lib/Target/IA64/IA64Subtarget.cppOscar Fuentes2009-01-171-0/+1
* Give IA64 a TargetSubtarget subclass, so that it canDan Gohman2009-01-163-0/+49
* Add the private linkage.Rafael Espindola2009-01-151-2/+3
* 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-091-1/+1
* 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
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-031-1/+1
* Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng2008-11-241-1/+1
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-051-19/+0
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-271-1/+1
* Trim #includes.Dan Gohman2008-10-161-2/+0
* mark some targets as experimental. Andrew, if you think that Alpha isChris Lattner2008-10-161-1/+2
* Rename LoadX to LoadExt.Evan Cheng2008-10-141-6/+6
* 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-111-5/+3
* Avoid creating two TargetLowering objects for each target.Dan Gohman2008-10-031-2/+1
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-034-11/+11
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-1/+1
* Re-apply 56683 with fixes.Evan Cheng2008-09-271-1/+2
* Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling2008-09-261-3/+1
* Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng2008-09-261-1/+3
* Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen2008-09-262-3/+3
* CMake: Builds all targets.Oscar Fuentes2008-09-261-0/+20
* 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-9/+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-10/+0
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-161-4/+4
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-161-4/+4
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-122-10/+10
* Fix constant pool loads, and remove broken versions of addConstantPoolReference.Owen Anderson2008-09-061-12/+0
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen2008-09-041-0/+10
* fix some 80-col violationsGabor Greif2008-08-302-3/+5
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-282-7/+7
* Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson2008-08-262-4/+6
* 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