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
...
*
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
*
[RS4GC] Fix typo in comment
Sanjoy Das
2016-05-06
1
-1
/
+1
*
[RS4GC] Use SetVector/MapVector instead of DenseSet/DenseMap to guarantee sta...
Igor Laevsky
2016-05-04
1
-99
/
+34
*
Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the...
Filipe Cabecinhas
2016-04-29
1
-1
/
+1
*
Add parentheses to silence warning.
Richard Trieu
2016-04-06
1
-1
/
+2
*
[RS4GC] Add a comment
Sanjoy Das
2016-04-06
1
-0
/
+4
*
[RS4GC] NFC cleanup of the DeferredReplacement class
Sanjoy Das
2016-04-05
1
-5
/
+18
*
[RS4GC] Better codegen for deoptimize calls
Sanjoy Das
2016-04-05
1
-16
/
+52
*
[RS4GC] Lower calls to @llvm.experimental.deoptimize
Sanjoy Das
2016-03-25
1
-1
/
+21
*
[Statepoints] Export a magic constant into a header; NFC
Sanjoy Das
2016-03-17
1
-1
/
+1
*
[Statepoints] Separate out logic for statepoint directives; NFC
Sanjoy Das
2016-03-17
1
-12
/
+8
*
[RS4GC] "Constant fold" the rs4gc-split-vector-values flag
Philip Reames
2016-02-22
1
-156
/
+0
*
[RS4GC] Revert optimization attempt due to memory corruption
Philip Reames
2016-02-22
1
-63
/
+3
[prev]
[next]