[PM] Port ScalarEvolution to the new pass manager.
[oota-llvm.git] / lib / Transforms / Scalar / SeparateConstOffsetFromGEP.cpp
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-08-14 Jingyue Wu[SeparateConstOffsetFromGEP] sext(a)+sext(b) => sext...
2015-08-13 Jingyue Wu[SeparateConstOffsetFromGEP] strengthen the inbounds...
2015-06-07 Matt ArsenaultSeparateConstOffsetFromGEP: Pass address space to isLeg...
2015-05-14 Jingyue Wu[ValueTracking] refactor: extract method haveNoCommonBi...
2015-04-23 Michael ZolotukhinFix comment for NoCommonBits.
2015-04-21 Jingyue Wu[SeparateConstOffsetFromGEP] garbage-collect intermedia...
2015-04-03 David Blaikie[opaque pointer type] More GEP API migrations in IRBuil...
2015-03-14 David Blaikie[opaque pointer type] Start migrating GEP creation...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-02-01 Chandler Carruth[multiversion] Thread a function argument through all...
2015-02-01 Jingyue Wu[SeparateConstOffsetFromGEP] skip optnone functions
2015-02-01 Jingyue Wu[SeparateConstOffsetFromGEP] set PreservesCFG flag
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-27 Eric ChristopherMigrate SeparateConstOffsetFromGEP to use a Function...
2014-11-19 Hao Liu[SeparateConstOffsetFromGEP] Allow SeparateConstOffsetF...
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-06-08 Jingyue Wu[SeparateConstOffsetFromGEP] inbounds zext => sext...
2014-06-08 Jingyue Wu[SeparateConstOffsetFromGEP] Fix an illegitimate optimi...
2014-06-08 Jingyue WuRefactor canonicalizing array indices to a helper function
2014-06-05 Jingyue WuFixed several correctness issues in SeparateConstOffset...
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-15 Alp TokerFix typos
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-01 Eli BenderskyAdd an optimization that does CSE in a group of similar...