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
/
LazyCallGraph.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[VectorUtils] Introduce the Vector Function Database (VFDatabase)."
Francesco Petrogalli
2019-12-13
1
-6
/
+2
*
[VectorUtils] Introduce the Vector Function Database (VFDatabase).
Francesco Petrogalli
2019-12-10
1
-2
/
+6
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
1
-1
/
+1
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-2
/
+3
*
Revert "[CallGraph] Refine call graph for indirect calls with !callees metadata"
Benjamin Kramer
2019-08-16
1
-4
/
+2
*
[CallGraph] Refine call graph for indirect calls with !callees metadata
Mark Lacey
2019-08-15
1
-2
/
+4
*
Change two unnecessary uses of llvm::size(C) to C.size()
Fangrui Song
2019-08-06
1
-4
/
+2
*
[LCG] Add aliased functions as LCG roots
Guozhi Wei
2019-04-05
1
-0
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
1
-1
/
+1
*
[STLExtras] Add size() for ranges, and remove distance()
Vedant Kumar
2018-05-16
1
-3
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-9
/
+10
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-4
/
+3
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
Fix more spelling mistakes in comments of LLVM Analysis passes
Vedant Kumar
2018-03-02
1
-5
/
+5
*
Fix typos of occurred and occurrence
Malcolm Parsons
2018-01-24
1
-1
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-3
/
+3
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-3
/
+3
*
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-08-11
1
-6
/
+20
*
[LCG] Fix an assert in a on-scope-exit lambda that checked the contents
Chandler Carruth
2017-08-10
1
-7
/
+9
*
[LCG] Completely remove the map-based association of post-order numbers
Chandler Carruth
2017-08-09
1
-35
/
+34
*
[LCG] Special case when removing a ref edge from a RefSCC leaves
Chandler Carruth
2017-08-09
1
-12
/
+29
*
[LCG] Switch one of the update methods for the LazyCallGraph to support
Chandler Carruth
2017-08-09
1
-100
/
+57
*
[LCG] Remove yet another variable only used inside of asserts.
Chandler Carruth
2017-08-05
1
-3
/
+3
*
[LCG] Fold otherwise unused variable into assert.
Benjamin Kramer
2017-08-05
1
-3
/
+2
*
[LCG] Completely remove the parent set and leaf tracking for RefSCCs.
Chandler Carruth
2017-08-05
1
-176
/
+3
*
[LCG] Re-implement the basic isParentOf, isAncestorOf, isChildOf, and
Chandler Carruth
2017-08-05
1
-10
/
+37
*
[LCG] Add the concept of a "dead" node and use it to avoid a complex
Chandler Carruth
2017-08-05
1
-8
/
+1
*
[LCG] Replace an implicit bool operator with a named function. (NFC)
Chandler Carruth
2017-08-05
1
-2
/
+2
*
[LCG] When removing a dead function and clearing out the data
Chandler Carruth
2017-08-05
1
-0
/
+2
*
[LCG] Rather than walking the directed graph structure to update graph
Chandler Carruth
2017-08-05
1
-14
/
+4
*
[LCG] Remove the complex walk of the parent sets to update graph
Chandler Carruth
2017-08-05
1
-11
/
+2
*
[LCG] Remove the use of the parent sets to compute connectivity when
Chandler Carruth
2017-08-05
1
-16
/
+14
*
[PM/LCG] Follow-up fix to r308088 to handle deletion of library
Chandler Carruth
2017-07-19
1
-1
/
+6
*
[PM/LCG] Teach the LazyCallGraph to maintain reference edges from every
Chandler Carruth
2017-07-15
1
-8
/
+36
*
[PM] Fix a nasty bug in the new PM where we failed to properly
Chandler Carruth
2017-07-09
1
-7
/
+13
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+1
*
[LCG] Fix EXPENSIVE_CHECKS typo. NFC
Francis Visoiu Mistrih
2017-02-28
1
-5
/
+5
*
[PM/LCG] Teach LCG to support spurious reference edges.
Chandler Carruth
2017-02-09
1
-1
/
+8
*
[PM/LCG] Teach the LazyCallGraph how to replace a function without
Chandler Carruth
2017-02-09
1
-167
/
+189
*
[PM/LCG] Fix the no-asserts build after r294227. Sorry for the noise.
Chandler Carruth
2017-02-06
1
-0
/
+2
*
[PM/LCG] Remove the lazy RefSCC formation from the LazyCallGraph during
Chandler Carruth
2017-02-06
1
-171
/
+117
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-3
/
+9
*
[PM] Teach the CGSCC's CG update utility to more carefully invalidate
Chandler Carruth
2016-12-28
1
-10
/
+29
*
[LCG] Teach the ref edge removal to handle a ref edge that is trivial
Chandler Carruth
2016-12-28
1
-1
/
+7
*
[LCG] Minor cleanup to the LCG walk over a function, NFC.
Chandler Carruth
2016-12-09
1
-19
/
+22
*
[LCG] Add basic verification of the parent set and fix bugs it uncovers.
Chandler Carruth
2016-12-07
1
-4
/
+23
*
[LCG] Add some much needed asserts and verify runs to uncover
Chandler Carruth
2016-12-06
1
-4
/
+12
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
[LCG] Add a previously missing assert about the relationship of RefSCCs.
Chandler Carruth
2016-11-22
1
-0
/
+7
[next]