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] 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
*
[RewriteStatepointsForGC] Delete stale comment [NFC]
Philip Reames
2015-09-02
1
-3
/
+0
*
[RewriteStatepointsForGC] Pull a function out of anon namespace [NFC]
Philip Reames
2015-09-02
1
-1
/
+5
*
[RewriteStatepointsForGC] Bugfix for change 246133
Philip Reames
2015-09-02
1
-16
/
+16
*
Fix release build warning for unused function
Philip Reames
2015-09-02
1
-1
/
+2
*
[RewriteStatepointsForGC] Improve debug output [NFC]
Philip Reames
2015-09-02
1
-30
/
+36
*
[RewriteStatepointsForGC] Reduce the number of new instructions for base poin...
Philip Reames
2015-08-27
1
-3
/
+57
*
[RewriteStatepointsForGC] Avoid using unrelocated pointers after safepoints
Philip Reames
2015-08-12
1
-0
/
+31
*
[RewriteStatepointsForGC] Handle extractelement fully in the base pointer alg...
Philip Reames
2015-08-12
1
-61
/
+96
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-19
/
+19
*
Rename inst_range() to instructions() for consistency. NFC
Nico Rieck
2015-08-06
1
-2
/
+2
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
1
-2
/
+2
*
[RewriteStatepointsForGC] Adjust naming scheme to be more stable
Philip Reames
2015-07-24
1
-3
/
+7
*
[RewriteStatepointsForGC] Fix release build warning
Philip Reames
2015-07-24
1
-0
/
+2
*
[RewriteStatepointsForGC] Use a worklist algorithm for first part of base poi...
Philip Reames
2015-07-24
1
-36
/
+39
*
[RewriteStatepointsForGC] Rename PhiState to reflect that it's associated w/m...
Philip Reames
2015-07-23
1
-41
/
+43
*
[RewriteStatepointsForGC] Use idomatic mechanisms for debug tracing [NFC]
Philip Reames
2015-07-23
1
-21
/
+22
*
[RewriteStatepointsForGC] Simplify code around meet of PhiStates [NFC]
Philip Reames
2015-07-23
1
-33
/
+34
*
[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
Chandler Carruth
2015-07-22
1
-1
/
+1
*
[RewriteStatepointsForGC] minor style cleanup
Philip Reames
2015-07-21
1
-26
/
+25
*
[RewriteStatepointsForGC] Hoist some code out of a loop
Philip Reames
2015-07-21
1
-12
/
+13
*
[RewriteStatepointsForGC] Delete trivial code
Philip Reames
2015-07-21
1
-13
/
+5
*
[RewriteStatepointsForGC] Minor code cleanup [NFC]
Philip Reames
2015-07-21
1
-21
/
+5
*
[RewriteStatepointsForGC] Generalized vector phi/select handling for base poi...
Philip Reames
2015-06-26
1
-55
/
+124
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
[Statepoints] Skip a vector copy when uniquing values.
Benjamin Kramer
2015-06-13
1
-11
/
+4
*
Remove stray semicolon. NFC.
Vasileios Kalintiris
2015-06-03
1
-1
/
+1
[next]