summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaBranchSelector.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
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* rename MachineInstr::setInstrDescriptor -> setDescChris Lattner2008-01-11
* 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
* MachineInstr::setOpcode -> MachineInstr::setInstrDescriptorEvan Cheng2006-11-30
* Add all that branch mangling niftinessAndrew Lenharth2006-10-31