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
*
[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
*
[RewriteStatepointsForGC] Strip deref info after rewriting.
Sanjoy Das
2015-06-02
1
-0
/
+102
*
[NFCI] Change RewriteStatepointsForGC to a ModulePass.
Sanjoy Das
2015-06-02
1
-13
/
+16
*
Reformat.
NAKAMURA Takumi
2015-05-25
1
-3
/
+2
*
Prune CRLFs.
NAKAMURA Takumi
2015-05-25
1
-9
/
+9
*
[RewriteStatepointsForGC] Fix debug assertion during derivable pointer remate...
Igor Laevsky
2015-05-21
1
-6
/
+6
*
Silencing a -Wsign-compare warning; NFC.
Aaron Ballman
2015-05-20
1
-1
/
+1
*
Add a GCStrategy for CoreCLR
Swaroop Sridhar
2015-05-20
1
-3
/
+8
*
[RewriteStatepointsForGC] Fix up naming in "relocationViaAlloca" and run it t...
Igor Laevsky
2015-05-19
1
-56
/
+56
*
[RewriteStatepointsForGC] For some values (like gep's and bitcasts) it's chea...
Igor Laevsky
2015-05-19
1
-6
/
+278
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-2
/
+2
*
[RewriteStatepointsForGC] Extend base pointer to handle more cases w/vectors
Philip Reames
2015-05-12
1
-9
/
+36
*
Rename variables in gc_relocate related functions to follow LLVM's naming con...
Sanjoy Das
2015-05-11
1
-39
/
+39
*
[RewriteStatepointsForGC] Fix a bug on creating gc_relocate for pointer to ve...
Sanjoy Das
2015-05-11
1
-3
/
+14
*
[Statepoint] Clean up Statepoint.h: accessor names.
Sanjoy Das
2015-05-06
1
-1
/
+2
*
[RewriteStatepointsForGC] Exclude constant values from being considered live ...
Philip Reames
2015-04-26
1
-14
/
+13
*
[RewriteStatepointsForGC] Delete dead code [NFC]
Philip Reames
2015-04-14
1
-26
/
+4
*
[RwriteStatepointsForGC] Minor indentation and naming [NFC]
Philip Reames
2015-04-13
1
-39
/
+30
*
[RewriteStatepointsForGC] Avoid inserting empty holder
Philip Reames
2015-04-13
1
-0
/
+4
*
[RewriteStatepointsForGC] Fix a latent bug in normalization for invoke statep...
Philip Reames
2015-04-13
1
-37
/
+40
*
[RewriteStatepointsForGC] Strengthen assertions around liveness
Philip Reames
2015-04-13
1
-0
/
+18
*
[RewriteStatepointsForGC] Move an expensive debugging check to XDEBUG
Philip Reames
2015-04-13
1
-33
/
+44
*
[Statepoints] Fix a release only build failure
Philip Reames
2015-04-11
1
-2
/
+2
*
[RewriteStatepointsForGC] Use a SetVector for a worklist [NFC]
Philip Reames
2015-04-10
1
-6
/
+4
*
[RewriteStatepointsForGC] Use an actual liveness algorithm
Philip Reames
2015-04-10
1
-204
/
+294
*
[RewriteStatepointsForGC] clang-format file
Philip Reames
2015-04-10
1
-58
/
+57
*
[RewriteStatepointsForGC] Missed review comment from 234651 & build fix
Philip Reames
2015-04-10
1
-3
/
+4
*
[RewriteStatepointsForGC] Preprocess the IR to remove unreachable blocks and ...
Philip Reames
2015-04-10
1
-6
/
+34
*
[RewriteStatepointsForGC] Limited support for vectors of pointers
Philip Reames
2015-04-10
1
-25
/
+224
*
Code cleanup [NFC]
Philip Reames
2015-03-27
1
-14
/
+12
[next]