Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DIGlobalVariable can be used to encode debug info for globals that are ↵ | Devang Patel | 2010-08-25 | 1 | -0/+19 |
| | | | | | | directly folded into a constant by FE. llvm-svn: 112072 | ||||
* | Prevent test from hanging waiting for input. | Dale Johannesen | 2010-07-01 | 1 | -1/+1 |
| | | | | llvm-svn: 107446 | ||||
* | Debugging infomration is encoded in llvm IR using metadata. This is designed | Devang Patel | 2010-07-01 | 1 | -0/+47 |
| | | | | | | | | | such a way that debug info for symbols preserved even if symbols are optimized away by the optimizer. Add new special pass to remove debug info for such symbols. llvm-svn: 107416 | ||||
* | Remove all debug info related named mdnodes. | Devang Patel | 2010-06-30 | 1 | -0/+28 |
| | | | | llvm-svn: 107323 | ||||
* | Update test. | Daniel Dunbar | 2009-09-09 | 1 | -2/+2 |
| | | | | llvm-svn: 81314 | ||||
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
| | | | | llvm-svn: 81257 | ||||
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
| | | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226 | ||||
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
| | | | | llvm-svn: 51349 | ||||
* | Rename the last test with .llx extension to .ll, resolve duplicate test by ↵ | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
| | | | | | | renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. llvm-svn: 51328 | ||||
* | Do not strip llvm.used values. | Devang Patel | 2008-01-16 | 2 | -0/+18 |
llvm-svn: 46045 |