| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add more of the command line options as attribute flags. | Bill Wendling | 2013-02-28 | 1 | -3/+3 |
| | | | | | | | These can be easily queried by the back-end. llvm-svn: 176304 | ||||
| * | Reapply r176133 with testcase fixes. | Bill Wendling | 2013-02-27 | 1 | -2/+1 |
| | | | | | llvm-svn: 176145 | ||||
| * | Revert "Add more attributes from the command line to functions." | Anna Zaks | 2013-02-25 | 1 | -3/+4 |
| | | | | | | | | | 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 | -4/+3 |
| | | | | | | | | 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 | -2/+5 |
| | | | | | | | function attributes. llvm-svn: 175606 | ||||
| * | Restore the lvalue-to-rvalue conversion patch with a minimal fix. | John McCall | 2010-12-01 | 1 | -0/+11 |
| | | | | | llvm-svn: 120555 | ||||
| * | When performing a derived-to-base cast that we know will not change the ↵ | Anders Carlsson | 2010-01-31 | 1 | -0/+13 |
| | | | | | | | offset, we don't need to null check the input pointer. Fixes PR5965. llvm-svn: 94942 | ||||
| * | When doing a base-to-derived cast we don't need to null check the derived ↵ | Anders Carlsson | 2010-01-31 | 1 | -1/+8 |
| | | | | | | | value if the class offset is 0. llvm-svn: 94939 | ||||
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
| * | Handle CK_DerivedToBase when emitting lvalue casts. | Anders Carlsson | 2009-09-12 | 1 | -0/+16 |
| llvm-svn: 81614 | |||||

