Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove autoupgrade support for really old-style debug info intrinsics. | Chris Lattner | 2011-11-27 | 1 | -33/+0 |
| | | | | | | | I think this is the last of autoupgrade that can be removed in 3.1. Can the atomic upgrade stuff also go? llvm-svn: 145169 | ||||
* | Delete useless trailing semicolons. | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
| | | | | llvm-svn: 92740 | ||||
* | fix a bunch of spurious failures for people whose home directory | Chris Lattner | 2009-09-11 | 1 | -1/+1 |
| | | | | | | is sabre. llvm-svn: 81528 | ||||
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81257 | ||||
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226 | ||||
* | Ignore dbg intrinsics while hoisting common code in the two blocks up into ↵ | Devang Patel | 2009-02-04 | 1 | -0/+33 |
the branch block. llvm-svn: 63687 |