Age | Commit message (Expand) | Author | Files | Lines |
2015-11-17 | Lower statepoints with multi-def targets. | Pat Gavlin | 1 | -7/+11 |
2015-11-04 | [StatepointLowering] Remove distinction between call and invoke safepoints | Igor Laevsky | 1 | -23/+29 |
2015-09-08 | [WinEH] Avoid creating MBBs for LLVM BBs that cannot contain code | Reid Kleckner | 1 | -4/+4 |
2015-08-11 | PseudoSourceValue: Replace global manager with a manager in a machine function. | Alex Lorenz | 1 | -4/+6 |
2015-08-08 | Fix some comment typos. | Benjamin Kramer | 1 | -12/+13 |
2015-07-28 | [Statepoints] Let patchable statepoints have a symbolic call target. | Sanjoy Das | 1 | -1/+17 |
2015-07-09 | Redirect DataLayout from TargetMachine to Module in ComputeValueVTs() | Mehdi Amini | 1 | -3/+3 |
2015-07-02 | [NFC] Make the Statepoint class more like CallSite | Sanjoy Das | 1 | -3/+3 |
2015-06-20 | [Statepoint] Remove unnecessary argument from Statepoint::getRelocates | Sanjoy Das | 1 | -4/+2 |
2015-06-10 | [StatepointLowering] Reuse stack slots across basic blocks | Igor Laevsky | 1 | -66/+115 |
2015-06-04 | Statepoint: Fix handling of Far Immediate calls | Swaroop Sridhar | 1 | -11/+0 |
2015-05-20 | [StatepointLowering] Support of the gc.relocates for invoke statepoints. | Igor Laevsky | 1 | -32/+77 |
2015-05-19 | Remove a stale comment | Philip Reames | 1 | -3/+0 |
2015-05-12 | [Statepoints] Support for "patchable" statepoints. | Sanjoy Das | 1 | -6/+11 |
2015-05-12 | [Statepoints] Clean up statepoint argument accessors. | Pat Gavlin | 1 | -22/+12 |
2015-05-12 | [Statepoints] Split the calling convention and statepoint flags operand to ST... | Pat Gavlin | 1 | -22/+15 |
2015-05-12 | Reverse ordering of base and derived pointer during safepoint lowering. | Igor Laevsky | 1 | -10/+12 |
2015-05-08 | Extend the statepoint intrinsic to allow statepoints to be marked as transiti... | Pat Gavlin | 1 | -11/+91 |
2015-05-06 | [Statepoint] Clean up StatepointLowering: symbolic constants. | Sanjoy Das | 1 | -2/+3 |
2015-05-06 | [Statepoint] Clean up Statepoint.h: accessor names. | Sanjoy Das | 1 | -10/+10 |
2015-05-06 | [StatepointLowering] Don't create temporary instructions. NFCI. | Sanjoy Das | 1 | -73/+69 |
2015-05-05 | [StatepointLowering] Rename variable, NFC. | Sanjoy Das | 1 | -3/+3 |
2015-04-29 | Run StatepointLowering.{cpp,h} through clang-format. | Pat Gavlin | 1 | -37/+27 |
2015-04-28 | Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes" | Sergey Dmitrouk | 1 | -11/+18 |
2015-04-28 | Revert "[DebugInfo] Add debug locations to constant SD nodes" | Daniel Jasper | 1 | -18/+11 |
2015-04-28 | [DebugInfo] Add debug locations to constant SD nodes | Sergey Dmitrouk | 1 | -11/+18 |
2015-04-10 | Reduce dyn_cast<> to isa<> or cast<> where possible. | Benjamin Kramer | 1 | -1/+1 |
2015-03-27 | Require a GC strategy be specified for functions which use gc.statepoint | Philip Reames | 1 | -23/+19 |
2015-03-27 | Allow explicit spill slots to be specified for a gc.statepoint | Philip Reames | 1 | -4/+20 |
2015-03-10 | Teach lowering to correctly handle invoke statepoint and gc results tied to t... | Igor Laevsky | 1 | -11/+56 |
2015-03-05 | Revert change r231366 as it broke clang-native-arm-cortex-a9 Analysis/propert... | Igor Laevsky | 1 | -56/+11 |
2015-03-05 | Teach lowering to correctly handle invoke statepoint and gc results tied to t... | Igor Laevsky | 1 | -11/+56 |
2015-02-20 | Generalize statepoint lowering to use ImmutableStatepoint. Move statepoint lo... | Igor Laevsky | 1 | -40/+38 |
2015-02-19 | Demote vectors to arrays. No functionality change. | Benjamin Kramer | 1 | -7/+3 |
2015-02-13 | Re-sort #include lines using my handy dandy ./utils/sort_includes.py | Chandler Carruth | 1 | -1/+1 |
2015-01-26 | Revert GCStrategy ownership changes | Philip Reames | 1 | -1/+1 |
2015-01-16 | Move ownership of GCStrategy objects to LLVMContext | Philip Reames | 1 | -1/+2 |
2015-01-07 | Introduce an example statepoint GC strategy | Philip Reames | 1 | -0/+43 |
2014-12-02 | Restructure some assertion checking based on post commit feedback by Aaron an... | Philip Reames | 1 | -7/+7 |
2014-12-02 | Appease a build bot complaining about an unused variable that's used in an as... | Philip Reames | 1 | -0/+1 |
2014-12-02 | [Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection... | Philip Reames | 1 | -0/+640 |