Target/R600: Un-tab-ify.
[oota-llvm.git] / lib / Target / R600 / SIInstrInfo.cpp
2013-10-28 NAKAMURA TakumiTarget/R600: Un-tab-ify.
2013-10-22 Tom StellardR600/SI: Use llvm_unreachable() for an always false...
2013-10-22 Tom StellardR600/SI: Fix warning on non-asserts build
2013-10-22 Tom StellardR600: Simplify handling of private address space
2013-10-22 Tom StellardR600: Remove unused InstrInfo::getMovImmInstr() function
2013-10-15 Vincent LejeuneR600/SI: Remove some leftover MI dump call
2013-10-10 Tom StellardR600/SI: Implement SIInstrInfo::verifyInstruction(...
2013-08-18 Dmitri GribenkoRemove unused stdio.h includes
2013-08-16 Michel DanzerR600/SI: Fix broken encoding of DS_WRITE_B32
2013-08-14 Tom StellardR600/SI: Assign a register class to the $vaddr operand...
2013-07-15 Craig TopperMake some arrays 'static const'
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-04-10 Christian KonigR600/SI: dynamical figure out the reg class of MIMG
2013-03-27 Christian KonigR600/SI: add cummuting of rev instructions
2013-03-26 Christian KonigR600/SI: improve vector interpolation
2013-03-01 Christian KonigR600/SI: handle all registers in copyPhysReg v2
2013-02-26 Christian KonigR600/SI: add some more instruction flags
2013-02-16 Christian KonigR600/SI: cleanup literal handling v3
2013-02-07 Tom StellardR600/SI: Handle VGPR64 destination in copyPhysReg().
2013-02-06 Tom StellardR600: Support for indirect addressing v4
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-20 NAKAMURA TakumiTarget/R600: Update MIB according to r170588.
2012-12-11 Tom StellardAdd R600 backend