Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make "@name =" mandatory for globals in .ll files. | Rafael Espindola | 2016-05-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | An oddity of the .ll syntax is that the "@var = " in @var = global i32 42 is optional. Writing just global i32 42 is equivalent to @0 = global i32 42 This means that there is a pretty big First set at the top level. The current implementation maintains it manually. I was trying to refactor it, but then started wondering why keep it a all. I personally find the above syntax confusing. It looks like something is missing. This patch removes the feature and simplifies the parser. llvm-svn: 269096 | ||||
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-01 | 1 | -15/+13 |
| | | | | llvm-svn: 47784 | ||||
* | 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 | ||||
* | Minor additions. | Vikram S. Adve | 2002-07-14 | 1 | -0/+6 |
| | | | | llvm-svn: 2903 | ||||
* | New testcase for testing constant pointers to globals | Chris Lattner | 2001-10-13 | 1 | -0/+23 |
llvm-svn: 784 |