Make helper functions/classes/globals static. NFC.
[oota-llvm.git] / lib / Target / R600 / AMDGPUInstrInfo.cpp
2015-02-06 Benjamin KramerMake helper functions/classes/globals static. NFC.
2015-01-30 Eric ChristopherReuse a bunch of cached subtargets and remove getSubtar...
2015-01-15 Marek OlsakR600/SI: Don't shrink instructions whose e32 encoding...
2014-12-07 Marek OlsakR600/SI: Add VI instructions
2014-10-07 Matt ArsenaultR600: Remove dead code
2014-08-06 Matt ArsenaultR600: Increase nearby load scheduling threshold.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-29 Matt ArsenaultRemove line with no effect
2014-07-24 Matt ArsenaultR600: Implement enableClusterLoads()
2014-06-13 Tom StellardR600: Remove AMDIL instruction and register definitions
2014-06-13 Tom StellardR600: Move AMDGPUInstrInfo from AMDGPUTargetMachine...
2014-06-13 Tom StellardR600: Drop use of cached TargetMachine in AMDGPUInstrIn...
2014-05-16 Tom StellardR600/SI: Refactor the VOP3_32 tablegen class
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-03-11 Matt ArsenaultFix indentation
2013-12-10 Matt ArsenaultUse llvm_unreachable instead of assert(0)
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-13 Tom StellardR600/SI: Add support for private address space load...
2013-10-29 Aaron BallmanRemoving a switch statement that contains only a defaul...
2013-10-22 Tom StellardR600: Simplify handling of private address space
2013-10-10 Tom StellardR600/SI: Define a separate MIMG instruction for each...
2013-10-01 Vincent LejeuneR600: Enable -verify-machineinstrs in some tests.
2013-06-25 Tom StellardR600: Use new getNamedOperandIdx function generated...
2013-06-07 Tom StellardR600: Rework subtarget info and remove AMDILDevice...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-05-23 Benjamin KramerR600: Hide symbols of implementation details.
2013-02-26 Christian KonigR600/SI: add VOP mapping functions
2013-02-06 Tom StellardR600: Support for indirect addressing v4
2012-12-11 Tom StellardAdd R600 backend