git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[StatepointsForGC] Rematerialize in the presence of PHIs
[lldb.git]
/
llvm
/
lib
/
Transforms
/
Scalar
/
RewriteStatepointsForGC.cpp
2016-08-29
Anna Thomas
[StatepointsForGC] Rematerialize in the presence of...
blob
|
commitdiff
2016-08-12
David Majnemer
Use the range variant of remove_if instead of unpacking...
blob
|
commitdiff
|
diff to current
2016-08-11
David Majnemer
Use the range variant of find instead of unpacking...
blob
|
commitdiff
|
diff to current
2016-08-11
David Majnemer
Use range algorithms instead of unpacking begin/end
blob
|
commitdiff
|
diff to current
2016-06-26
Benjamin Kramer
Apply clang-tidy's modernize-loop-convert to most of...
blob
|
commitdiff
|
diff to current
2016-06-26
Sanjoy Das
[RSForGC] Appease MSVC
blob
|
commitdiff
|
diff to current
2016-06-26
Sanjoy Das
[RSForGC] Bring the BDVState struct up to code; NFC
blob
|
commitdiff
|
diff to current
2016-06-26
Sanjoy Das
[RSForGC] Bring computeLiveInValues up to code; NFC
blob
|
commitdiff
|
diff to current
2016-06-26
Sanjoy Das
[RSForGC] Bring computeLiveOutSeed up to code; NFC
blob
|
commitdiff
|
diff to current
2016-06-26
Sanjoy Das
[RSForGC] Bring computeLiveInValues up to code; NFC
blob
|
commitdiff
|
diff to current
2016-06-26
Sanjoy Das
[RSForGC] Bring recomputeLiveInValues up to code; NFC
blob
|
commitdiff
|
diff to current
2016-06-26
Sanjoy Das
[RSForGC] Bring containsGCPtrType, isGCPointerType...
blob
|
commitdiff
|
diff to current
2016-06-26
Sanjoy Das
[RSForGC] Bring analyzeParsePointLiveness up to code...
blob
|
commitdiff
|
diff to current
2016-06-26
Sanjoy Das
[RSForGC] Bring meetBDVStateImpl up to code; NFC
blob
|
commitdiff
|
diff to current
2016-06-26
Sanjoy Das
[RSForGC] Get rid of the unnecessary MeetBDVStates...
blob
|
commitdiff
|
diff to current
2016-06-26
Sanjoy Das
[RSForGC] Bring findBasePointer up to code; NFC
blob
|
commitdiff
|
diff to current
2016-06-23
Eric Christopher
Fix unused variable warning by folding the temporary...
blob
|
commitdiff
|
diff to current
2016-06-22
Sanjoy Das
[RS4GC] Use StringRef; NFC
blob
|
commitdiff
|
diff to current
2016-06-17
Benjamin Kramer
Avoid duplicated map lookups. No functionality change...
blob
|
commitdiff
|
diff to current
2016-06-17
Sanjoy Das
[RS4GC] Pass CallSite by value instead of const ref...
blob
|
commitdiff
|
diff to current
2016-05-27
Igor Laevsky
[RewriteStatepointsForGC] All constant should have...
blob
|
commitdiff
|
diff to current
2016-05-17
Igor Laevsky
[RewriteStatepointsForGC] Remove obsolete assertion
blob
|
commitdiff
|
diff to current
2016-05-16
Davide Italiano
[PM] RewriterStatepointForGC: add missing dependency.
blob
|
commitdiff
|
diff to current
2016-05-06
Sanjoy Das
[RS4GC] Fix typo in comment
blob
|
commitdiff
|
diff to current
2016-05-04
Igor Laevsky
[RS4GC] Use SetVector/MapVector instead of DenseSet...
blob
|
commitdiff
|
diff to current
2016-04-29
Filipe Cabecinhas
Unify XDEBUG and EXPENSIVE_CHECKS (into the latter...
blob
|
commitdiff
|
diff to current
2016-04-06
Richard Trieu
Add parentheses to silence warning.
blob
|
commitdiff
|
diff to current
2016-04-06
Sanjoy Das
[RS4GC] Add a comment
blob
|
commitdiff
|
diff to current
2016-04-05
Sanjoy Das
[RS4GC] NFC cleanup of the DeferredReplacement class
blob
|
commitdiff
|
diff to current
2016-04-05
Sanjoy Das
[RS4GC] Better codegen for deoptimize calls
blob
|
commitdiff
|
diff to current
2016-03-25
Sanjoy Das
[RS4GC] Lower calls to @llvm.experimental.deoptimize
blob
|
commitdiff
|
diff to current
2016-03-17
Sanjoy Das
[Statepoints] Export a magic constant into a header...
blob
|
commitdiff
|
diff to current
2016-03-17
Sanjoy Das
[Statepoints] Separate out logic for statepoint directi...
blob
|
commitdiff
|
diff to current
2016-02-22
Philip Reames
[RS4GC] "Constant fold" the rs4gc-split-vector-values...
blob
|
commitdiff
|
diff to current
2016-02-22
Philip Reames
[RS4GC] Revert optimization attempt due to memory corru...
blob
|
commitdiff
|
diff to current
2016-02-05
Joseph Tremoulet
[RS4GC] Pass DenseMap by reference, NFC
blob
|
commitdiff
|
diff to current
2016-01-30
Matthias Braun
Avoid overly large SmallPtrSet/SmallSet
blob
|
commitdiff
|
diff to current
2016-01-29
David Majnemer
Fix the build
blob
|
commitdiff
|
diff to current
2016-01-29
Sanjoy Das
[RS4GC] Address post-commit review on r259208 from...
blob
|
commitdiff
|
diff to current
2016-01-29
Sanjoy Das
[RS4GC] Remove unnecessary const_cast; NFC
blob
|
commitdiff
|
diff to current
2016-01-29
Sanjoy Das
[RS4GC] Minor local cleanup to StabilizeOrder; NFC
blob
|
commitdiff
|
diff to current
2016-01-29
Sanjoy Das
[RS4GC] Minor cleanups enabled by the previous change...
blob
|
commitdiff
|
diff to current
2016-01-29
Sanjoy Das
[RS4GC] Delete code that is dead due to r259129; NFC
blob
|
commitdiff
|
diff to current
2016-01-29
Sanjoy Das
[RS4GC] Clamp UseDeoptBundles to true and update tests
blob
|
commitdiff
|
diff to current
2016-01-22
Sanjoy Das
[RS4GC] Use OB_deopt instead of "deopt"
blob
|
commitdiff
|
diff to current
2016-01-20
Sanjoy Das
Add a "gc-transition" operand bundle
blob
|
commitdiff
|
diff to current
2016-01-19
Eduard Burtescu
[opaque pointer types] [NFC] GEP: replace get(Pointer...
blob
|
commitdiff
|
diff to current
2016-01-19
Philip Reames
[GC] Lower vectors-of-pointers directly by default
blob
|
commitdiff
|
diff to current
2016-01-18
Eduard Burtescu
[opaque pointer types] Alloca: use getAllocatedType...
blob
|
commitdiff
|
diff to current
2016-01-09
Manuel Jacob
[RS4GC] Update and simplify handling of Constants in...
blob
|
commitdiff
|
diff to current
2016-01-09
Manuel Jacob
[RS4GC] Unify two asserts. NFC.
blob
|
commitdiff
|
diff to current
2016-01-09
Philip Reames
[rs4gc] Optionally directly relocated vector of pointers
blob
|
commitdiff
|
diff to current
2016-01-08
Mehdi Amini
Remove static global GCNames from Function.cpp and...
blob
|
commitdiff
|
diff to current
2016-01-07
Philip Reames
[RS4GC] Add an option to suppress vector splitting
blob
|
commitdiff
|
diff to current
2016-01-05
Manuel Jacob
[RS4GC] Simplify handling of Constants in findBaseDefin...
blob
|
commitdiff
|
diff to current
2016-01-05
Manuel Jacob
[Statepoints] Refactor GCRelocateOperands into an intri...
blob
|
commitdiff
|
diff to current
2015-12-29
Manuel Jacob
[RS4GC] Use DenseMap::count() instead of DenseMap:...
blob
|
commitdiff
|
diff to current
2015-12-28
Manuel Jacob
[RS4GC] Fix rematerialization of bitcast of bitcast.
blob
|
commitdiff
|
diff to current
2015-12-26
Chen Li
[gc.statepoint] Change gc.statepoint intrinsic's return...
blob
|
commitdiff
|
diff to current
2015-12-23
Philip Reames
[GC] Make GCStrategy::isGCManagedPointer a type predica...
blob
|
commitdiff
|
diff to current
2015-12-23
Manuel Jacob
[RS4GC] Fix base pair printing for constants.
blob
|
commitdiff
|
diff to current
2015-12-22
Manuel Jacob
Remove deprecated llvm.experimental.gc.result.{int...
blob
|
commitdiff
|
diff to current
2015-12-22
Manuel Jacob
[RS4GC] Fix crash in the case that a live variable...
blob
|
commitdiff
|
diff to current
2015-12-21
Manuel Jacob
[RS4GC] Add an assert which fails if there is a (yet...
blob
|
commitdiff
|
diff to current
2015-12-19
Philip Reames
[RS4GC] Remove an overly strong assertion
blob
|
commitdiff
|
diff to current
2015-12-18
Philip Reames
[RS4GC] Use an value handle to help isolate errors...
blob
|
commitdiff
|
diff to current
2015-12-15
Justin Bogner
LPM: Stop threading `Pass *` through all of the loop...
blob
|
commitdiff
|
diff to current
2015-12-14
Sanjay Patel
getParent() ^ 3 == getModule() ; NFCI
blob
|
commitdiff
|
diff to current
2015-11-29
Craig Topper
Remove an intermediate lambda. NFC
blob
|
commitdiff
|
diff to current
2015-10-26
Igor Laevsky
[RS4GC] Strip noalias attribute after statepoint rewrite
blob
|
commitdiff
|
diff to current
2015-10-23
Igor Laevsky
[RS4GC] Rename stripDereferenceabilityInfo into stripNo...
blob
|
commitdiff
|
diff to current
2015-10-20
Sanjoy Das
[RS4GC] Remove a redundant linear search, NFCI
blob
|
commitdiff
|
diff to current
2015-10-20
Sanjoy Das
[RS4GC] Clean up `find_index`; NFC
blob
|
commitdiff
|
diff to current
2015-10-20
Sanjoy Das
[RS4GC] Re-purpose `normalizeForInvokeSafepoint`; NFC.
blob
|
commitdiff
|
diff to current
2015-10-20
Sanjoy Das
[RS4GC] Minor cleanup to `normalizeForInvokeSafepoint...
blob
|
commitdiff
|
diff to current
2015-10-16
Sanjoy Das
[RS4GC] Dont' propagate call attrs related to patchable...
blob
|
commitdiff
|
diff to current
2015-10-16
Sanjoy Das
[RS4GC] Bring legalizeCallAttributes up to LLVM coding...
blob
|
commitdiff
|
diff to current
2015-10-16
Sanjoy Das
[RS4GC] Use "deopt" operand bundles
blob
|
commitdiff
|
diff to current
2015-10-13
Duncan P. N. Exon...
Scalar: Remove remaining ilist iterator implicit conver...
blob
|
commitdiff
|
diff to current
2015-10-08
Sanjoy Das
[RS4GC] Refactoring to make a later change easier,...
blob
|
commitdiff
|
diff to current
2015-10-08
Sanjoy Das
[RS4GC] Don't copy ADT's unneccessarily, NFCI
blob
|
commitdiff
|
diff to current
2015-10-07
Sanjoy Das
[RS4GC] Use AssertingVH for RematerializedValueMapTy...
blob
|
commitdiff
|
diff to current
2015-10-07
Sanjoy Das
[RS4GC] Remove an unnecessary assert & related variables
blob
|
commitdiff
|
diff to current
2015-10-07
Sanjoy Das
[RS4GC] Cosmetic cleanup, NFC
blob
|
commitdiff
|
diff to current
2015-09-10
Philip Reames
[RewriteStatepointsForGC] Minor refactor to use shared...
blob
|
commitdiff
|
diff to current
2015-09-10
Philip Reames
[RewriteStatepointsForGC] Strengthen a confusingly...
blob
|
commitdiff
|
diff to current
2015-09-10
Philip Reames
[RewriteStatepointsForGC] One last bit of naming [NFCI]
blob
|
commitdiff
|
diff to current
2015-09-10
Philip Reames
[RewriteStatepointsForGC] Further style/naming fixup...
blob
|
commitdiff
|
diff to current
2015-09-10
Philip Reames
[RewriteStatepointsForGC] More naming cleanup [NFCI]
blob
|
commitdiff
|
diff to current
2015-09-09
Philip Reames
[RewriteStatepointsForGC] Code cleanup [NFC]
blob
|
commitdiff
|
diff to current
2015-09-09
Philip Reames
[RewriteStatepointsForGC] Extend base pointer inference...
blob
|
commitdiff
|
diff to current
2015-09-09
Philip Reames
[RewriteStatepointsForGC] Make base pointer inference...
blob
|
commitdiff
|
diff to current
2015-09-03
Philip Reames
[RewriteStatepointsForGC] Extract common code, comment...
blob
|
commitdiff
|
diff to current
2015-09-03
Philip Reames
[RewriteStatepointsForGC] Strengthen invariants around...
blob
|
commitdiff
|
diff to current
2015-09-03
Philip Reames
[RewriteStatepointsForGC] Workaround a lack of determin...
blob
|
commitdiff
|
diff to current
2015-09-02
Philip Reames
[RewriteStatepointsForGC] Delete stale comment [NFC]
blob
|
commitdiff
|
diff to current
2015-09-02
Philip Reames
[RewriteStatepointsForGC] Pull a function out of anon...
blob
|
commitdiff
|
diff to current
2015-09-02
Philip Reames
[RewriteStatepointsForGC] Bugfix for change 246133
blob
|
commitdiff
|
diff to current
2015-09-02
Philip Reames
Fix release build warning for unused function
blob
|
commitdiff
|
diff to current
2015-09-02
Philip Reames
[RewriteStatepointsForGC] Improve debug output [NFC]
blob
|
commitdiff
|
diff to current
next