summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/Utils
Commit message (Collapse)AuthorAgeFilesLines
...
* [AVX] Recorganize X86ShuffleDecode into its own libraryDavid Greene2011-02-174-0/+238
(LLVMX86Utils.a) to break cyclic library dependencies between LLVMX86CodeGen.a and LLVMX86AsmParser.a. Previously this code was in a header file and marked static but AVX requires some additional functionality here that won't be used by all clients. Since including unused static functions causes a gcc compiler warning, keeping it as a header would break builds that use -Werror. Putting this in its own library solves both problems at once. llvm-svn: 125765
OpenPOWER on IntegriCloud