summaryrefslogtreecommitdiffstats
path: root/lib/Target/IA64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-214-6/+8
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-142-2/+2
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-081-1/+4
* Use EmitAlignment consistentlyAnton Korobeynikov2008-08-071-1/+1
* CleanupAnton Korobeynikov2008-08-071-9/+9
* Switch IA64 to new section-handling stuffAnton Korobeynikov2008-08-073-71/+90
* CleanupAnton Korobeynikov2008-08-071-18/+16
* Rename SDOperand to SDValue.Dan Gohman2008-07-273-137/+137
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-2/+1
* random bugfix sitting in my tree.Chris Lattner2008-07-091-1/+2
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-072-39/+25
* Add explicit keywords.Dan Gohman2008-07-071-1/+1
* 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
* Replace some std::vectors that showed up in heap profiling withDan Gohman2008-06-302-7/+4
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-063-22/+21
* Update some comments noticed in a recent checkinNate Begeman2008-05-281-3/+8
* Add chain inputs for loads.Chris Lattner2008-05-281-3/+3