Move DataLayout back to the TargetMachine from TargetSubtargetInfo
[oota-llvm.git] / lib / Target / R600 / AMDGPUSubtarget.cpp
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-20 Tom StellardR600/SI: Add subtarget feature to enable VGPR spilling...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-02 Tom StellardR600/SI: Emit amd_kernel_code_t header for AMDGPU envir...
2014-12-02 Tom StellardR600/SI: Set the ATC bit on all resource descriptors...
2014-10-10 Matt ArsenaultR600/SI: Add load / store machine optimizer pass.
2014-09-15 Matt ArsenaultR600/SI: Add preliminary support for flat address space
2014-08-06 Matt ArsenaultCorrect comment
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-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-17 Tom StellardR600: Use LDS and vectors for private memory
2014-06-13 Tom StellardR600: Move AMDGPUInstrInfo from AMDGPUTargetMachine...
2014-04-30 Tom StellardR600: Remove unused function AMDGPUSubtarget::getDefaul...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
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-12-06 Eric ChristopherFix an index array check.
2013-11-18 Tom StellardR600: Enable the IR structurizer by default
2013-11-18 Tom StellardR600: Add a SubtargetFeatture for disabling the ifcvt...
2013-10-10 Tom StellardR600: Use StructurizeCFGPass for non SI targets
2013-08-26 Tom StellardSelectionDAG: Use correct pointer size when lowering...
2013-08-18 Dmitri GribenkoRemove unused stdio.h includes
2013-06-07 Tom StellardR600: Rework subtarget info and remove AMDILDevice...
2013-06-07 Tom StellardR600: Fix the fetch limits for R600 generation GPUs
2013-05-29 Patrik HagglundTemporary fix to get rid of gcc warning.
2013-05-17 Vincent LejeuneR600: Factorize Fetch size limit inside AMDGPUSubTarget
2013-04-30 Vincent LejeuneR600: Add FetchInst bit to instruction defs to denote...
2012-12-11 Tom StellardAdd R600 backend