Merging r258325:
[oota-llvm.git] / test / Transforms / PlaceSafepoints /
2016-01-05 Manuel Jacob[Statepoints] Check for the "gc-leaf-function" attribut...
2016-01-05 Manuel JacobCorrect my last commit (revision 256860).
2016-01-05 Manuel Jacob[PlaceSafepoints] Add a test.
2016-01-03 Dimitry AndricFix several accidental DOS line endings in source files
2015-12-26 Chen Li[gc.statepoint] Change gc.statepoint intrinsic's return...
2015-11-22 Rafael EspindolaHave a single way for creating unique value names.
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-10 Bill Schmidt[PowerPC] Add an MI SSA peephole pass.
2015-09-15 Sanjoy Das[PlaceSafepoints] Make the width of a counted loop...
2015-07-28 Sanjoy Das[Statepoints] Let patchable statepoints have a symbolic...
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-05-20 Swaroop SridharAdd a GCStrategy for CoreCLR
2015-05-19 Philip Reames[PlaceSafepoints] Stop special casing some intrinsics
2015-05-18 Chen Li[PlaceSafepoints] Assertion on that gc_result can not...
2015-05-15 Sanjoy Das[PlaceSafepoints] Fix a bug that came in with rL236672.
2015-05-15 Sanjoy Das[PlaceSafepoints] Fix a bug that came in with rL236672.
2015-05-13 Sanjoy Das[PlaceSafepoints] New attributes for patchable statepoints.
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-12 Philip Reames[PlaceSafepoints] Remove dependence on LoopSimplify
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-05-06 Sanjoy Das[IRBuilder] Add a CreateGCStatepointInvoke.
2015-04-26 Philip ReamesDon't Place Entry Safepoints Before the llvm.frameescap...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-26 Ramkumar RamachandraPlaceSafepoints: use IRBuilder helpers
2015-02-21 Philip Reames[PlaceSafepoints] Adjust enablement logic to default...
2015-02-19 Igor LaevskyAdd few simple tests to check statepoint placement...
2015-02-09 Ramkumar RamachandraPlaceSafepoints: modernize gc.result.* -> gc.result
2015-02-09 Philip ReamesIntroduce more tests for PlaceSafepoints
2015-02-09 Philip ReamesMinor test cleanup
2015-02-09 Philip ReamesAdd basic tests for PlaceSafepoints