Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow target to specify regclass for which antideps will only be broken ↵ | David Goodwin | 2009-11-13 | 1 | -2/+2 |
| | | | | | | along the critical path. llvm-svn: 88682 | ||||
* | Fixed to address code review. No functional changes. | David Goodwin | 2009-11-10 | 1 | -0/+11 |
| | | | | llvm-svn: 86634 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -1/+1 |
| | | | | llvm-svn: 22523 | ||||
* | I don't know how this ever compiled with gcc, but VC++ correctly rejects it. | Jeff Cohen | 2005-07-12 | 1 | -1/+1 |
| | | | | llvm-svn: 22394 | ||||
* | Implement Subtarget support | Nate Begeman | 2005-07-12 | 1 | -0/+22 |
Implement the X86 Subtarget. This consolidates the checks for target triple, and setting options based on target triple into one place. This allows us to convert the asm printer and isel over from being littered with "forDarwin", "forCygwin", etc. into just having the appropriate flags for each subtarget feature controlling the code for that feature. This patch also implements indirect external and weak references in the X86 pattern isel, for darwin. Next up is to convert over the asm printers to use this new interface. llvm-svn: 22389 |