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
...
*
[RS4GC] Pass DenseMap by reference, NFC
Joseph Tremoulet
2016-02-05
1
-5
/
+4
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
Fix the build
David Majnemer
2016-01-29
1
-1
/
+1
*
[RS4GC] Address post-commit review on r259208 from David
Sanjoy Das
2016-01-29
1
-8
/
+5
*
[RS4GC] Remove unnecessary const_cast; NFC
Sanjoy Das
2016-01-29
1
-1
/
+1
*
[RS4GC] Minor local cleanup to StabilizeOrder; NFC
Sanjoy Das
2016-01-29
1
-21
/
+20
*
[RS4GC] Minor cleanups enabled by the previous change; NFC
Sanjoy Das
2016-01-29
1
-14
/
+6
*
[RS4GC] Delete code that is dead due to r259129; NFC
Sanjoy Das
2016-01-29
1
-83
/
+36
*
[RS4GC] Clamp UseDeoptBundles to true and update tests
Sanjoy Das
2016-01-29
1
-2
/
+2
*
[RS4GC] Use OB_deopt instead of "deopt"
Sanjoy Das
2016-01-22
1
-1
/
+2
*
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
[prev]
[next]