X86: fold SSE2/AVX2 logical shift by immediate amount into zero vector when possible
[oota-llvm.git] / lib / Target / NVPTX / NVPTXAsmPrinter.h
2013-06-28 Justin Holewinski[NVPTX] Clean up comparison/select/convert patterns...
2013-05-31 Justin Holewinski[NVPTX] Re-enable support for virtual registers in...
2013-05-20 Justin Holewinski[NVPTX] Add GenericToNVVM IR converter to better handle...
2013-03-30 Justin Holewinski[NVPTX] Run clang-format on all NVPTX sources.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-05-24 Craig TopperConvert assert(0) to llvm_unreachable.
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...