[RS4GC] Use DenseMap::count() instead of DenseMap::find()/DenseMap::end(). NFC.
[oota-llvm.git] / lib / Transforms / Scalar / RewriteStatepointsForGC.cpp
2015-03-03 David BlaikieRewriteStatepointsForGC::PhiState: Remove explicit...
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-02-28 Yaron KerenSilence variable set but not used warning, NFC.
2015-02-28 Philip Reames[RewriteStatepointsForGC] Reduce indentation via early...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Fix another order of iteratio...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Reduce indentation via early...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Fix iterator invalidation bug
2015-02-28 Philip Reames[RewriteStatepointsForGC] Add tests for the base pointe...
2015-02-22 David BlaikieRoll condition into an assert then wrap it 'ifndef...
2015-02-22 NAKAMURA TakumiRewriteStatepointsForGC.cpp: Fix for -Asserts to mark...
2015-02-22 NAKAMURA TakumiRewriteStatepointsForGC.cpp: Fix for -Asserts. [-Wunuse...
2015-02-20 David BlaikieRemove some unnecessary unreachables in favor of (somet...
2015-02-20 Philip Reames[RewriteStatepointsForGC] Use DenseSet in place of...
2015-02-20 Philip Reames[RewriteStatepointsForGC] Replace std::map with DenseMap
2015-02-20 Philip Reames[RewriteStatepointsForGC] Cleanup - replace std::vector...
2015-02-20 Philip Reames[RewriteStatepointsForGC] More style cleanup [NFC]
2015-02-20 Philip Reames[RewriteStatepointsForGC] Remove notion of SafepointBou...
2015-02-20 Philip Reames[GC, RewriteStatepointsForGC] Style cleanup and bug fix
2015-02-20 Reid KlecknerUse unreachable instead of assert(false) to silence...
2015-02-20 Philip Reames[GC] Style cleanup for RewriteStatepointForGC (1 of...
2015-02-20 Philip ReamesBugfix for 229954
2015-02-20 Benjamin KramerRewriteStatepointsForGC: Move details into anonymous...
2015-02-20 Benjamin KramerWrap recursive function only used in assert in #ifndef...
2015-02-20 Nick LewyckyFix build in release mode, four cases of -Wunused-variable.
2015-02-20 Philip ReamesAdjust enablement of RewriteStatepointsForGC
2015-02-20 Philip ReamesAdd a pass for constructing gc.statepoint sequences...