[Statepoints] Initial support for relocating vectors of pointers
[oota-llvm.git] / lib / CodeGen / SelectionDAG / StatepointLowering.cpp
2016-01-07 Philip Reames[Statepoints] Initial support for relocating vectors...
2016-01-05 Manuel Jacob[Statepoints] Refactor GCRelocateOperands into an intri...
2015-12-23 Philip Reames[Statepoints] Use Indirect operands for spill slots
2015-12-23 Philip Reames[GC] Make GCStrategy::isGCManagedPointer a type predica...
2015-11-17 Pat GavlinLower statepoints with multi-def targets.
2015-11-04 Igor Laevsky[StatepointLowering] Remove distinction between call...
2015-09-08 Reid Kleckner[WinEH] Avoid creating MBBs for LLVM BBs that cannot...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-08-08 Benjamin KramerFix some comment typos.
2015-07-28 Sanjoy Das[Statepoints] Let patchable statepoints have a symbolic...
2015-07-09 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-02 Sanjoy Das[NFC] Make the Statepoint class more like CallSite
2015-06-20 Sanjoy Das[Statepoint] Remove unnecessary argument from Statepoin...
2015-06-10 Igor Laevsky[StatepointLowering] Reuse stack slots across basic...
2015-06-04 Swaroop SridharStatepoint: Fix handling of Far Immediate calls
2015-05-20 Igor Laevsky[StatepointLowering] Support of the gc.relocates for...
2015-05-19 Philip ReamesRemove a stale comment
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-12 Pat Gavlin[Statepoints] Clean up statepoint argument accessors.
2015-05-12 Pat Gavlin[Statepoints] Split the calling convention and statepoi...
2015-05-12 Igor LaevskyReverse ordering of base and derived pointer during...
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: accessor names.
2015-05-06 Sanjoy Das[StatepointLowering] Don't create temporary instruction...
2015-05-05 Sanjoy Das[StatepointLowering] Rename variable, NFC.
2015-04-29 Pat GavlinRun StatepointLowering.{cpp,h} through clang-format.
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-03-27 Philip ReamesRequire a GC strategy be specified for functions which...
2015-03-27 Philip ReamesAllow explicit spill slots to be specified for a gc...
2015-03-10 Igor LaevskyTeach lowering to correctly handle invoke statepoint...
2015-03-05 Igor LaevskyRevert change r231366 as it broke clang-native-arm...
2015-03-05 Igor LaevskyTeach lowering to correctly handle invoke statepoint...
2015-02-20 Igor LaevskyGeneralize statepoint lowering to use ImmutableStatepoi...
2015-02-19 Benjamin KramerDemote vectors to arrays. No functionality change.
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-07 Philip ReamesIntroduce an example statepoint GC strategy
2014-12-02 Philip ReamesRestructure some assertion checking based on post commi...
2014-12-02 Philip ReamesAppease a build bot complaining about an unused variabl...
2014-12-02 Philip Reames[Statepoints 3/4] Statepoint infrastructure for garbage...