| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi... | Craig Topper | 2014-08-18 | 1 | -2/+2 |
* | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 2014-08-17 | 1 | -2/+2 |
* | Revert "Introduce a string_ostream string builder facilty" | Alp Toker | 2014-06-26 | 1 | -3/+4 |
* | Introduce a string_ostream string builder facilty | Alp Toker | 2014-06-26 | 1 | -4/+3 |
* | Rename ComputeMaskedBits to computeKnownBits. "Masked" has been | Jay Foad | 2014-05-14 | 1 | -2/+2 |
* | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-15 | 1 | -18/+18 |
* | Teach lint about address spaces | Matt Arsenault | 2014-03-06 | 1 | -6/+5 |
* | [Layering] Move InstVisitor.h into the IR library as it is pretty | Chandler Carruth | 2014-03-06 | 1 | -1/+1 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -3/+3 |
* | [Modules] Move CallSite into the IR library where it belogs. It is | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
* | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -1/+1 |
* | Make DataLayout a plain object, not a pass. | Rafael Espindola | 2014-02-25 | 1 | -1/+2 |
* | Make some DataLayout pointers const. | Rafael Espindola | 2014-02-24 | 1 | -2/+2 |
* | Rename many DataLayout variables from TD to DL. | Rafael Espindola | 2014-02-21 | 1 | -23/+23 |
* | [PM] Split DominatorTree into a concrete analysis result object which | Chandler Carruth | 2014-01-13 | 1 | -3/+3 |
* | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth | 2014-01-13 | 1 | -1/+1 |
* | Put the functionality for printing a value to a raw_ostream as an | Chandler Carruth | 2014-01-09 | 1 | -2/+1 |
* | Move the LLVM IR asm writer header files into the IR directory, as they | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
* | Use size function instead of manually calculating it. | Matt Arsenault | 2013-11-10 | 1 | -1/+1 |
* | Fix lint assert on integer vector division | Matt Arsenault | 2013-08-26 | 1 | -6/+34 |
* | Change GetPointerBaseWithConstantOffset's DataLayout argument from a | Dan Gohman | 2013-01-31 | 1 | -43/+41 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -3/+3 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -8/+8 |
* | Move the InstVisitor utility into VMCore where it belongs. It heavily | Chandler Carruth | 2012-11-30 | 1 | -1/+1 |
* | Revert the series of commits starting with r166578 which introduced the | Chandler Carruth | 2012-11-01 | 1 | -2/+3 |
* | Add in support for getIntPtrType to get the pointer type based on the address... | Micah Villmow | 2012-10-24 | 1 | -3/+2 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -4/+4 |
* | Ignore apparent buffer overruns on external or weak globals. This is a major | Duncan Sands | 2012-09-30 | 1 | -7/+11 |
* | Teach the 'lint' sanity checking pass to detect simple buffer overflows. | Duncan Sands | 2012-09-26 | 1 | -19/+39 |
* | Change the way the lint sanity checking pass detects misaligned memory accesses. | Duncan Sands | 2012-09-25 | 1 | -6/+18 |
* | Always compute all the bits in ComputeMaskedBits. | Rafael Espindola | 2012-04-04 | 1 | -6/+4 |
* | Fix a few more places where TargetData/TargetLibraryInfo is not being passed. | Chad Rosier | 2011-12-02 | 1 | -1/+1 |
* | Propagate TargetLibraryInfo throughout ConstantFolding.cpp and | Chad Rosier | 2011-12-01 | 1 | -1/+6 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -4/+4 |
* | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad | 2011-07-13 | 1 | -5/+2 |
* | PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus | Jay Foad | 2011-04-13 | 1 | -1/+1 |
* | Give GetUnderlyingObject a TargetData, to keep it in sync | Dan Gohman | 2011-01-24 | 1 | -1/+1 |
* | Move Value::getUnderlyingObject to be a standalone | Dan Gohman | 2010-12-15 | 1 | -1/+1 |
* | Update a comment. | Dan Gohman | 2010-12-13 | 1 | -4/+3 |
* | Use PartialAlias to do better noalias lint checking. | Dan Gohman | 2010-12-10 | 1 | -4/+6 |
* | Now that hasConstantValue has been made simpler, it may return the | Duncan Sands | 2010-11-17 | 1 | -1/+2 |
* | Previously SimplifyInstruction could report that an instruction | Duncan Sands | 2010-11-17 | 1 | -2/+1 |
* | Fix a layering violation: hasConstantValue, which is part of the PHINode | Duncan Sands | 2010-11-17 | 1 | -2/+2 |
* | Avoid calling alias on non-pointer values. | Dan Gohman | 2010-11-11 | 1 | -3/+4 |
* | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman | 2010-10-19 | 1 | -3/+3 |
* | Revert r116831 and r116839, which are breaking selfhost builds. | Dan Gohman | 2010-10-19 | 1 | -3/+3 |
* | Change AliasAnalysis and its clients to use uint64_t instead of unsigned | Dan Gohman | 2010-10-19 | 1 | -3/+3 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u. | Dan Gohman | 2010-10-19 | 1 | -16/+25 |
* | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+6 |