adding readability-identifier-naming to llvm clang-tidy configuration.
[oota-llvm.git] / tools / llvm-diff /
2015-10-20 Duncan P. N. Exon... llvm-diff: Remove implicit ilist iterator conversions...
2015-08-05 David Blaikie-Wdeprecated clean by making LogBuilder move constructi...
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from the IRReader.h functions...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-19 Andrew TrickRevert "Encapsulate PassManager debug flags to avoid...
2013-09-18 Andrew TrickEncapsulate PassManager debug flags to avoid static...
2013-09-18 Andrew Trickwhitespace
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-03-26 Chandler CarruthManually update the dependencies in the Makefiles....
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-19 Stepan DyatkovskiyOrdinary PR1255 patch: DifferenceEngine and CPPBackend...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-11-09 John McCallUse isa<> instead of dyn_cast<> as suggested by Nick.
2011-11-08 John McCallFix the printing of constants. Patch by Stepan Dyatkov...
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-03-14 Francois PichetMake llvm::Consumer a class (to remove a MSVC warning...
2011-03-14 Renato GolinThis patch is a big refactoring of llvm-diff. It doesn...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-13 Dan GohmanUse ParseIRFile to auto-detect LLVM Assembly automatically.
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-05 Chris Lattnercleanups: mark stuff static, only tagdecls should be...
2010-09-03 Bill WendlingQuiesce warning about non-virtual d'tor in virtual...
2010-08-27 Michael J. SpencerFix the msvs 2010 build.
2010-08-24 John McCallCheck in a couple of changes that I apparently never...
2010-07-29 John McCallTranscribe IRC to svn. Also don't print basic block...
2010-07-29 John McCallMake the header self-contained and follow #include...
2010-07-29 John McCallSwitch to using the LLVM CommandLine library so that...
2010-07-29 John McCallCentralize the logic to permanently unify two instructi...
2010-07-29 John McCallDiagnose non-structural differences in the case where...
2010-07-29 John McCallWhen unifying instructions during a block diff, actuall...
2010-07-29 John McCallSomehow I was getting reasonable results for the test...
2010-07-29 John McCallCache the result of errs() and implement formatted...
2010-07-29 John McCallAdd the llvm-diff tool, which performs a relatively...