Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more of the command line options as attribute flags. | Bill Wendling | 2013-02-28 | 1 | -1/+1 |
| | | | | | | These can be easily queried by the back-end. llvm-svn: 176304 | ||||
* | Reapply r176133 with testcase fixes. | Bill Wendling | 2013-02-27 | 1 | -3/+2 |
| | | | | llvm-svn: 176145 | ||||
* | Revert "Add more attributes from the command line to functions." | Anna Zaks | 2013-02-25 | 1 | -2/+3 |
| | | | | | | | | This reverts commit 176009. The commit is a likely cause of several buildbot failures. llvm-svn: 176044 | ||||
* | Add more attributes from the command line to functions. | Bill Wendling | 2013-02-25 | 1 | -3/+2 |
| | | | | | | | This is an ongoing process. Any command line option which a back-end cares about should be added here. llvm-svn: 176009 | ||||
* | Modify the tests to use attribute group references instead of listing the | Bill Wendling | 2013-02-20 | 1 | -1/+4 |
| | | | | | | function attributes. llvm-svn: 175606 | ||||
* | Make EmitStartEHSpec and EmitEndEHSpec return early when exceptions are ↵ | Anders Carlsson | 2010-02-06 | 1 | -0/+12 |
disabled. llvm-svn: 95509 |