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
/
Transforms
/
Scalar
/
RewriteStatepointsForGC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a "gc-transition" operand bundle
Sanjoy Das
2016-01-20
1
-2
/
+5
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-1
/
+1
*
[GC] Lower vectors-of-pointers directly by default
Philip Reames
2016-01-19
1
-1
/
+1
*
[opaque pointer types] Alloca: use getAllocatedType() instead of getType()->g...
Eduard Burtescu
2016-01-18
1
-2
/
+1
*
[RS4GC] Update and simplify handling of Constants in findBaseDefiningValueOfV...
Manuel Jacob
2016-01-09
1
-18
/
+2
*
[RS4GC] Unify two asserts. NFC.
Manuel Jacob
2016-01-09
1
-7
/
+3
*
[rs4gc] Optionally directly relocated vector of pointers
Philip Reames
2016-01-09
1
-12
/
+29
*
Remove static global GCNames from Function.cpp and move it to the Context
Mehdi Amini
2016-01-08
1
-1
/
+1
*
[RS4GC] Add an option to suppress vector splitting
Philip Reames
2016-01-07
1
-9
/
+20
*
[RS4GC] Simplify handling of Constants in findBaseDefiningValue(). NFC.
Manuel Jacob
2016-01-05
1
-22
/
+7
*
[Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.
Manuel Jacob
2016-01-05
1
-16
/
+7
*
[RS4GC] Use DenseMap::count() instead of DenseMap::find()/DenseMap::end(). NFC.
Manuel Jacob
2015-12-29
1
-1
/
+1
*
[RS4GC] Fix rematerialization of bitcast of bitcast.
Manuel Jacob
2015-12-28
1
-6
/
+2
*
[gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...
Chen Li
2015-12-26
1
-5
/
+2
*
[GC] Make GCStrategy::isGCManagedPointer a type predicate not a value predica...
Philip Reames
2015-12-23
1
-1
/
+1
*
[RS4GC] Fix base pair printing for constants.
Manuel Jacob
2015-12-23
1
-5
/
+12
*
Remove deprecated llvm.experimental.gc.result.{int,float,ptr} intrinsics.
Manuel Jacob
2015-12-22
1
-4
/
+1
*
[RS4GC] Fix crash in the case that a live variable has a constant base.
Manuel Jacob
2015-12-22
1
-0
/
+13
*
[RS4GC] Add an assert which fails if there is a (yet unsupported) addrspacecast.
Manuel Jacob
2015-12-21
1
-0
/
+5
*
[RS4GC] Remove an overly strong assertion
Philip Reames
2015-12-19
1
-10
/
+5
*
[RS4GC] Use an value handle to help isolate errors quickly
Philip Reames
2015-12-18
1
-2
/
+2
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-9
/
+9
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
1
-1
/
+1
*
Remove an intermediate lambda. NFC
Craig Topper
2015-11-29
1
-3
/
+2
*
[RS4GC] Strip noalias attribute after statepoint rewrite
Igor Laevsky
2015-10-26
1
-1
/
+4
*
[RS4GC] Rename stripDereferenceabilityInfo into stripNonValidAttributes.
Igor Laevsky
2015-10-23
1
-18
/
+18
*
[RS4GC] Remove a redundant linear search, NFCI
Sanjoy Das
2015-10-20
1
-2
/
+1
*
[RS4GC] Clean up `find_index`; NFC
Sanjoy Das
2015-10-20
1
-11
/
+11
*
[RS4GC] Re-purpose `normalizeForInvokeSafepoint`; NFC.
Sanjoy Das
2015-10-20
1
-9
/
+9
*
[RS4GC] Minor cleanup to `normalizeForInvokeSafepoint`; NFC
Sanjoy Das
2015-10-20
1
-3
/
+3
*
[RS4GC] Dont' propagate call attrs related to patchable statepoints
Sanjoy Das
2015-10-16
1
-0
/
+7
*
[RS4GC] Bring legalizeCallAttributes up to LLVM coding style; NFC
Sanjoy Das
2015-10-16
1
-13
/
+11
*
[RS4GC] Use "deopt" operand bundles
Sanjoy Das
2015-10-16
1
-36
/
+175
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-12
/
+11
*
[RS4GC] Refactoring to make a later change easier, NFCI
Sanjoy Das
2015-10-08
1
-19
/
+22
*
[RS4GC] Don't copy ADT's unneccessarily, NFCI
Sanjoy Das
2015-10-08
1
-3
/
+3
*
[RS4GC] Use AssertingVH for RematerializedValueMapTy, NFCI
Sanjoy Das
2015-10-07
1
-1
/
+2
*
[RS4GC] Remove an unnecessary assert & related variables
Sanjoy Das
2015-10-07
1
-5
/
+0
*
[RS4GC] Cosmetic cleanup, NFC
Sanjoy Das
2015-10-07
1
-245
/
+211
*
[RewriteStatepointsForGC] Minor refactor to use shared implementation [NFC]
Philip Reames
2015-09-10
1
-8
/
+1
*
[RewriteStatepointsForGC] Strengthen a confusingly weak assertion [NFC]
Philip Reames
2015-09-10
1
-3
/
+3
*
[RewriteStatepointsForGC] One last bit of naming [NFCI]
Philip Reames
2015-09-10
1
-7
/
+7
*
[RewriteStatepointsForGC] Further style/naming fixup [NFCI]
Philip Reames
2015-09-10
1
-26
/
+26
*
[RewriteStatepointsForGC] More naming cleanup [NFCI]
Philip Reames
2015-09-10
1
-6
/
+6
*
[RewriteStatepointsForGC] Code cleanup [NFC]
Philip Reames
2015-09-09
1
-25
/
+26
*
[RewriteStatepointsForGC] Extend base pointer inference to handle insertelement
Philip Reames
2015-09-09
1
-58
/
+61
*
[RewriteStatepointsForGC] Make base pointer inference deterministic
Philip Reames
2015-09-09
1
-44
/
+35
*
[RewriteStatepointsForGC] Extract common code, comment, and fix a build warni...
Philip Reames
2015-09-03
1
-55
/
+48
*
[RewriteStatepointsForGC] Strengthen invariants around BDVs
Philip Reames
2015-09-03
1
-29
/
+65
*
[RewriteStatepointsForGC] Workaround a lack of determinism in visit order
Philip Reames
2015-09-03
1
-4
/
+9
[next]