Merging r258616:
[oota-llvm.git] / test / Transforms / RewriteStatepointsForGC /
2016-01-09 Manuel Jacob[RS4GC] Update and simplify handling of Constants in...
2016-01-09 Philip Reames[rs4gc] Optionally directly relocated vector of pointers
2016-01-06 Chen Li[SplitLandingPadPredecessors] Create a PHINode for...
2015-12-28 Manuel Jacob[RS4GC] Fix rematerialization of bitcast of bitcast.
2015-12-26 Benjamin KramerFix safepoint intrinsic signatures in test.
2015-12-26 Chen Li[gc.statepoint] Change gc.statepoint intrinsic's return...
2015-12-23 Manuel Jacob[RS4GC] Fix base pair printing for constants.
2015-12-22 Manuel JacobRemove deprecated llvm.experimental.gc.result.{int...
2015-12-22 Manuel Jacob[RS4GC] Fix crash in the case that a live variable...
2015-12-19 Philip Reames[RS4GC] Remove an overly strong assertion
2015-11-22 Rafael EspindolaHave a single way for creating unique value names.
2015-10-26 Igor Laevsky[RS4GC] Strip noalias attribute after statepoint rewrite
2015-10-20 Sanjoy Das[RS4GC] Re-purpose `normalizeForInvokeSafepoint`; NFC.
2015-10-16 Sanjoy Das[RS4GC] Dont' propagate call attrs related to patchable...
2015-10-16 Sanjoy Das[RS4GC] Use "deopt" operand bundles
2015-10-08 Sanjoy Das[RS4GC] Refactoring to make a later change easier,...
2015-09-09 Philip Reames[RewriteStatepointsForGC] Extend base pointer inference...
2015-09-02 Philip Reames[RewriteStatepointsForGC] Improve debug output [NFC]
2015-08-31 Hans WennborgFix CHECK directives that weren't checking.
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...