Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 1 | -158/+0 |
| | | | | llvm-svn: 143164 | ||||
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| | | | | llvm-svn: 110460 | ||||
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| | | | | llvm-svn: 110410 | ||||
* | Don't use PassInfo* as a type identifier for passes. Instead, use the ↵ | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
| | | | | | | | | address of the static ID member as the sole unique type identifier. Clean up APIs related to this change. llvm-svn: 110396 | ||||
* | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner | 2010-04-02 | 1 | -1/+1 |
| | | | | llvm-svn: 100214 | ||||
* | Remove non-DebugLoc versions of BuildMI from Alpha and Cell. | Dale Johannesen | 2009-02-13 | 1 | -10/+11 |
| | | | | llvm-svn: 64433 | ||||
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
| | | | | llvm-svn: 55779 | ||||
* | Replace all target specific implicit def instructions with a target ↵ | Evan Cheng | 2008-03-15 | 1 | -3/+0 |
| | | | | | | independent one: TargetInstrInfo::IMPLICIT_DEF. llvm-svn: 48380 | ||||
* | Use MachineOperand::getImm instead of MachineOperand::getImmedValue. ↵ | Chris Lattner | 2007-12-30 | 1 | -9/+7 |
| | | | | | | Likewise setImmedValue -> setImm llvm-svn: 45453 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -2/+2 |
| | | | | llvm-svn: 36662 | ||||
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -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 Patel | 2007-05-01 | 1 | -1/+4 |
| | | | | llvm-svn: 36632 | ||||
* | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 1 | -93/+96 |
| | | | | | | target for tabs checking. llvm-svn: 36146 | ||||
* | eliminate static ctors for Statistic objects. | Chris Lattner | 2006-12-19 | 1 | -6/+6 |
| | | | | llvm-svn: 32703 | ||||
* | Simplify a bit | Andrew Lenharth | 2006-12-07 | 1 | -0/+3 |
| | | | | llvm-svn: 32343 | ||||
* | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -2/+2 |
| | | | | | | is 'unsigned'. llvm-svn: 32279 | ||||
* | Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead | Evan Cheng | 2006-11-27 | 1 | -7/+10 |
| | | | | | | of opcode and number of operands. llvm-svn: 31947 | ||||
* | more shotenning | Andrew Lenharth | 2006-10-31 | 1 | -7/+7 |
| | | | | llvm-svn: 31331 | ||||
* | Account for pseudo-ops correctly | Andrew Lenharth | 2006-09-20 | 1 | -44/+51 |
| | | | | llvm-svn: 30548 | ||||
* | A pass to remove the worst of the replay trap offenders, and as a bonus, ↵ | Andrew Lenharth | 2006-09-18 | 1 | -0/+143 |
align basic blocks when it is free to do so llvm-svn: 30467 |