[gc.statepoint] Change gc.statepoint intrinsic's return type to token type instead...
[oota-llvm.git] / include / llvm / IR / Statepoint.h
2015-12-26 Chen Li[gc.statepoint] Change gc.statepoint intrinsic's return...
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-10-08 Sanjoy Das[RS4GC] Refactoring to make a later change easier,...
2015-07-02 Sanjoy Das[Statepoints] Make operator bool() explicit.
2015-07-02 Sanjoy Das[NFC] Make the Statepoint class more like CallSite
2015-07-02 Sanjoy Das[Statepoints][NFC] Constify accessors on Statepoint.
2015-07-02 Sanjoy Das[Statepoints][NFC] Rename variables to llvm style.
2015-07-02 Sanjoy Das[Statepoints][NFC] Add Statepoint::operator bool()
2015-07-02 Sanjoy Das[Statepoints][NFC] Add Statepoint::getGCResult.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-20 Sanjoy Das[Statepoint] Remove unnecessary argument from Statepoin...
2015-06-20 Sanjoy Das[Statepoint][NFC] Fix include guard style.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-12 Pat Gavlin[Statepoints] Clean up statepoint argument accessors.
2015-05-11 Richard SmithAdd more missing #includes, found by modules build.
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-05-06 Sanjoy Das[Statepoint] Clean up StatepointLowering: symbolic...
2015-05-06 Sanjoy Das[Statepoint] Clean up Statepoint.h: clang-format.
2015-05-06 Sanjoy Das[Statepoint] Clean up Statepoint.h: accessor names.
2015-05-06 Sanjoy Das[StatepointLowering] Don't create temporary instruction...
2015-02-20 Igor LaevskyGeneralize statepoint lowering to use ImmutableStatepoi...
2015-02-19 Igor LaevskyAdd invoke related functionality into StatepointSite...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-14 Ramkumar Ramachandra[GC] CodeGenPrep transform: simplify offsetable relocate
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-29 Philip ReamesCarry facts about nullness and undef across GC relocation
2014-12-03 NAKAMURA TakumiGCRelocateOperands: Try to appease msc17.
2014-12-02 Philip ReamesRestructure some assertion checking based on post commi...
2014-12-02 Philip Reames[Statepoints 3/4] Statepoint infrastructure for garbage...