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
/
Analysis
/
CFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recommit "[GVN] Preserve loop related analysis/canonical forms."
Florian Hahn
2019-07-31
1
-2
/
+9
*
Revert [GVN] Preserve loop related analysis/canonical forms.
Florian Hahn
2019-07-30
1
-9
/
+2
*
[GVN] Preserve loop related analysis/canonical forms.
Florian Hahn
2019-07-30
1
-2
/
+9
*
An unreachable block may have a route to a reachable block, don't fast-path r...
Nick Lewycky
2019-04-04
1
-2
/
+2
*
Add an optional list of blocks to avoid when looking for a path in isPotentia...
Nick Lewycky
2019-04-02
1
-22
/
+51
*
Not all blocks are reachable from entry. Don't assume they are.
Nick Lewycky
2019-04-01
1
-4
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[TI removal] Remove TerminatorInst as an input parameter from all public
Chandler Carruth
2018-10-15
1
-1
/
+2
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
Add some constantness to GetSuccessorNumber().
Rong Xu
2015-11-20
1
-2
/
+3
*
Analysis: Remove implicit ilist iterator conversions
Duncan P. N. Exon Smith
2015-10-10
1
-1
/
+2
*
[CaptureTracking] Avoid long compilation time on large basic blocks
Bruno Cardoso Lopes
2015-06-24
1
-9
/
+7
*
Standardize {pred,succ,use,user}_empty()
Ramkumar Ramachandra
2015-01-13
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-4
/
+4
*
Simplify loop that worked around bugs in old GCC/Xcode.
Erik Verbruggen
2014-03-25
1
-8
/
+2
*
Make succ_iterator a real random access iterator and clean up a couple of users.
Benjamin Kramer
2014-02-10
1
-4
/
+2
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+0
*
Add some constantness.
Jakub Staszak
2013-08-20
1
-5
/
+6
*
Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walking
Nick Lewycky
2013-08-13
1
-53
/
+70
*
Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Nick Lewycky
2013-07-27
1
-0
/
+227