Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make the asmparser reject function and type redefinitions. 'Merging' hasn't ↵ | Chris Lattner | 2011-06-17 | 1 | -18/+0 |
| | | | | | | | | been needed since llvm-gcc 3.4 days. llvm-svn: 133248 | ||||
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-01 | 1 | -7/+7 |
| | | | | llvm-svn: 47784 | ||||
* | For PR1077: | Reid Spencer | 2007-01-05 | 1 | -4/+0 |
| | | | | | | | | | | | Split this test case into three cases. globalredefinition.ll just tests that a global can be forward referenced. globalredefinition2.ll tests that llvm-upgrade will warn about renaming duplicate global variables. globalredefinition3.ll tests that llvm-as will generate an error on duplicate global variables. This last test is currently XFAIL because the restriction is not implemented yet. llvm-svn: 32910 | ||||
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 1 | -1/+1 |
| | | | | llvm-svn: 32115 | ||||
* | Added RUN lines and dejagnu support for Feature dir. | Tanya Lattner | 2004-11-07 | 1 | -0/+4 |
| | | | | llvm-svn: 17568 | ||||
* | New, horrible, testcase | Chris Lattner | 2004-07-14 | 1 | -0/+18 |
llvm-svn: 14829 |