aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/R600/SILowerI1Copies.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-07R600/SI: Remove VReg_32 register classTom Stellard1-1/+1
2014-12-03R600/SI: Remove i1 pseudo VALU opsMatt Arsenault1-40/+36
2014-11-26R600/SI: Create e64 versions of and/or/xor in SILowerI1CopiesMatt Arsenault1-3/+3
2014-11-14R600/SI: Fix verifier error from a branch on IMPLICIT_DEFMatt Arsenault1-0/+8
2014-10-09Fix typoMatt Arsenault1-3/+3
2014-09-22R600/SI: Remove modifier operands from V_CNDMASK_B32_e64Tom Stellard1-5/+1
2014-08-30Remove 'virtual' keyword from methods markedwith 'override' keyword.Craig Topper1-4/+4
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-4/+3
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+4
2014-08-01R600/SI: Do abs/neg folding with ComplexPatternsTom Stellard1-4/+0
2014-07-21R600/SI: Use VALU for i1 XORTom Stellard1-0/+6
2014-05-15R600/SI: Use VALU instructions for i1 opsTom Stellard1-1/+19
2014-04-30R600/SI: Use VALU instructions for copying i1 valuesTom Stellard1-0/+130