R600: Custom lower f32 = uint_to_fp i64
[oota-llvm.git] / lib / Target / R600 / AMDGPUISelLowering.h
2013-10-30 Tom StellardR600: Custom lower f32 = uint_to_fp i64
2013-10-23 Tom StellardR600: Fix handling of vector kernel arguments
2013-09-12 Tom StellardR600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL trans...
2013-08-26 Tom StellardR600: Add support for vector local memory loads
2013-08-26 Tom StellardR600: Add support for v4i32 and v2i32 local stores
2013-08-16 Tom StellardR600: Add support for global vector stores with element...
2013-08-16 Tom StellardR600: Add support for i16 and i8 global stores
2013-08-14 Tom StellardR600/SI: Improve legalization of vector operations
2013-08-14 Tom StellardR600/SI: Convert v16i8 resource descriptors to i128
2013-08-05 Tom StellardR600: Implement TargetLowering::getVectorIdxTy()
2013-07-23 Tom StellardDAGCombiner: Pass the correct type to TargetLowering...
2013-07-09 Vincent LejeuneR600: Use DAG lowering pass to handle fcos/fsin
2013-06-28 Tom StellardR600: Add local memory support via LDS
2013-06-03 Tom StellardR600/SI: Add support for work item and work group intri...
2013-06-03 Tom StellardR600/SI: Rework MUBUF store instructions
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-20 Tom StellardR600: Swap the legality of rotl and rotr
2013-05-17 Vincent LejeuneR600: Relax some vector constraints on Dot4.
2013-05-17 Vincent LejeuneR600: Improve texture handling
2013-04-05 Tom StellardR600/SI: Add support for buffer stores v2
2013-03-07 Christian KonigR600/SI: add proper formal parameter handling for SI
2013-02-26 Christian KonigR600/SI: add folding helper
2013-02-18 Vincent LejeuneR600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for...
2013-02-16 Christian KonigR600/SI: nuke SReg_1 v3
2013-02-08 Tom StellardR600: Dump the function name when TargetLowering::Lower...
2013-02-06 Tom StellardR600: Support for indirect addressing v4
2013-02-05 Tom StellardR600: improve inputs/interpolation handling
2013-01-23 Tom StellardR600: Add a CONST_ADDRESS node to model constant buf...
2012-12-11 Tom StellardAdd R600 backend