Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [C++11] More 'nullptr' conversion. In some cases just using a boolean check ↵ | Craig Topper | 2014-04-14 | 1 | -1/+1 |
| | | | | | | instead of comparing to nullptr. llvm-svn: 206142 | ||||
* | Allow targets to select the default scheduler by name. | Andrew Trick | 2012-04-19 | 1 | -0/+13 |
| | | | | llvm-svn: 155090 | ||||
* | Unweaken vtables as per ↵ | David Blaikie | 2011-12-20 | 1 | -0/+1 |
| | | | | | | http://llvm.org/docs/CodingStandards.html#ll_virtual_anch llvm-svn: 146960 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | Final polish on machine pass registries. | Jim Laskey | 2006-08-02 | 1 | -13/+19 |
| | | | | llvm-svn: 29471 | ||||
* | 1. Change use of "Cache" to "Default". | Jim Laskey | 2006-08-01 | 1 | -2/+6 |
| | | | | | | | | | | | 2. Added argument to instruction scheduler creators so the creators can do special things. 3. Repaired target hazard code. 4. Misc. More to follow. llvm-svn: 29450 | ||||
* | Forgot the added files for plugable machine passes. | Jim Laskey | 2006-08-01 | 1 | -0/+31 |
llvm-svn: 29436 |