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