Revert 239644.
[oota-llvm.git] / test / CodeGen / R600 / local-memory-two-objects.ll
2015-03-27 Andrew TrickComplete the MachineScheduler fix made way back in...
2015-03-17 Rafael EspindolaCall EmitFunctionHeader just before EmitFunctionBody.
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-26 Tom StellardR600/SI: Remove M0 from DS assembly strings
2015-02-03 Marek OlsakR600/SI: Remove the -CHECK suffix from all FileCheck...
2015-01-29 Tom StellardR600/SI: Define a schedule model and enable the generic...
2015-01-06 Tom StellardR600/SI: Add a stub GCNTargetMachine
2014-12-02 Tom StellardR600/SI: Move more information into SIProgramInfo struct
2014-11-13 Matt ArsenaultR600: Error on initializer for LDS.
2014-11-05 Tom StellardR600/SI: Change all instruction assembly names to lower...
2014-10-10 Matt ArsenaultR600/SI: Change how DS offsets are printed
2014-10-01 Tom StellardR600: Call EmitFunctionHeader() in the AsmPrinter to...
2014-08-22 Tom StellardR600/SI: Use a ComplexPattern for DS loads and stores
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-04-15 Matt ArsenaultR600/SI: Print more immediates in hex format
2014-03-19 Matt ArsenaultR600/SI: Match i16 immediate offset of LDS instructions.
2014-03-19 Matt ArsenaultR600/SI: Don't display the GDS bit.
2013-11-15 Tom StellardR600: Fix scheduling of instructions that use the LDS...
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-27 Michel DanzerR600/SI: Enable local-memory-two-objects lit test
2013-07-31 Tom StellardRevert "R600: Non vector only instruction can be schedu...
2013-07-31 Vincent LejeuneR600: Non vector only instruction can be scheduled...
2013-07-10 Michel DanzerR600/SI: Initial local memory support