SimplifyCFG: don't remove unreachable default switch destinations
[oota-llvm.git] / test / Transforms / SeparateConstOffsetFromGEP / NVPTX /
2014-10-25 Jingyue Wu[SeparateConstOffsetFromGEP] Fixed a bug related to...
2014-10-25 Jingyue Wu[SeparateConstOffsetFromGEP] Fixed a bug in rebuilding...
2014-07-16 Jingyue WuPartially revert r210444 due to performance regression
2014-07-16 Justin Holewinski[NVPTX] Rename registers %fl -> %fd and %rl -> %rd
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-08 Jingyue Wu[SeparateConstOffsetFromGEP] inbounds zext => sext...
2014-06-08 Jingyue Wu[SeparateConstOffsetFromGEP] make two tests more strict
2014-06-05 Jingyue WuFixed several correctness issues in SeparateConstOffset...
2014-05-27 Jingyue WuFixed a test in r209670
2014-05-27 Jingyue WuDistribute sext/zext to the operands of and/or/xor
2014-05-23 Jingyue WuAdd the extracted constant offset using GEP
2014-05-01 Eli BenderskyAdd an optimization that does CSE in a group of similar...