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] 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
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-3
/
+2
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+1
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-3
/
+2
*
[RSForGC] Appease MSVC
Sanjoy Das
2016-06-26
1
-2
/
+4
*
[RSForGC] Bring the BDVState struct up to code; NFC
Sanjoy Das
2016-06-26
1
-25
/
+33
*
[RSForGC] Bring computeLiveInValues up to code; NFC
Sanjoy Das
2016-06-26
1
-8
/
+5
*
[RSForGC] Bring computeLiveOutSeed up to code; NFC
Sanjoy Das
2016-06-26
1
-7
/
+7
*
[RSForGC] Bring computeLiveInValues up to code; NFC
Sanjoy Das
2016-06-26
1
-19
/
+8
*
[RSForGC] Bring recomputeLiveInValues up to code; NFC
Sanjoy Das
2016-06-26
1
-9
/
+9
*
[RSForGC] Bring containsGCPtrType, isGCPointerType up to code; NFC
Sanjoy Das
2016-06-26
1
-3
/
+2
*
[RSForGC] Bring analyzeParsePointLiveness up to code; NFC
Sanjoy Das
2016-06-26
1
-7
/
+7
*
[RSForGC] Bring meetBDVStateImpl up to code; NFC
Sanjoy Das
2016-06-26
1
-14
/
+13
*
[RSForGC] Get rid of the unnecessary MeetBDVStates struct; NFC
Sanjoy Das
2016-06-26
1
-58
/
+36
*
[RSForGC] Bring findBasePointer up to code; NFC
Sanjoy Das
2016-06-26
1
-110
/
+92
*
Fix unused variable warning by folding the temporary into the debug statement.
Eric Christopher
2016-06-23
1
-2
/
+2
*
[RS4GC] Use StringRef; NFC
Sanjoy Das
2016-06-22
1
-4
/
+3
*
Avoid duplicated map lookups. No functionality change intended.
Benjamin Kramer
2016-06-17
1
-2
/
+1
*
[RS4GC] Pass CallSite by value instead of const ref; NFC
Sanjoy Das
2016-06-17
1
-11
/
+10
*
[RewriteStatepointsForGC] All constant should have null base pointer
Igor Laevsky
2016-05-27
1
-8
/
+16
*
[RewriteStatepointsForGC] Remove obsolete assertion
Igor Laevsky
2016-05-17
1
-8
/
+0
*
[PM] RewriterStatepointForGC: add missing dependency.
Davide Italiano
2016-05-16
1
-0
/
+1
[next]