Remove a redundant assertion in MachineBasicBlock.cpp. NFC.
[oota-llvm.git] / lib / CodeGen / ImplicitNullChecks.cpp
2015-11-13 Sanjoy Das[ImplicitNulls] Add some clarifying comments; NFC
2015-11-12 Sanjoy Das[ImplicitNulls] Fix wrapping by breaking up a condition...
2015-11-12 Sanjoy Das[ImplicitNull] Extract out a HazardDetector class, NFC
2015-08-04 Chen LiIntroduce enum value for previously defined metadata...
2015-07-20 Sanjoy Das[ImplicitNullChecks] Work with implicit defs.
2015-07-09 Sanjoy Das[ImplicitNullChecks] Fix a memory leak.
2015-07-09 Sanjoy Das[ImplicitNullChecks] Be smarter in picking the memory op.
2015-07-06 Sanjoy Das[FaultMaps] Add statistic to count the # of implicit...
2015-06-30 Sanjoy Das[FaultMaps] Let the frontend pre-select implicit null...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-15 Sanjoy Das[CodeGen] Add a pass to fold null checks into nearby...