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
*
Remove trailing space
Fangrui Song
2018-07-30
1
-11
/
+11
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-14
1
-3
/
+3
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Fix up a few grammar issues.
Eric Christopher
2018-05-21
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-10
/
+11
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-2
/
+2
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-1
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[RewriteStatepoints] Fix stale parse points
Daniel Neilson
2018-03-05
1
-14
/
+15
*
[RS4GC] Handle call/invoke instructions as base defining values of vectors
Daniel Neilson
2018-01-30
1
-0
/
+6
*
[Transforms] Support making mutable versions of new-format TBAA access tags
Ivan A. Kosarev
2018-01-17
1
-16
/
+2
*
[RewriteStatepoints] Fix incorrect assertion
Max Kazantsev
2017-12-28
1
-7
/
+2
*
[PM] port Rewrite Statepoints For GC to the new pass manager.
Fedor Sergeev
2017-12-15
1
-61
/
+102
*
Strip off invariant.start because memory locations arent invariant
Anna Thomas
2017-11-02
1
-9
/
+33
*
Revert "[RS4GC] Strip off invariant.start because memory locations arent inva...
Anna Thomas
2017-11-02
1
-39
/
+9
*
[RS4GC] Strip off invariant.start because memory locations arent invariant
Anna Thomas
2017-11-02
1
-9
/
+39
*
[RS4GC] Look through vector bitcasts when looking for base pointer
Daniel Neilson
2017-10-13
1
-0
/
+5
*
[Analysis, Transforms] Fix some Clang-tidy modernize and Include What You Use...
Eugene Zelenko
2017-09-01
1
-34
/
+70
*
All libcalls should be considered to be GC-leaf functions.
Daniel Neilson
2017-07-27
1
-2
/
+6
*
fix trivial typos; NFC
Hiroshi Inoue
2017-07-02
1
-1
/
+1
*
fix trivial typos, NFC
Hiroshi Inoue
2017-07-01
1
-1
/
+1
*
[RS4GC] Drop invalid metadata after pointers are relocated
Anna Thomas
2017-06-12
1
-17
/
+54
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-9
/
+9
*
[Statepoint] Be consistent about using deopt naming [NFCI]
Philip Reames
2017-06-02
1
-3
/
+3
*
[RS4GC] Comment clarification
Philip Reames
2017-06-02
1
-2
/
+2
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-3
/
+4
*
Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of A...
Reid Kleckner
2017-05-02
1
-2
/
+1
*
Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of At...
Hans Wennborg
2017-04-28
1
-1
/
+2
*
[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList
Reid Kleckner
2017-04-28
1
-2
/
+1
*
[RS4GC] Simplify attribute handling code NFC
Reid Kleckner
2017-04-28
1
-47
/
+25
*
[SystemZ] TargetTransformInfo cost functions implemented.
Jonas Paulsson
2017-04-12
1
-1
/
+1
*
Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
Reid Kleckner
2017-04-10
1
-6
/
+9
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-1
/
+3
*
Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
Reid Kleckner
2017-04-10
1
-9
/
+6
*
[IR] Make AttributeSetNode public, avoid temporary AttributeList copies
Reid Kleckner
2017-04-10
1
-6
/
+9
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-17
/
+16
*
[RSForGC] Handle vector GEPs
Sanjoy Das
2017-03-17
1
-0
/
+5
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-1
/
+1
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-1
/
+0
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-0
/
+1
*
Replace some callers of setTailCall with setTailCallKind
David Majnemer
2016-11-25
1
-1
/
+1
*
[RS4GC] Fix comment to show TODO. NFC
Anna Thomas
2016-10-06
1
-1
/
+1
*
[RS4GC] Handle ShuffleVector instruction in findBasePointer
Anna Thomas
2016-10-04
1
-10
/
+32
*
[RS4GC] Remat in presence of phi and use live value
Anna Thomas
2016-09-22
1
-8
/
+21
*
[RS4GC] Refactor code for Rematerializing in presence of phi. NFC
Anna Thomas
2016-09-20
1
-59
/
+68
*
[statepoints][experimental] Add support for live-in semantics of values in de...
Philip Reames
2016-08-31
1
-0
/
+26
*
[RewriteStatepointsForGC] Update comment for same PHI node check. NFC
Anna Thomas
2016-08-30
1
-1
/
+2
*
ADT: Give ilist<T>::reverse_iterator a handle to the current node
Duncan P. N. Exon Smith
2016-08-30
1
-2
/
+2
*
[StatepointsForGC] Rematerialize in the presence of PHIs
Anna Thomas
2016-08-29
1
-0
/
+35
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-3
/
+2
[next]