Adds a new flag ('-fopenmp-simd') to clang which enables processing
of 'simd' and 'declare simd' pragmas without supporting the rest
of OpenMP.
The pragma handler will filter out directives and clauses which
aren't related to simd, and the driver will not add lib(g)omp to
the list of libraries to link.
Documentation updated to describe the new flag.
I am not sure if it is target architecture specific or not. If it is, should we be under the target flag instead?