aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaLLRP.cpp
AgeCommit message (Expand)Author
2011-10-27Remove the Alpha backend.Dan Gohman
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-04-02use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner
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