Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -10/+10 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | 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 | ||||
* | Fix r137086 to actually work properly in general. PR10650. | Eli Friedman | 2011-08-14 | 1 | -0/+11 |
| | | | | llvm-svn: 137574 | ||||
* | Hand materialization of temporary expressions when emitting a scalar | Douglas Gregor | 2011-08-09 | 1 | -0/+13 |
| | | | | | | expression. Fxies PR10592. llvm-svn: 137086 | ||||
* | Adjust test for float printing differences. Windows uses three digits for ↵ | Benjamin Kramer | 2010-07-19 | 1 | -6/+6 |
| | | | | | | the exponent, everyone else two. llvm-svn: 108693 | ||||
* | Reinstate the scalar-cast-to-const-reference improvements, this time | Douglas Gregor | 2010-07-15 | 1 | -0/+170 |
| | | | | | | | | | with the proper spelling of "non-class prvalue". Silly me, I think class rvalues were xvalues rather than prvalues! Hah hah hah. llvm-svn: 108443 | ||||
* | Revert r108431 and r108433 (the cast-to-const-reference fixes), which | Douglas Gregor | 2010-07-15 | 1 | -170/+0 |
| | | | | | | broke nightlytest. llvm-svn: 108439 | ||||
* | Teach CodeGenFunction::EmitCastLValue() to handle casts to an lvalue | Douglas Gregor | 2010-07-15 | 1 | -0/+170 |
that involve binding a reference to a pure rvalue temporary (e.g., not a class temporary), by creating a new temporary and copying the result there. Fixes PR6024. llvm-svn: 108431 |