Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/compiler_used/compiler.used/. | Rafael Espindola | 2013-07-19 | 1 | -1/+1 |
| | | | | | | | We were incorrectly using compiler_used instead of compiler.used. Unfortunately the passes using the broken name had tests also using the broken name. llvm-svn: 186705 | ||||
* | Move test from grep to FileCheck. | Rafael Espindola | 2013-04-23 | 1 | -2/+5 |
| | | | | llvm-svn: 180092 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81290 | ||||
* | implement a new magic global "llvm.compiler.used" which is like llvm.used, but | Chris Lattner | 2009-07-20 | 1 | -0/+9 |
doesn't cause ".no_dead_strip" to be emitted on darwin. llvm-svn: 76399 |