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
*
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
*
[RS4GC] Pass DenseMap by reference, NFC
Joseph Tremoulet
2016-02-05
1
-5
/
+4
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
Fix the build
David Majnemer
2016-01-29
1
-1
/
+1
*
[RS4GC] Address post-commit review on r259208 from David
Sanjoy Das
2016-01-29
1
-8
/
+5
*
[RS4GC] Remove unnecessary const_cast; NFC
Sanjoy Das
2016-01-29
1
-1
/
+1
*
[RS4GC] Minor local cleanup to StabilizeOrder; NFC
Sanjoy Das
2016-01-29
1
-21
/
+20
*
[RS4GC] Minor cleanups enabled by the previous change; NFC
Sanjoy Das
2016-01-29
1
-14
/
+6
*
[RS4GC] Delete code that is dead due to r259129; NFC
Sanjoy Das
2016-01-29
1
-83
/
+36
*
[RS4GC] Clamp UseDeoptBundles to true and update tests
Sanjoy Das
2016-01-29
1
-2
/
+2
*
[RS4GC] Use OB_deopt instead of "deopt"
Sanjoy Das
2016-01-22
1
-1
/
+2
*
Add a "gc-transition" operand bundle
Sanjoy Das
2016-01-20
1
-2
/
+5
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-1
/
+1
*
[GC] Lower vectors-of-pointers directly by default
Philip Reames
2016-01-19
1
-1
/
+1
*
[opaque pointer types] Alloca: use getAllocatedType() instead of getType()->g...
Eduard Burtescu
2016-01-18
1
-2
/
+1
*
[RS4GC] Update and simplify handling of Constants in findBaseDefiningValueOfV...
Manuel Jacob
2016-01-09
1
-18
/
+2
*
[RS4GC] Unify two asserts. NFC.
Manuel Jacob
2016-01-09
1
-7
/
+3
*
[rs4gc] Optionally directly relocated vector of pointers
Philip Reames
2016-01-09
1
-12
/
+29
*
Remove static global GCNames from Function.cpp and move it to the Context
Mehdi Amini
2016-01-08
1
-1
/
+1
*
[RS4GC] Add an option to suppress vector splitting
Philip Reames
2016-01-07
1
-9
/
+20
[next]