summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDILISelLowering.cpp
Commit message (Expand)AuthorAge
* R600: Remove AMDILISelLoweringMatt Arsenault2014-06-23
* R600: Move add/sub with overflow out of AMDILISelLoweringMatt Arsenault2014-06-23
* R600: Move more out of AMDILISelLoweringMatt Arsenault2014-06-23
* R600: Don't set fp_round_inreg action.Matt Arsenault2014-06-23
* R600: Remove a few more things from AMDILISelLoweringMatt Arsenault2014-06-15
* R600: Move / cleanup more leftover AMDIL stuff.Matt Arsenault2014-06-15
* R600: Move division custom lowering out of AMDILISelLoweringMatt Arsenault2014-06-15
* R600: Remove dead codeMatt Arsenault2014-06-15
* R600: Cleanup some old AMDIL stuff.Matt Arsenault2014-06-13
* R600: Don't call setOperationAction with things that aren't opcodes.Matt Arsenault2014-06-13
* R600/SI: Use bcnt instruction for ctpopMatt Arsenault2014-06-10
* Use range forMatt Arsenault2014-05-15
* R600: Move computeMaskedBitsForTargetNode out of AMDILISelLowering.cppMatt Arsenault2014-03-25
* R600: Match sign_extend_inreg to BFE instructionsMatt Arsenault2014-03-17
* Make some arrays 'static const'Craig Topper2013-07-15
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-07
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* R600: Swap the legality of rotl and rotrTom Stellard2013-05-20
* R600/SI: add proper formal parameter handling for SIChristian Konig2013-03-07
* R600: Update for name changes from r175667.Jim Grosbach2013-02-20
* R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad patternVincent Lejeune2013-02-18
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* R600: remove nonsense setPrefLoopAlignmentTom Stellard2012-12-17
* Add R600 backendTom Stellard2012-12-11