[SROA] Fix PR24463, a crash I introduced in SROA by allowing it to
[oota-llvm.git] / test / Transforms / RewriteStatepointsForGC /
2015-08-27 Philip Reames[RewriteStatepointsForGC] Reduce the number of new...
2015-08-12 Philip Reames[RewriteStatepointsForGC] Avoid using unrelocated point...
2015-08-12 Philip Reames[RewriteStatepointsForGC] Handle extractelement fully...
2015-08-10 Jonathan RoelofsFix a bunch of trivial cases of 'CHECK[^:]*$' in the...
2015-07-24 Philip Reames[RewriteStatepointsForGC] Adjust naming scheme to be...
2015-06-26 Philip Reames[RewriteStatepointsForGC] Generalized vector phi/select...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-02 Sanjoy Das[RewriteStatepointsForGC] Strip deref info after rewriting.
2015-05-19 Igor Laevsky[RewriteStatepointsForGC] For some values (like gep...
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-12 Philip Reames[RewriteStatepointsForGC] Extend base pointer to handle...
2015-05-11 Sanjoy Das[RewriteStatepointsForGC] Fix a bug on creating gc_relo...
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-04-26 Philip Reames[RewriteStatepointsForGC] Exclude constant values from...
2015-04-24 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-10 Philip Reames[RewriteStatepointsForGC] test case missing from 234657
2015-04-10 Philip Reames[RewriteStatepointsForGC] Use an actual liveness algorithm
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 ReamesRequire a GC strategy be specified for functions which...
2015-03-05 Philip Reames[RewriteStatepointsForGC] Yet more test cases for reloc...
2015-03-05 Philip Reames[RewriteStatepointsForGC] Add additional tests around...
2015-03-04 Philip Reames[RewriteStatepointsForGC] Fix a relocation bug w.r...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Fix another order of iteratio...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Add tests for the base pointe...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-20 Philip ReamesBugfix for 229954
2015-02-20 Philip ReamesAdjust enablement of RewriteStatepointsForGC
2015-02-20 Philip ReamesAdd a pass for constructing gc.statepoint sequences...