summaryrefslogtreecommitdiffstats
path: root/llvm/test/Integer/constpointer_bt.ll
Commit message (Collapse)AuthorAgeFilesLines
* Make "@name =" mandatory for globals in .ll files.Rafael Espindola2016-05-101-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 use of implementation keyword.Reid Spencer2007-03-281-1/+0
| | | | llvm-svn: 35412
* For PR1258:Reid Spencer2007-03-191-3/+3
| | | | | | Revise numeric value references to accommodate collapsed type planes. llvm-svn: 35170
* For PR761:Reid Spencer2007-01-261-12/+12
| | | | | | | | | | | | | | Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
* New test cases for bit accurate integers developed by Guoling Han.Reid Spencer2007-01-161-0/+33
llvm-svn: 33259
OpenPOWER on IntegriCloud