Prune CRLFs.
[oota-llvm.git] / lib / Transforms / Scalar / RewriteStatepointsForGC.cpp
2015-05-25 NAKAMURA TakumiPrune CRLFs.
2015-05-21 Igor Laevsky[RewriteStatepointsForGC] Fix debug assertion during...
2015-05-20 Aaron BallmanSilencing a -Wsign-compare warning; NFC.
2015-05-20 Swaroop SridharAdd a GCStrategy for CoreCLR
2015-05-19 Igor Laevsky[RewriteStatepointsForGC] Fix up naming in "relocationV...
2015-05-19 Igor Laevsky[RewriteStatepointsForGC] For some values (like gep...
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-05-12 Philip Reames[RewriteStatepointsForGC] Extend base pointer to handle...
2015-05-11 Sanjoy DasRename variables in gc_relocate related functions to...
2015-05-11 Sanjoy Das[RewriteStatepointsForGC] Fix a bug on creating gc_relo...
2015-05-06 Sanjoy Das[Statepoint] Clean up Statepoint.h: accessor names.
2015-04-26 Philip Reames[RewriteStatepointsForGC] Exclude constant values from...
2015-04-14 Philip Reames[RewriteStatepointsForGC] Delete dead code [NFC]
2015-04-13 Philip Reames[RwriteStatepointsForGC] Minor indentation and naming...
2015-04-13 Philip Reames[RewriteStatepointsForGC] Avoid inserting empty holder
2015-04-13 Philip Reames[RewriteStatepointsForGC] Fix a latent bug in normaliza...
2015-04-13 Philip Reames[RewriteStatepointsForGC] Strengthen assertions around...
2015-04-13 Philip Reames[RewriteStatepointsForGC] Move an expensive debugging...
2015-04-11 Philip Reames[Statepoints] Fix a release only build failure
2015-04-10 Philip Reames[RewriteStatepointsForGC] Use a SetVector for a worklis...
2015-04-10 Philip Reames[RewriteStatepointsForGC] Use an actual liveness algorithm
2015-04-10 Philip Reames[RewriteStatepointsForGC] clang-format file
2015-04-10 Philip Reames[RewriteStatepointsForGC] Missed review comment from...
2015-04-10 Philip Reames[RewriteStatepointsForGC] Preprocess the IR to remove...
2015-04-10 Philip Reames[RewriteStatepointsForGC] Limited support for vectors...
2015-03-27 Philip ReamesCode cleanup [NFC]
2015-03-27 Philip ReamesMore code cleanup [NFC]
2015-03-27 Philip ReamesMore code cleanup [NFC]
2015-03-27 Philip ReamesCode simplification and style cleanup
2015-03-09 Benjamin KramerMake helper functions static.
2015-03-04 Philip Reames[RewriteStatepointsForGC] Fix a relocation bug w.r...
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...