R600/SI: Add an intrinsic for S_FLBIT_I32 / V_FFBH_I32
[oota-llvm.git] / test / CodeGen / R600 / llvm.AMDGPU.bfe.i32.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
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-16 Matt ArsenaultR600: Fix nonsensical implementation of computeKnownBit...
2014-10-01 Tom StellardR600: Call EmitFunctionHeader() in the AsmPrinter to...
2014-09-19 Matt ArsenaultR600: Better fix for bug 20982
2014-09-18 Matt ArsenaultR600: Bug 20982 - Avoid undefined left shift of negativ...
2014-09-17 Alexey SamsonovExclude known and bugzilled failures from UBSan bootstrap
2014-05-22 Matt ArsenaultR600: Try to convert BFE back to standard bit ops when...
2014-05-22 Matt ArsenaultR600: Add dag combine for BFE
2014-05-13 Matt ArsenaultR600/SI: Try to fix BFE operands when moving to VALU
2014-04-03 Tom StellardR600: Correct opcode for BFE_INT
2014-03-31 Matt ArsenaultR600: Add BFE, BFI, and BFM intrinsics to help with...