summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaBranchSelector.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rename MachineInstr::setInstrDescriptor -> setDescChris Lattner2008-01-111-1/+1
| | | | llvm-svn: 45871
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* Drop 'const'Devang Patel2007-05-031-2/+2
| | | | llvm-svn: 36662
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
| | | | | | | Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. llvm-svn: 36652
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+3
| | | | llvm-svn: 36632
* MachineInstr::setOpcode -> MachineInstr::setInstrDescriptorEvan Cheng2006-11-301-1/+2
| | | | llvm-svn: 32034
* Add all that branch mangling niftinessAndrew Lenharth2006-10-311-0/+63
llvm-svn: 31313
OpenPOWER on IntegriCloud