Revert 239644.
[oota-llvm.git] / lib / Target / R600 / SILoadStoreOptimizer.cpp
2015-05-12 Tom StellardR600/SI: Remove explicit m0 operand from DS instructions
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-09 Tom StellardR600/SI: Move gds operand to the end of operand list
2015-01-30 Eric ChristopherReuse a bunch of cached subtargets and remove getSubtar...
2014-12-03 Matt ArsenaultR600/SI: Fix live range error hidden by SIFoldOperands
2014-11-21 Tom StellardR600/SI: Emit s_mov_b32 m0, -1 before every DS instruction
2014-10-31 Reid KlecknerWork around bugs in MSVC "14" CTP 3's conversion logic
2014-10-10 Matt ArsenaultR600/SI: Match read2/write2 stride 64 versions
2014-10-10 Matt ArsenaultR600/SI: Add load / store machine optimizer pass.