summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/compiler_used.ll
Commit message (Collapse)AuthorAgeFilesLines
* s/compiler_used/compiler.used/.Rafael Espindola2013-07-191-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 Espindola2013-04-231-2/+5
| | | | llvm-svn: 180092
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-201-0/+9
doesn't cause ".no_dead_strip" to be emitted on darwin. llvm-svn: 76399
OpenPOWER on IntegriCloud