aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaLLRP.cpp
AgeCommit message (Expand)Author
2009-02-13Remove non-DebugLoc versions of BuildMI from Alpha and Cell.Dale Johannesen
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-03-15Replace all target specific implicit def instructions with a target independe...Evan Cheng
2007-12-30Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2006-12-19eliminate static ctors for Statistic objects.Chris Lattner
2006-12-07Simplify a bitAndrew Lenharth
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng
2006-10-31more shotenningAndrew Lenharth
2006-09-20Account for pseudo-ops correctlyAndrew Lenharth
2006-09-18A pass to remove the worst of the replay trap offenders, and as a bonus, alig...Andrew Lenharth