summaryrefslogtreecommitdiff
path: root/tools/llvm-diff
AgeCommit message (Expand)Author
2017-04-12[IR] Redesign the case iterator in SwitchInst to actually be an iteratorChandler Carruth
2017-01-28Cleanup dump() functions.Matthias Braun
2016-11-19[CMake] llvm-diff depends on intrinsics_genChris Bieneman
2016-04-18[NFC] Header cleanupMehdi Amini
2016-02-18Remove uses of builtin comma operator.Richard Trieu
2016-01-27Make more headers self-contained.Benjamin Kramer
2016-01-26Remove autoconf supportChris Bieneman
2015-10-20llvm-diff: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-08-05-Wdeprecated clean by making LogBuilder move constructible so it can be retur...David Blaikie
2015-03-03Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...David Blaikie
2015-03-03Remove the explicit SDNodeIterator::operator= in favor of the implicit defaultDavid Blaikie
2014-08-26Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob
2014-04-28[C++] Use 'nullptr'.Craig Topper
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth
2014-03-04[Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi
2013-10-01Remove several unused variables.Rafael Espindola
2013-09-19Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick
2013-09-18Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick
2013-09-18whitespaceAndrew Trick
2013-09-09Revert patches to add case-range support for PR1255.Bob Wilson
2013-03-26Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer
2012-05-29ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy
2012-05-19Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new Swi...Stepan Dyatkovskiy
2012-03-11llvm::SwitchInstStepan Dyatkovskiy
2012-03-08Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy
2012-02-01SwitchInst refactoring.Stepan Dyatkovskiy
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar
2011-11-09Use isa<> instead of dyn_cast<> as suggested by Nick.John McCall
2011-11-08Fix the printing of constants. Patch by Stepan Dyatkovskiy!John McCall
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-08-12Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-11Don't include Operator.h from InstrTypes.h.Jay Foad
2011-03-14Make llvm::Consumer a class (to remove a MSVC warning since Consumer is later...Francois Pichet
2011-03-14This patch is a big refactoring of llvm-diff. It doesn't add new features, bu...Renato Golin
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer