Revert 239644.
[oota-llvm.git] / test / CodeGen / R600 / llvm.SI.sample.ll
2015-01-27 Marek OlsakR600/SI: Enable all tests that pass on VI without changes
2015-01-06 Tom StellardR600/SI: Add a stub GCNTargetMachine
2014-11-05 Tom StellardR600/SI: Change all instruction assembly names to lower...
2014-10-01 Tom StellardR600: Call EmitFunctionHeader() in the AsmPrinter to...
2014-02-13 Tom StellardR600/SI: Add ShaderType attribute to some tests
2013-11-12 Matt ArsenaultR600/SI: Change formatting of printed registers.
2013-10-10 Tom StellardR600/SI: Use -verify-machineinstrs for most tests
2013-08-14 Tom StellardR600/SI: Replace v1i32 type with i32 in imageload and...
2013-08-14 Tom StellardR600/SI: Convert v16i8 resource descriptors to i128
2013-08-14 Tom StellardR600/SI: Use i8 types for resource descriptors in tests
2013-08-06 Tom StellardR600/SI: Add more special cases for opcodes to ensureSR...
2013-04-10 Christian KonigR600/SI: dynamical figure out the reg class of MIMG
2013-04-10 Christian KonigR600/SI: adjust writemask to only the used components
2013-04-10 Christian KonigR600/SI: remove image sample writemask
2013-04-05 Tom StellardR600/SI: Add processor types for each SI variant
2013-03-26 Christian KonigR600/SI: mark most intrinsics as readnone v2
2013-03-01 Christian KonigR600/SI: fix sampler tests after fixing wait insertions
2013-02-14 Michel DanzerR600: Add lit tests for texture sampling instruction...