aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAgeFilesLines
* Convert .cvsignore filesJohn Criswell2007-06-291-1/+0
* Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits fromDan Gohman2007-06-221-1/+1
* Pass a SelectionDAG into SDNode::dump everywhere it's used, in preprationDan Gohman2007-06-191-1/+1
* Handle blocks with 2 unconditional branches in AnalyzeBranch.Dale Johannesen2007-06-131-0/+10
* Add a utility routine to check for unpredicated terminator instruction.Evan Cheng2007-06-081-3/+3
* BlockHasNoFallThrough() now returns true if block ends with a return instruct...Evan Cheng2007-05-211-0/+2
* RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng2007-05-182-9/+11
* Drop 'const'Devang Patel2007-05-033-6/+6
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-023-6/+6
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-013-3/+11
* eliminateFrameIndex() change.Evan Cheng2007-05-012-2/+4
* Relex assertions to account for additional implicit def / use operands.Evan Cheng2007-04-251-1/+1
* Use this nifty Constraints thing and fix the inverted conditional movesAndrew Lenharth2007-04-172-17/+21
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-165-205/+207
* For PR1336:Reid Spencer2007-04-161-1/+1
* ReadmeAndrew Lenharth2007-03-311-1/+42
* switch TargetLowering::getConstraintType to take the entire constraint,Chris Lattner2007-03-252-9/+11
* Added MRegisterInfo hook to re-materialize an instruction.Evan Cheng2007-03-202-0/+12
* Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov2007-03-071-2/+4
* PEI now passes a RegScavenger ptr to eliminateFrameIndex.Evan Cheng2007-02-282-3/+4
* By default, spills kills the register being stored.Evan Cheng2007-02-231-3/+6
* Simplify lowering and selection of exception ops.Jim Laskey2007-02-221-3/+0
* Support to provide exception and selector registers.Jim Laskey2007-02-213-1/+18
* Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng2007-02-192-0/+11
* For PR1207:Reid Spencer2007-02-192-11/+0
* Added getReservedRegs().Evan Cheng2007-02-172-0/+11
* This was done recentlyAndrew Lenharth2007-02-161-3/+1
* Well this isn't as ugly and it works better. At least gcc bootstraps againAndrew Lenharth2007-02-131-71/+70
* return addresses, those I already haveAndrew Lenharth2007-02-081-2/+3
* Added new method to add a "simple" code emitter. That is, to only addBill Wendling2007-02-082-0/+7
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-1/+1
* Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman2007-01-291-0/+3
* Make LABEL a builtin opcode.Jim Laskey2007-01-261-1/+1
* FTOIT and ITOFT are bit converts, and if we drop 21264s, are always availableAndrew Lenharth2007-01-248-73/+17
* Fix unordered fp on alphaAndrew Lenharth2007-01-241-15/+35
* Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng2007-01-241-1/+1
* PEI is now responsible for adding MaxCallFrameSize to frame size and align th...Evan Cheng2007-01-231-10/+0
* hasFP() is now a virtual method of MRegisterInfo.Evan Cheng2007-01-232-1/+3
* For PR1043:Reid Spencer2007-01-191-0/+1
* Fix naming inconsistency.Evan Cheng2007-01-022-8/+8
* For PR950:Reid Spencer2006-12-313-12/+12
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-194-15/+10
* Simplify a bitAndrew Lenharth2006-12-073-30/+15
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-077-50/+42
* Be sure to grab weak functions too, and make implicit defs commentsAndrew Lenharth2006-12-072-3/+10
* add #includeChris Lattner2006-12-061-0/+1
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-063-4/+4
* MachineInstr::setOpcode -> MachineInstr::setInstrDescriptorEvan Cheng2006-11-301-1/+2
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-274-41/+46
* Properly transfer kill / dead info.Evan Cheng2006-11-151-2/+5