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
/
unittests
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
CallGraphTest.cpp: Remove invalid tests. ++S might step over F if S == F.
NAKAMURA Takumi
2014-11-18
1
-3
/
+0
*
Fix GraphTraits for "const CallGraphNode *" and "const CallGraph *"
Rafael Espindola
2014-11-17
3
-1
/
+65
*
Silence gcc's -Wcomment
Filipe Cabecinhas
2014-10-22
1
-15
/
+17
*
Modernize the .ll parsing interface.
Rafael Espindola
2014-08-19
2
-12
/
+6
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-1
/
+1
*
Reverting r211950 -- it did not help resolve the -Wcomment warnings triggered...
Aaron Ballman
2014-06-27
1
-4
/
+4
*
Adding some trailing whitespace after a comment previously ending with \ to e...
Aaron Ballman
2014-06-27
1
-4
/
+4
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
3
-11
/
+12
*
Disable -Wcomment when building with GCC.
Evgeniy Stepanov
2014-05-06
1
-11
/
+11
*
[LCG] Add the last (and most complex) of the edge insertion mutation
Chandler Carruth
2014-05-04
1
-0
/
+155
*
[LCG] Reorder the tests to be a bit more logical: inter-SCC mutation
Chandler Carruth
2014-05-04
1
-53
/
+53
*
[TBAA] Fix handling of mixed TBAA (path-aware and non-path-aware TBAA).
Juergen Ributzka
2014-05-03
2
-0
/
+78
*
[LCG] Add the other simple edge insertion API to the call graph. This
Chandler Carruth
2014-05-01
1
-0
/
+53
*
[LCG] Add some basic methods for querying the parent/child relationships
Chandler Carruth
2014-05-01
1
-0
/
+20
*
[LCG] Add the really, *really* boring edge insertion case: adding an
Chandler Carruth
2014-04-30
1
-0
/
+46
*
Fix multiline comment warning.
Evgeniy Stepanov
2014-04-30
1
-11
/
+11
*
[LCG] Actually test the *basic* edge removal bits (IE, the non-SCC
Chandler Carruth
2014-04-30
1
-1
/
+11
*
[LCG] Add the most basic of edge insertion to the lazy call graph. This
Chandler Carruth
2014-04-28
1
-0
/
+38
*
[LCG] Make the return of the IntraSCC removal method actually match its
Chandler Carruth
2014-04-28
1
-2
/
+5
*
[LCG] Re-organize the methods for mutating a call graph to make their
Chandler Carruth
2014-04-27
1
-3
/
+3
*
[LCG] Re-order expectations to provide more useful output when debugging
Chandler Carruth
2014-04-24
1
-4
/
+4
*
[LCG] Switch the SCC's parent iterators to be value iterators rather
Chandler Carruth
2014-04-24
1
-1
/
+1
*
[LCG] Normalize the post-order SCC iterator to just iterate over the SCC
Chandler Carruth
2014-04-23
1
-24
/
+24
*
[LCG] Switch the primary node iterator to be a *much* more normal C++
Chandler Carruth
2014-04-23
1
-49
/
+49
*
[LCG] Switch the SCC lookup to be in terms of call graph nodes rather
Chandler Carruth
2014-04-23
1
-35
/
+35
*
[LCG] Add the first round of mutation support to the lazy call graph.
Chandler Carruth
2014-04-23
1
-0
/
+87
*
[LCG] Implement Tarjan's algorithm correctly this time. We have to walk
Chandler Carruth
2014-04-23
1
-0
/
+57
*
[LCG] Add a unittest for the LazyCallGraph. I had a weak moment and
Chandler Carruth
2014-04-23
2
-0
/
+252
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make succ_iterator a real random access iterator and clean up a couple of users.
Benjamin Kramer
2014-02-10
1
-22
/
+35
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+5
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-3
/
+3
*
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
2013-12-10
1
-0
/
+2
*
Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walking
Nick Lewycky
2013-08-13
1
-0
/
+17
*
Update this CMakeLists.txt for r187283 too.
Nick Lewycky
2013-07-27
1
-0
/
+1
*
Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Nick Lewycky
2013-07-27
3
-1
/
+361
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Fix includes of llvm files that used angle brackets.
Craig Topper
2012-09-15
1
-8
/
+8
*
llvm/unittests: Simplify LINK_COMPONENTS.
NAKAMURA Takumi
2012-06-21
1
-1
/
+1
*
Completely refactor the structuring of unittest CMake files to match the
Chandler Carruth
2012-06-21
1
-0
/
+7
*
The product of two chrec's can always be represented as a chrec.
Nick Lewycky
2011-10-04
1
-7
/
+159
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-2
/
+2
*
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
1
-1
/
+1
*
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
1
-1
/
+1
*
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
1
-1
/
+1
*
Make SCEVUnknown a CallbackVH, so that it can be notified directly
Dan Gohman
2010-08-02
2
-0
/
+97
[next]