summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaLLRP.cpp
Commit message (Expand)AuthorAge
* Remove the Alpha backend.Dan Gohman2011-10-27
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-02
* Remove non-DebugLoc versions of BuildMI from Alpha and Cell.Dale Johannesen2009-02-13
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-15
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-30
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* 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
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-19
* Simplify a bitAndrew Lenharth2006-12-07
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-27
* more shotenningAndrew Lenharth2006-10-31
* Account for pseudo-ops correctlyAndrew Lenharth2006-09-20
* A pass to remove the worst of the replay trap offenders, and as a bonus, alig...Andrew Lenharth2006-09-18