Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / Analysis / DOTGraphTraitsPass.h
2015-12-17 Tobias GrosserDOTGraphTraits: Allow the decision to show a graph...
2015-08-03 Tobias GrosserAllow derived DOTViewers to choose the functions to...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaDon't make F_None the default.
2013-11-26 Chandler Carruth[PM] Add a really simple trait to the DOTGraphTraitsPas...
2013-11-26 Chandler Carruth[PM] Re-format this code with clang-format before makin...
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-11 Andrew TrickAdded -view-callgraph module pass.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2010-09-27 Dan GohmanRemove WriteGraph's Name argument, which it didn't...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-01-16 Tobias GrosserCreate Generic DOTGraphTraits Printer/Viewer