Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
unittests
/
Analysis
/
LazyCallGraphTest.cpp
0cac726
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
by Fangrui Song
· 7 years ago
13e70cb
[unittests] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
23c2f44
[LCG] Switch one of the update methods for the LazyCallGraph to support
by Chandler Carruth
· 8 years ago
f59a838
[PM/LCG] Teach the LazyCallGraph to maintain reference edges from every
by Chandler Carruth
· 8 years ago
c213c67
[PM] Fix a nasty bug in the new PM where we failed to properly
by Chandler Carruth
· 8 years ago
9a67b07
Re-sort #include lines for unittests. This uses a slightly modified
by Chandler Carruth
· 8 years ago
bd83f83
Fix signed/unsigned comparison warnings
by Simon Pilgrim
· 9 years ago
1f8fcfe
[PM/LCG] Teach LCG to support spurious reference edges.
by Chandler Carruth
· 9 years ago
aaad9f8
[PM/LCG] Teach the LazyCallGraph how to replace a function without
by Chandler Carruth
· 9 years ago
2e0fe3e
[PM/LCG] Remove the lazy RefSCC formation from the LazyCallGraph during
by Chandler Carruth
· 9 years ago
443e57e
[PM] Teach the CGSCC's CG update utility to more carefully invalidate
by Chandler Carruth
· 9 years ago
c633457
[LCG] Teach the ref edge removal to handle a ref edge that is trivial
by Chandler Carruth
· 9 years ago
1625045
[LCG] Teach the LazyCallGraph to handle visiting the blockaddress
by Chandler Carruth
· 9 years ago
f8c09d6
[LCG] Start using SCC relationship predicates in the unittest.
by Chandler Carruth
· 9 years ago
5dbc164
[LCG] Add the necessary functionality to the LazyCallGraph to support inlining.
by Chandler Carruth
· 9 years ago
49d728a
[LCG] Redesign the lazy post-order iteration mechanism for the
by Chandler Carruth
· 9 years ago
03b42e4
Remove every uses of getGlobalContext() in LLVM (but the C API)
by Mehdi Amini
· 9 years ago
e5944d9
[LCG] Construct an actual call graph with call-edge SCCs nested inside
by Chandler Carruth
· 10 years ago
a4499e9
[LCG] Build an edge abstraction for the LazyCallGraph and use it to
by Chandler Carruth
· 10 years ago
3954566
Silence gcc's -Wcomment
by Filipe Cabecinhas
· 11 years ago
11c07d7
Modernize the .ll parsing interface.
by Rafael Espindola
· 11 years ago
1c4a478
Reverting r211950 -- it did not help resolve the -Wcomment warnings triggered in GCC.
by Aaron Ballman
· 11 years ago
7f15ce0
Adding some trailing whitespace after a comment previously ending with \ to ensure that it isn't lexed as a multiline comment. This silences some -Wcomment warnings.
by Aaron Ballman
· 11 years ago
1b5fd3e
Disable -Wcomment when building with GCC.
by Evgeniy Stepanov
· 11 years ago
312dddf
[LCG] Add the last (and most complex) of the edge insertion mutation
by Chandler Carruth
· 11 years ago
cc6e187
[LCG] Reorder the tests to be a bit more logical: inter-SCC mutation
by Chandler Carruth
· 11 years ago
7cc4ed8
[LCG] Add the other simple edge insertion API to the call graph. This
by Chandler Carruth
· 11 years ago
4b09674
[LCG] Add some basic methods for querying the parent/child relationships
by Chandler Carruth
· 11 years ago
5217c94
[LCG] Add the really, *really* boring edge insertion case: adding an
by Chandler Carruth
· 11 years ago
2c04b55
Fix multiline comment warning.
by Evgeniy Stepanov
· 11 years ago
c5026b6
[LCG] Actually test the *basic* edge removal bits (IE, the non-SCC
by Chandler Carruth
· 11 years ago
c00a7ff
[LCG] Add the most basic of edge insertion to the lazy call graph. This
by Chandler Carruth
· 11 years ago
3f5f5fe
[LCG] Make the return of the IntraSCC removal method actually match its
by Chandler Carruth
· 11 years ago
aa839b2
[LCG] Re-organize the methods for mutating a call graph to make their
by Chandler Carruth
· 11 years ago
ead50d3
[LCG] Re-order expectations to provide more useful output when debugging
by Chandler Carruth
· 11 years ago
944b9ac
[LCG] Switch the SCC's parent iterators to be value iterators rather
by Chandler Carruth
· 11 years ago
6a4fee8
[LCG] Normalize the post-order SCC iterator to just iterate over the SCC
by Chandler Carruth
· 11 years ago
bd5d308
[LCG] Switch the primary node iterator to be a *much* more normal C++
by Chandler Carruth
· 11 years ago
a10e240
[LCG] Switch the SCC lookup to be in terms of call graph nodes rather
by Chandler Carruth
· 11 years ago
9302fbf
[LCG] Add the first round of mutation support to the lazy call graph.
by Chandler Carruth
· 11 years ago
cace662
[LCG] Implement Tarjan's algorithm correctly this time. We have to walk
by Chandler Carruth
· 11 years ago
c7bad9a
[LCG] Add a unittest for the LazyCallGraph. I had a weak moment and
by Chandler Carruth
· 11 years ago