]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - unittests/Analysis
Updates to sync with changes in upstream.
[opencl/llvm.git] / unittests / Analysis /
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2014-11-18 NAKAMURA TakumiCallGraphTest.cpp: Remove invalid tests. ++S might...
2014-11-17 Rafael EspindolaFix GraphTraits for "const CallGraphNode *" and "const...
2014-10-22 Filipe CabecinhasSilence gcc's -Wcomment
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-06-27 Aaron BallmanReverting r211950 -- it did not help resolve the -Wcomm...
2014-06-27 Aaron BallmanAdding some trailing whitespace after a comment previou...
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-05-06 Evgeniy StepanovDisable -Wcomment when building with GCC.
2014-05-04 Chandler Carruth[LCG] Add the last (and most complex) of the edge inser...
2014-05-04 Chandler Carruth[LCG] Reorder the tests to be a bit more logical: inter...
2014-05-03 Juergen Ributzka[TBAA] Fix handling of mixed TBAA (path-aware and non...
2014-05-01 Chandler Carruth[LCG] Add the other simple edge insertion API to the...
2014-05-01 Chandler Carruth[LCG] Add some basic methods for querying the parent...
2014-04-30 Chandler Carruth[LCG] Add the really, *really* boring edge insertion...
2014-04-30 Evgeniy StepanovFix multiline comment warning.
2014-04-30 Chandler Carruth[LCG] Actually test the *basic* edge removal bits ...
2014-04-28 Chandler Carruth[LCG] Add the most basic of edge insertion to the lazy...
2014-04-28 Chandler Carruth[LCG] Make the return of the IntraSCC removal method...
2014-04-27 Chandler Carruth[LCG] Re-organize the methods for mutating a call graph...
2014-04-24 Chandler Carruth[LCG] Re-order expectations to provide more useful...
2014-04-24 Chandler Carruth[LCG] Switch the SCC's parent iterators to be value...
2014-04-23 Chandler Carruth[LCG] Normalize the post-order SCC iterator to just...
2014-04-23 Chandler Carruth[LCG] Switch the primary node iterator to be a *much...
2014-04-23 Chandler Carruth[LCG] Switch the SCC lookup to be in terms of call...
2014-04-23 Chandler Carruth[LCG] Add the first round of mutation support to the...
2014-04-23 Chandler Carruth[LCG] Implement Tarjan's algorithm correctly this time...
2014-04-23 Chandler Carruth[LCG] Add a unittest for the LazyCallGraph. I had a...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-02-10 Benjamin KramerMake succ_iterator a real random access iterator and...
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-08-13 Nick LewyckyFix an oversight in isPotentiallyReachable where we...
2013-07-27 Nick LewyckyUpdate this CMakeLists.txt for r187283 too.
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-09-15 Craig TopperFix includes of llvm files that used angle brackets.
2012-06-21 NAKAMURA Takumillvm/unittests: Simplify LINK_COMPONENTS.
2012-06-21 Chandler CarruthCompletely refactor the structuring of unittest CMake...
2011-10-04 Nick LewyckyThe product of two chrec's can always be represented...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2010-08-02 Dan GohmanMake SCEVUnknown a CallbackVH, so that it can be notifi...
2010-07-29 Eric ChristopherSpeculatively revert r109705 since it seems to be causi...
2010-07-29 Dan GohmanFactor out some of the code for updating old SCEVUnknow...