Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / IR / Statepoint.h
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...