[RS4GC] Fix rematerialization of bitcast of bitcast.
[oota-llvm.git] / lib / Transforms / Scalar / BDCE.cpp
2015-09-10 James MolloyAdd GlobalsAA as preserved to a bunch of transforms
2015-08-14 James MolloySeparate out BDCE's analysis into a separate DemandedBi...
2015-08-06 Nico RieckRename inst_range() to instructions() for consistency...
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
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-23 Sanjay Pateladd newline for easier reading; NFC
2015-02-18 Hal Finkel[BDCE] Don't forget uses of root instructions seen...
2015-02-17 Hal Finkel[BDCE] Add a bit-tracking DCE pass