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
/
test
/
Transforms
/
RewriteStatepointsForGC
Commit message (
Expand
)
Author
Age
Files
Lines
*
[StatepointsForGC] Rematerialize in the presence of PHIs
Anna Thomas
2016-08-29
1
-0
/
+37
*
[RewriteStatepointsForGC] All constant should have null base pointer
Igor Laevsky
2016-05-27
4
-3
/
+147
*
[RewriteStatepointsForGC] Remove obsolete assertion
Igor Laevsky
2016-05-17
1
-0
/
+22
*
All llvm.deoptimize declarations must use the same calling convention
Sanjoy Das
2016-05-12
2
-11
/
+16
*
[RS4GC] Use SetVector/MapVector instead of DenseSet/DenseMap to guarantee sta...
Igor Laevsky
2016-05-04
4
-7
/
+7
*
[RS4GC] Add a test case around calling conventions; NFC
Sanjoy Das
2016-05-03
1
-0
/
+11
*
[RS4GC] Better codegen for deoptimize calls
Sanjoy Das
2016-04-05
1
-2
/
+14
*
[RS4GC] Lower calls to @llvm.experimental.deoptimize
Sanjoy Das
2016-03-25
1
-0
/
+23
*
[RS4GC] "Constant fold" the rs4gc-split-vector-values flag
Philip Reames
2016-02-22
2
-168
/
+1
*
[RS4GC] Revert optimization attempt due to memory corruption
Philip Reames
2016-02-22
5
-13
/
+41
*
[RS4GC] Remove unnecessary redirections from tests; NFC
Sanjoy Das
2016-01-29
3
-3
/
+3
*
[RS4GC] Add some missing tests and CHECK: lines
Sanjoy Das
2016-01-29
2
-2
/
+159
*
[RS4GC] Clamp UseDeoptBundles to true and update tests
Sanjoy Das
2016-01-29
64
-2655
/
+531
*
[RS4GC] Port three tests to the deopt bundles directory
Sanjoy Das
2016-01-29
3
-0
/
+72
*
[RS4GC] Change opt %s to opt < %s; NFC
Sanjoy Das
2016-01-28
20
-20
/
+20
*
[PlaceSafepoints] Clamp NoStatepoints to true
Sanjoy Das
2016-01-28
6
-0
/
+297
*
Add a "gc-transition" operand bundle
Sanjoy Das
2016-01-20
1
-0
/
+8
*
[RS4GC] Update and simplify handling of Constants in findBaseDefiningValueOfV...
Manuel Jacob
2016-01-09
1
-1
/
+10
*
[rs4gc] Optionally directly relocated vector of pointers
Philip Reames
2016-01-09
3
-2
/
+114
*
[SplitLandingPadPredecessors] Create a PHINode for the original landingpad on...
Chen Li
2016-01-06
1
-0
/
+33
*
[RS4GC] Fix rematerialization of bitcast of bitcast.
Manuel Jacob
2015-12-28
1
-0
/
+34
*
Fix safepoint intrinsic signatures in test.
Benjamin Kramer
2015-12-26
2
-4
/
+4
*
[gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...
Chen Li
2015-12-26
32
-162
/
+162
*
[RS4GC] Fix base pair printing for constants.
Manuel Jacob
2015-12-23
2
-2
/
+2
*
Remove deprecated llvm.experimental.gc.result.{int,float,ptr} intrinsics.
Manuel Jacob
2015-12-22
1
-2
/
+2
*
[RS4GC] Fix crash in the case that a live variable has a constant base.
Manuel Jacob
2015-12-22
2
-0
/
+39
*
[RS4GC] Remove an overly strong assertion
Philip Reames
2015-12-19
1
-0
/
+35
*
Have a single way for creating unique value names.
Rafael Espindola
2015-11-22
2
-2
/
+2
*
[RS4GC] Strip noalias attribute after statepoint rewrite
Igor Laevsky
2015-10-26
2
-1
/
+65
*
[RS4GC] Re-purpose `normalizeForInvokeSafepoint`; NFC.
Sanjoy Das
2015-10-20
1
-0
/
+32
*
[RS4GC] Dont' propagate call attrs related to patchable statepoints
Sanjoy Das
2015-10-16
1
-0
/
+44
*
[RS4GC] Use "deopt" operand bundles
Sanjoy Das
2015-10-16
25
-0
/
+1872
*
[RS4GC] Refactoring to make a later change easier, NFCI
Sanjoy Das
2015-10-08
1
-1
/
+1
*
[RewriteStatepointsForGC] Extend base pointer inference to handle insertelement
Philip Reames
2015-09-09
1
-1
/
+83
*
[RewriteStatepointsForGC] Improve debug output [NFC]
Philip Reames
2015-09-02
1
-0
/
+34
*
Fix CHECK directives that weren't checking.
Hans Wennborg
2015-08-31
1
-3
/
+3
*
[RewriteStatepointsForGC] Reduce the number of new instructions for base poin...
Philip Reames
2015-08-27
4
-18
/
+22
*
[RewriteStatepointsForGC] Avoid using unrelocated pointers after safepoints
Philip Reames
2015-08-12
1
-0
/
+74
*
[RewriteStatepointsForGC] Handle extractelement fully in the base pointer alg...
Philip Reames
2015-08-12
1
-0
/
+88
*
Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCI
Jonathan Roelofs
2015-08-10
1
-1
/
+1
*
[RewriteStatepointsForGC] Adjust naming scheme to be more stable
Philip Reames
2015-07-24
7
-25
/
+26
*
[RewriteStatepointsForGC] Generalized vector phi/select handling for base poi...
Philip Reames
2015-06-26
1
-2
/
+42
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
4
-8
/
+8
*
[RewriteStatepointsForGC] Strip deref info after rewriting.
Sanjoy Das
2015-06-02
1
-0
/
+77
*
[RewriteStatepointsForGC] For some values (like gep's and bitcasts) it's chea...
Igor Laevsky
2015-05-19
4
-3
/
+225
*
[Statepoints] Support for "patchable" statepoints.
Sanjoy Das
2015-05-12
20
-97
/
+90
*
[RewriteStatepointsForGC] Extend base pointer to handle more cases w/vectors
Philip Reames
2015-05-12
1
-0
/
+25
*
[RewriteStatepointsForGC] Fix a bug on creating gc_relocate for pointer to ve...
Sanjoy Das
2015-05-11
8
-28
/
+69
*
Extend the statepoint intrinsic to allow statepoints to be marked as transiti...
Pat Gavlin
2015-05-08
19
-58
/
+58
*
[RewriteStatepointsForGC] Exclude constant values from being considered live ...
Philip Reames
2015-04-26
1
-0
/
+61
[next]