summaryrefslogtreecommitdiff
path: root/test/Transforms/StraightLineStrengthReduce
AgeCommit message (Expand)Author
2017-03-21AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernelMatt Arsenault
2016-07-11[SLSR] Call getPointerSizeInBits with the correct address space.Jingyue Wu
2016-07-09[SLSR] Fix crash on handling 128-bit integers.Jingyue Wu
2015-08-13[SeparateConstOffsetFromGEP] strengthen the inbounds attributeJingyue Wu
2015-07-16[NVPTX] enable SpeculativeExecution in NVPTXJingyue Wu
2015-06-28[SLSR] S's basis must have the same type as SJingyue Wu
2015-06-19AMDGPU: Fix some places missed in renameMatt Arsenault
2015-06-11SLSR: Pass address space to isLegalAddressingModeMatt Arsenault
2015-05-15[SLSR] handle (B | i) * SJingyue Wu
2015-05-13[SLSR] handles non-canonicalized Mul candidatesJingyue Wu
2015-04-23[NVPTX] run SeparateConstOffsetFromGEP before SLSRJingyue Wu
2015-04-21[SLSR] garbage-collect unused instructionsJingyue Wu
2015-04-15[NFC] [SLSR] clean up some testsJingyue Wu
2015-04-15[SLSR] handle candidate form (B + i * S)Jingyue Wu
2015-04-06[SLSR] consider &B[S << i] as &B[(1 << i) * S]Jingyue Wu
2015-04-02[SLSR] handles off bounds GEPsJingyue Wu
2015-03-26[SLSR] handle candidate form &B[i * S]Jingyue Wu
2015-02-03Add straight-line strength reduction to LLVMJingyue Wu