Move the R600 intrinsic support back to the target machine - there's
[oota-llvm.git] / lib / Target / R600 / AMDGPUSubtarget.h
2014-08-04 Eric ChristopherMove the R600 intrinsic support back to the target...
2014-07-25 Eric ChristopherMove R600 subtarget dependent variables onto the subtarget.
2014-07-18 Matt ArsenaultR600: Implement TTI:getPopcntSupport
2014-07-15 Jan VeselyR600: Implement zero undef variants of ctlz/cttz
2014-07-14 Matt ArsenaultR600: Add denormal handling subtarget features.
2014-07-13 Matt ArsenaultR600: Add option to disable promote alloca
2014-06-27 Matt ArsenaultR600: Move trivial getters into header, use initializer...
2014-06-20 Matt ArsenaultR600: Trivial subtarget feature cleanups.
2014-06-17 Tom StellardR600: Use LDS and vectors for private memory
2014-06-13 Tom StellardR600: Move AMDGPUInstrInfo from AMDGPUTargetMachine...
2014-06-10 Matt ArsenaultR600: Use BCNT_INT for evergreen
2014-06-10 Matt ArsenaultR600: Handle fcopysign
2014-04-30 Tom StellardR600: Remove unused function AMDGPUSubtarget::getDefaul...
2014-04-30 Craig TopperDe-virtualize or remove some methods that have no overr...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-07 Tom StellardR600: Match 24-bit arithmetic patterns in a Target...
2014-03-17 Matt ArsenaultR600: Match sign_extend_inreg to BFE instructions
2014-01-23 Tom StellardR600: Recommit 199842: Add work-around for the CF stack...
2014-01-22 Tom StellardRevert "R600: Add work-around for the CF stack entry...
2014-01-22 Tom StellardR600: Add work-around for the CF stack entry HW bug
2014-01-22 Tom StellardR600: Refactor stack size calculation
2014-01-22 Tom StellardR600: Add wavefront size property to the subtargets v2
2013-12-14 Rafael EspindolaTurn AMDGPUSubtarget::getDataLayout into a static function.
2013-11-18 Tom StellardR600: Add a SubtargetFeatture for disabling the ifcvt...
2013-10-29 Tom StellardR600/SI: Add compute support for CI v2
2013-10-10 Tom StellardR600: Use StructurizeCFGPass for non SI targets
2013-09-20 Andrew TrickAllow subtarget selection of the default MachineSchedul...
2013-06-07 Tom StellardR600: Rework subtarget info and remove AMDILDevice...
2013-05-17 Vincent LejeuneR600: Factorize Fetch size limit inside AMDGPUSubTarget
2013-04-30 Vincent LejeuneR600: Add FetchInst bit to instruction defs to denote...
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2012-12-11 Tom StellardAdd R600 backend