summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/AMDILISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600: Remove AMDILISelLoweringMatt Arsenault2014-06-231-35/+0
* R600: Move add/sub with overflow out of AMDILISelLoweringMatt Arsenault2014-06-231-19/+0
* R600: Move more out of AMDILISelLoweringMatt Arsenault2014-06-231-36/+3
* R600: Don't set fp_round_inreg action.Matt Arsenault2014-06-231-9/+0
* R600: Remove a few more things from AMDILISelLoweringMatt Arsenault2014-06-151-8/+0
* R600: Move / cleanup more leftover AMDIL stuff.Matt Arsenault2014-06-151-48/+0
* R600: Move division custom lowering out of AMDILISelLoweringMatt Arsenault2014-06-151-262/+3
* R600: Remove dead codeMatt Arsenault2014-06-151-72/+11
* R600: Cleanup some old AMDIL stuff.Matt Arsenault2014-06-131-86/+11
* R600: Don't call setOperationAction with things that aren't opcodes.Matt Arsenault2014-06-131-8/+0
* R600/SI: Use bcnt instruction for ctpopMatt Arsenault2014-06-101-5/+0
* Use range forMatt Arsenault2014-05-151-52/+40
* R600: Move computeMaskedBitsForTargetNode out of AMDILISelLowering.cppMatt Arsenault2014-03-251-35/+0
* R600: Match sign_extend_inreg to BFE instructionsMatt Arsenault2014-03-171-35/+0
* Make some arrays 'static const'Craig Topper2013-07-151-4/+4
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-4/+4
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-071-16/+13
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-7/+7
* R600: Swap the legality of rotl and rotrTom Stellard2013-05-201-2/+0
* R600/SI: add proper formal parameter handling for SIChristian Konig2013-03-071-5/+0
* R600: Update for name changes from r175667.Jim Grosbach2013-02-201-3/+3
* R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad patternVincent Lejeune2013-02-181-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* R600: remove nonsense setPrefLoopAlignmentTom Stellard2012-12-171-1/+0
* Add R600 backendTom Stellard2012-12-111-0/+652
OpenPOWER on IntegriCloud