aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SeparateConstOffsetFromGEP
AgeCommit message (Expand)Author
2018-05-11[Split GEP] handle trunc() in separate-const-offset-from-gep pass.Artem Belevich
2018-02-13[AMDGPU] Change constant addr space to 4Yaxun Liu
2018-01-31[SeparateConstOffsetFromGEP] Fix up addrspace in the AMDGPU testMarek Olsak
2018-01-31[SeparateConstOffsetFromGEP] Preserve metadata when splitting GEPsMarek Olsak
2017-03-21AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernelMatt Arsenault
2016-07-20[NVPTX] Enable the load-store vectorizer on nvptx.Justin Lebar
2016-07-15[ReassociateGEP] Update tests to allow missing "inbounds" on certain GEPs.Jingyue Wu
2016-07-15XFAIL two SeparateConstOffsetFromGEP testsDavid Majnemer
2016-03-03[ValueTracking] Remove dead code from an old experimentPhilip Reames
2015-08-14[SeparateConstOffsetFromGEP] sext(a)+sext(b) => sext(a+b) when a+b can't sign...Jingyue Wu
2015-08-13[SeparateConstOffsetFromGEP] strengthen the inbounds attributeJingyue Wu
2015-06-19AMDGPU: Fix some places missed in renameMatt Arsenault
2015-06-07SeparateConstOffsetFromGEP: Pass address space to isLegalAddressingModeMatt Arsenault
2015-05-14[ValueTracking] refactor: extract method haveNoCommonBitsSetJingyue Wu
2015-04-21[SeparateConstOffsetFromGEP] garbage-collect intermediate instructionsJingyue Wu
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-10-25[SeparateConstOffsetFromGEP] Fixed a bug related to unsigned moduloJingyue Wu
2014-10-25[SeparateConstOffsetFromGEP] Fixed a bug in rebuilding OR expressionsJingyue Wu
2014-07-16Partially revert r210444 due to performance regressionJingyue Wu
2014-07-16[NVPTX] Rename registers %fl -> %fd and %rl -> %rdJustin Holewinski
2014-06-09Reduce verbiage of lit.local.cfg filesAlp Toker
2014-06-08[SeparateConstOffsetFromGEP] inbounds zext => sext for better splittingJingyue Wu
2014-06-08[SeparateConstOffsetFromGEP] make two tests more strictJingyue Wu
2014-06-05Fixed several correctness issues in SeparateConstOffsetFromGEPJingyue Wu
2014-05-27Fixed a test in r209670Jingyue Wu
2014-05-27Distribute sext/zext to the operands of and/or/xorJingyue Wu
2014-05-23Add the extracted constant offset using GEPJingyue Wu
2014-05-01Add an optimization that does CSE in a group of similar GEPs.Eli Bendersky