Hide a bunch of advanced testing options in default opt --help output
[oota-llvm.git] / lib / Transforms / Scalar / PlaceSafepoints.cpp
2015-02-20 Philip ReamesHide a bunch of advanced testing options in default...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-10 Philip ReamesAdjust how we avoid poll insertion inside the poll...
2015-02-09 Ramkumar Ramachandra[Statepoint] Improve two asserts, fix some style (NFC)
2015-02-09 Ramkumar RamachandraPlaceSafepoints: modernize gc.result.* -> gc.result
2015-02-09 Philip ReamesUpdate file comment to clarify points highlighted in...
2015-02-09 Philip ReamesUse range for loops in PlaceSafepoints (NFC)
2015-02-09 Philip ReamesAdd basic tests for PlaceSafepoints
2015-02-06 Benjamin KramerMake helper functions/classes/globals static. NFC.
2015-02-05 Aaron BallmanRemoving an unused variable warning I accidentally...
2015-02-05 Aaron BallmanSilencing an MSVC warning about a switch statement...
2015-02-04 Philip ReamesFix a warning in non-asserts builds
2015-02-04 Philip ReamesClang format of a file introduced in 228090 (NFC)
2015-02-04 Philip ReamesAdd a pass for inserting safepoints into (nearly) arbit...