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
/
GuardWidening.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Broaden the definition of a "widenable branch"
Philip Reames
2019-11-21
1
-5
/
+6
*
[GuardWidening] Remove WidenFrequentBranches transform
Philip Reames
2019-11-19
1
-68
/
+6
*
[NFC] Factor out utilities for manipulating widenable branches
Philip Reames
2019-11-19
1
-5
/
+2
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[WC] Fix a subtle bug in our definition of widenable branch
Philip Reames
2019-11-06
1
-6
/
+7
*
GuardWidening - silence static analyzer null dereference warning with asserti...
Simon Pilgrim
2019-10-21
1
-1
/
+1
*
[GuardWidening] Wire up a NPM version of the LoopGuardWidening pass
Philip Reames
2019-04-18
1
-0
/
+25
*
[NFC] Add const qualifiers where possible
Max Kazantsev
2019-02-13
1
-28
/
+29
*
[GuardWidening] Support widening of explicitly expressed guards
Max Kazantsev
2019-02-13
1
-3
/
+30
*
[NFC] Simplify check in guard widening
Max Kazantsev
2019-02-06
1
-9
/
+3
*
[NFC] Make a check in GuardWidening more obvious
Max Kazantsev
2019-02-04
1
-1
/
+1
*
[NFC] Rename variables to reflect the actual status of GuardWidening
Max Kazantsev
2019-02-04
1
-35
/
+34
*
[NFC] Remove redundant parameters for better readability
Max Kazantsev
2019-02-04
1
-12
/
+8
*
[NFC] Replace equivalent condition for better readability
Max Kazantsev
2019-02-04
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NFC] Reuse variables instead of re-calling getParent
Max Kazantsev
2018-12-25
1
-2
/
+1
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-3
/
+2
*
Re-enable "[NFC] Unify guards detection"
Max Kazantsev
2018-08-30
1
-6
/
+1
*
Revert r340921 "[NFC] Unify guards detection"
Hans Wennborg
2018-08-29
1
-1
/
+6
*
[NFC] Unify guards detection
Max Kazantsev
2018-08-29
1
-6
/
+1
*
[GuardWidening] Ignore guards with trivial conditions
Max Kazantsev
2018-08-22
1
-0
/
+6
*
[GuardWidening] Widen very likely non-taken br instructions
Max Kazantsev
2018-08-13
1
-24
/
+47
*
Try to fix buildbot
Max Kazantsev
2018-08-06
1
-1
/
+1
*
[GuardWidening] Widen guards with conditions of frequently taken dominated br...
Max Kazantsev
2018-08-06
1
-34
/
+98
*
[NFC] Add missing comment
Max Kazantsev
2018-08-03
1
-0
/
+1
*
[NFC] Move some methods into static functions
Max Kazantsev
2018-08-03
1
-37
/
+27
*
[NFC] Collect statistics in GuardWidening
Max Kazantsev
2018-07-31
1
-0
/
+4
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
[NFC] Prepare GuardWidening for widening of cond branches
Max Kazantsev
2018-07-30
1
-27
/
+61
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+7
*
[LoopGuardWidening] Make PostDomTree optional
Philip Reames
2018-04-27
1
-10
/
+28
*
[GuardWidening] Add some clarifying comments about heuristics [NFC]
Philip Reames
2018-04-27
1
-0
/
+8
*
[LoopGuardWidening] Split out a loop pass version of GuardWidening
Philip Reames
2018-04-27
1
-9
/
+74
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-3
/
+3
*
[GuardWidening] Group code by class [NFC]
Philip Reames
2018-03-23
1
-39
/
+40
*
Guard print() functions only used by dump() functions.
Florian Hahn
2017-07-31
1
-0
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ValueTracking] Convert most of the calls to computeKnownBits to use the vers...
Craig Topper
2017-05-24
1
-3
/
+1
*
Fix typos in comment
Sanjoy Das
2017-05-03
1
-4
/
+4
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-3
/
+4
*
Add a wrapper around copy_if in STLExtras; NFC
Sanjoy Das
2017-02-21
1
-2
/
+1
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-2
/
+6
*
Analysis: Move llvm::getConstantRangeFromMetadata to IR library.
Peter Collingbourne
2016-10-21
1
-0
/
+1
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
fix formatting, typo; NFC
Sanjay Patel
2016-06-19
1
-1
/
+1
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
[GuardWidening] Tighten the interface of the RangeCheck struct; NFC
Sanjoy Das
2016-05-24
1
-32
/
+37
*
[GuardWidening] Fix incorrect use of remove_if
Sanjoy Das
2016-05-21
1
-25
/
+29
*
Add const qualifiers to appease bots; NFC
Sanjoy Das
2016-05-19
1
-3
/
+3
[next]