[RS4GC] Fix rematerialization of bitcast of bitcast.
[oota-llvm.git] / lib / Transforms / Scalar / PlaceSafepoints.cpp
2015-12-15 Justin BognerLPM: Stop threading `Pass *` through all of the loop...
2015-12-14 Sanjay PatelgetParent() ^ 3 == getModule() ; NFCI
2015-10-13 Duncan P. N. Exon... Scalar: Remove remaining ilist iterator implicit conver...
2015-10-08 Sanjoy Das[PlaceSafeopints] Extract out `callsGCLeafFunction...
2015-09-15 Sanjoy Das[PlaceSafepoints] Make the width of a counted loop...
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-06 Nico RieckRename inst_range() to instructions() for consistency...
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-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-07 Benjamin KramerRemove global std::string. NFC.
2015-05-26 Philip Reames[PlaceSafepoints] Entry safepoint location doesn't...
2015-05-26 Philip Reames[PlaceSafepoints] Cleanup InsertSafepointPoll function
2015-05-25 NAKAMURA TakumiReformat.
2015-05-25 NAKAMURA TakumiPrune CRLFs.
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-13 Philip Reames[PlaceSafepoints] Reduce dominator tree recalculation
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-12 Philip Reames[PlaceSafepoints] Followup to commit L237172
2015-05-12 Justin Bogner[PlaceSafepoints] Add missing "override" to PlaceBacked...
2015-05-12 Philip Reames[PlaceSafepoints] Switch to being a FunctionPass
2015-05-12 Philip Reames[PlaceSafepoints] Make internal helper pass a FunctionPass
2015-05-12 Philip Reames[PlaceSafepoints] Use analysis infrastructure to get...
2015-05-12 Philip Reames[PlaceSafepoints] Remove dependence on LoopSimplify
2015-05-08 Igor LaevskyThis change is refactoring only. It moves basic block...
2015-05-07 NAKAMURA TakumiScalar/PlaceSafepoints.cpp: Fix a warning introduced...
2015-05-06 Sanjoy Das[Statepoints] Clean up PlaceSafepoints.cpp: de-duplicat...
2015-05-06 Sanjoy Das[Statepoints] Clean up PlaceSafepoints.cpp: variable...
2015-05-06 Sanjoy Das[IRBuilder] Add a CreateGCStatepointInvoke.
2015-05-06 Adam Nemet[DomTree] verifyDomTree to unconditionally perform...
2015-04-26 Philip ReamesDon't Place Entry Safepoints Before the llvm.frameescap...
2015-04-10 Benjamin Kramer[CallSite] Make construction from Value* (or Instructio...
2015-02-26 Ramkumar RamachandraPlaceSafepoints: use IRBuilder helpers
2015-02-21 Philip Reames[PlaceSafepoints] Adjust enablement logic to default...
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...