summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAge
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* eliminateFrameIndex() change.Evan Cheng2007-05-01
* Relex assertions to account for additional implicit def / use operands.Evan Cheng2007-04-25
* Use this nifty Constraints thing and fix the inverted conditional movesAndrew Lenharth2007-04-17
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* For PR1336:Reid Spencer2007-04-16
* ReadmeAndrew Lenharth2007-03-31
* switch TargetLowering::getConstraintType to take the entire constraint,Chris Lattner2007-03-25
* Added MRegisterInfo hook to re-materialize an instruction.Evan Cheng2007-03-20
* Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov2007-03-07
* PEI now passes a RegScavenger ptr to eliminateFrameIndex.Evan Cheng2007-02-28
* By default, spills kills the register being stored.Evan Cheng2007-02-23
* Simplify lowering and selection of exception ops.Jim Laskey2007-02-22
* Support to provide exception and selector registers.Jim Laskey2007-02-21
* Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng2007-02-19
* For PR1207:Reid Spencer2007-02-19
* Added getReservedRegs().Evan Cheng2007-02-17
* This was done recentlyAndrew Lenharth2007-02-16
* Well this isn't as ugly and it works better. At least gcc bootstraps againAndrew Lenharth2007-02-13
* return addresses, those I already haveAndrew Lenharth2007-02-08
* Added new method to add a "simple" code emitter. That is, to only addBill Wendling2007-02-08
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman2007-01-29
* Make LABEL a builtin opcode.Jim Laskey2007-01-26
* FTOIT and ITOFT are bit converts, and if we drop 21264s, are always availableAndrew Lenharth2007-01-24
* Fix unordered fp on alphaAndrew Lenharth2007-01-24
* Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng2007-01-24
* PEI is now responsible for adding MaxCallFrameSize to frame size and align th...Evan Cheng2007-01-23
* hasFP() is now a virtual method of MRegisterInfo.Evan Cheng2007-01-23
* For PR1043:Reid Spencer2007-01-19
* Fix naming inconsistency.Evan Cheng2007-01-02
* For PR950:Reid Spencer2006-12-31
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-19
* Simplify a bitAndrew Lenharth2006-12-07
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* Be sure to grab weak functions too, and make implicit defs commentsAndrew Lenharth2006-12-07
* add #includeChris Lattner2006-12-06
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* MachineInstr::setOpcode -> MachineInstr::setInstrDescriptorEvan Cheng2006-11-30
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-27
* Properly transfer kill / dead info.Evan Cheng2006-11-15
* Matches MachineInstr changes.Evan Cheng2006-11-13
* silence warnings.Chris Lattner2006-11-03
* For PR786:Reid Spencer2006-11-02
* fix 2006-11-01-vastart.llAndrew Lenharth2006-11-02
* more shotenningAndrew Lenharth2006-10-31
* Let us play simplify the td file (and fix a few missed sub and mul patterns).Andrew Lenharth2006-10-31
* Add all that branch mangling niftinessAndrew Lenharth2006-10-31