aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAgeFilesLines
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-051-14/+12
* Remove dead variable.Bill Wendling2009-12-281-1/+0
* Change indirect-globals to use a dedicated allocIndirectGV. This lets usJeffrey Yasskin2009-12-151-1/+0
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-052-13/+0
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-232-2/+12
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-3/+0
* Allow more than one stub to be being generated at the same time.Jeffrey Yasskin2009-11-231-2/+3
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-211-1/+0
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-1/+1
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-122-2/+2
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-3/+3
* Set isBarrier = 1 on return instructions, as they are control barriers.Dan Gohman2009-11-111-1/+1
* indicate what the native integer types for the target are.Chris Lattner2009-11-071-1/+1
* Remove uninteresting and confusing debug output.Dan Gohman2009-11-051-2/+0
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-1/+1
* Add a second ValueType argument to isFPImmLegal.Evan Cheng2009-10-282-2/+4
* Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...Evan Cheng2009-10-272-5/+13
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-253-3/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-253-4/+3
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-072-4/+8
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-061-1/+0
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-062-3/+4
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-301-1/+1
* Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use thisBob Wilson2009-09-301-5/+3
* Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen2009-09-281-0/+1
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-251-29/+29
* Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar2009-09-202-66/+66
* Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...Evan Cheng2009-09-191-0/+5
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-182-2/+4
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-4/+2
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-131-1/+1
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-131-0/+2
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-131-1/+1
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-131-1/+2
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-0/+6
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-022-8/+8
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-313-3/+3
* remove the last uses of Config/alloca.hChris Lattner2009-08-231-1/+0
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-232-22/+23
* remove various std::ostream version of printing methods fromChris Lattner2009-08-231-3/+3
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-221-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-6/+6
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-225-14/+14
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-2/+4
* Delete an unused field.Dan Gohman2009-08-161-3/+0
* Simplify a few more things, eliminating a few more dependencies onDan Gohman2009-08-151-2/+0
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+2
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-124-10/+5
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-113-189/+189
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-111-1/+1