summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/Lint.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper2014-08-181-2/+2
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-2/+2
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-3/+4
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-4/+3
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-141-2/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-18/+18
* Teach lint about address spacesMatt Arsenault2014-03-061-6/+5
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-061-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-3/+3
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-041-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-1/+2
* Make some DataLayout pointers const.Rafael Espindola2014-02-241-2/+2
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-211-23/+23
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-3/+3
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-2/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Use size function instead of manually calculating it.Matt Arsenault2013-11-101-1/+1
* Fix lint assert on integer vector divisionMatt Arsenault2013-08-261-6/+34
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-311-43/+41
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-8/+8
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-301-1/+1
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-2/+3
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-3/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-4/+4
* Ignore apparent buffer overruns on external or weak globals. This is a majorDuncan Sands2012-09-301-7/+11
* Teach the 'lint' sanity checking pass to detect simple buffer overflows.Duncan Sands2012-09-261-19/+39
* Change the way the lint sanity checking pass detects misaligned memory accesses.Duncan Sands2012-09-251-6/+18
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-041-6/+4
* Fix a few more places where TargetData/TargetLibraryInfo is not being passed.Chad Rosier2011-12-021-1/+1
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-011-1/+6
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-4/+4
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-131-5/+2
* PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plusJay Foad2011-04-131-1/+1
* Give GetUnderlyingObject a TargetData, to keep it in syncDan Gohman2011-01-241-1/+1
* Move Value::getUnderlyingObject to be a standaloneDan Gohman2010-12-151-1/+1
* Update a comment.Dan Gohman2010-12-131-4/+3
* Use PartialAlias to do better noalias lint checking.Dan Gohman2010-12-101-4/+6
* Now that hasConstantValue has been made simpler, it may return theDuncan Sands2010-11-171-1/+2
* Previously SimplifyInstruction could report that an instructionDuncan Sands2010-11-171-2/+1
* Fix a layering violation: hasConstantValue, which is part of the PHINodeDuncan Sands2010-11-171-2/+2
* Avoid calling alias on non-pointer values.Dan Gohman2010-11-111-3/+4
* Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman2010-10-191-3/+3
* Revert r116831 and r116839, which are breaking selfhost builds.Dan Gohman2010-10-191-3/+3
* Change AliasAnalysis and its clients to use uint64_t instead of unsignedDan Gohman2010-10-191-3/+3
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u.Dan Gohman2010-10-191-16/+25
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+6
OpenPOWER on IntegriCloud