2014-09-07 |
Hal Finkel | Make use of @llvm.assume in ValueTracking (computeKnown... |
blob | commitdiff | raw |
2014-08-21 |
Craig Topper | Repace SmallPtrSet with SmallPtrSetImpl in function... |
blob | commitdiff | raw | diff to current |
2014-08-18 |
Craig Topper | Revert "Repace SmallPtrSet with SmallPtrSetImpl in... |
blob | commitdiff | raw | diff to current |
2014-08-17 |
Craig Topper | Repace SmallPtrSet with SmallPtrSetImpl in function... |
blob | commitdiff | raw | diff to current |
2014-06-26 |
Alp Toker | Revert "Introduce a string_ostream string builder facilty" |
blob | commitdiff | raw | diff to current |
2014-06-26 |
Alp Toker | Introduce a string_ostream string builder facilty |
blob | commitdiff | raw | diff to current |
2014-05-14 |
Jay Foad | Rename ComputeMaskedBits to computeKnownBits. "Masked... |
blob | commitdiff | raw | diff to current |
2014-04-15 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
blob | commitdiff | raw | diff to current |
2014-03-06 |
Matt Arsenault | Teach lint about address spaces |
blob | commitdiff | raw | diff to current |
2014-03-06 |
Chandler Carruth | [Layering] Move InstVisitor.h into the IR library as... |
blob | commitdiff | raw | diff to current |
2014-03-05 |
Craig Topper | [C++11] Add 'override' keyword to virtual methods that... |
blob | commitdiff | raw | diff to current |
2014-03-04 |
Chandler Carruth | [Modules] Move CallSite into the IR library where it... |
blob | commitdiff | raw | diff to current |
2014-03-02 |
Benjamin Kramer | [C++11] Replace llvm::next and llvm::prior with std... |
blob | commitdiff | raw | diff to current |
2014-02-25 |
Rafael Espindola | Make DataLayout a plain object, not a pass. |
blob | commitdiff | raw | diff to current |
2014-02-24 |
Rafael Espindola | Make some DataLayout pointers const. |
blob | commitdiff | raw | diff to current |
2014-02-21 |
Rafael Espindola | Rename many DataLayout variables from TD to DL. |
blob | commitdiff | raw | diff to current |
2014-01-13 |
Chandler Carruth | [PM] Split DominatorTree into a concrete analysis resul... |
blob | commitdiff | raw | diff to current |
2014-01-13 |
Chandler Carruth | [cleanup] Move the Dominators.h and Verifier.h headers... |
blob | commitdiff | raw | diff to current |
2014-01-09 |
Chandler Carruth | Put the functionality for printing a value to a raw_ost... |
blob | commitdiff | raw | diff to current |
2014-01-07 |
Chandler Carruth | Move the LLVM IR asm writer header files into the IR... |
blob | commitdiff | raw | diff to current |
2013-11-10 |
Matt Arsenault | Use size function instead of manually calculating it. |
blob | commitdiff | raw | diff to current |
2013-08-26 |
Matt Arsenault | Fix lint assert on integer vector division |
blob | commitdiff | raw | diff to current |
2013-01-31 |
Dan Gohman | Change GetPointerBaseWithConstantOffset's DataLayout... |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-11-30 |
Chandler Carruth | Move the InstVisitor utility into VMCore where it belon... |
blob | commitdiff | raw | diff to current |
2012-11-01 |
Chandler Carruth | Revert the series of commits starting with r166578... |
blob | commitdiff | raw | diff to current |
2012-10-24 |
Micah Villmow | Add in support for getIntPtrType to get the pointer... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
blob | commitdiff | raw | diff to current |
2012-09-30 |
Duncan Sands | Ignore apparent buffer overruns on external or weak... |
blob | commitdiff | raw | diff to current |
2012-09-26 |
Duncan Sands | Teach the 'lint' sanity checking pass to detect simple... |
blob | commitdiff | raw | diff to current |
2012-09-25 |
Duncan Sands | Change the way the lint sanity checking pass detects... |
blob | commitdiff | raw | diff to current |
2012-04-04 |
Rafael Espindola | Always compute all the bits in ComputeMaskedBits. |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Chad Rosier | Fix a few more places where TargetData/TargetLibraryInf... |
blob | commitdiff | raw | diff to current |
2011-12-01 |
Chad Rosier | Propagate TargetLibraryInfo throughout ConstantFolding... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw | diff to current |
2011-07-13 |
Jay Foad | Convert InsertValueInst and ExtractValueInst APIs to... |
blob | commitdiff | raw | diff to current |
2011-04-13 |
Jay Foad | PR9214: Convert ConstantExpr::getIndices() to return... |
blob | commitdiff | raw | diff to current |
2011-01-24 |
Dan Gohman | Give GetUnderlyingObject a TargetData, to keep it in... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Dan Gohman | Move Value::getUnderlyingObject to be a standalone |
blob | commitdiff | raw | diff to current |
2010-12-13 |
Dan Gohman | Update a comment. |
blob | commitdiff | raw | diff to current |
2010-12-10 |
Dan Gohman | Use PartialAlias to do better noalias lint checking. |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Duncan Sands | Now that hasConstantValue has been made simpler, it... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Duncan Sands | Previously SimplifyInstruction could report that an... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Duncan Sands | Fix a layering violation: hasConstantValue, which is... |
blob | commitdiff | raw | diff to current |
2010-11-11 |
Dan Gohman | Avoid calling alias on non-pointer values. |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Dan Gohman | Reapply r116831 and r116839, converting AliasAnalysis... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Dan Gohman | Revert r116831 and r116839, which are breaking selfhost... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Dan Gohman | Change AliasAnalysis and its clients to use uint64_t... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Dan Gohman | Consistently use AliasAnalysis::UnknownSize instead... |
blob | commitdiff | raw | diff to current |
2010-10-12 |
Owen Anderson | Begin adding static dependence information to passes... |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Owen Anderson | Now with fewer extraneous semicolons! |
blob | commitdiff | raw | diff to current |
2010-09-04 |
Chris Lattner | zap dead code. |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Dan Gohman | Revert r111058, the lint check for indirectbr successor... |
blob | commitdiff | raw | diff to current |
2010-08-13 |
Dan Gohman | Add a lint check for an indirectbr destination which... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
blob | commitdiff | raw | diff to current |
2010-08-03 |
Dan Gohman | Add a convenient form of AliasAnalysis::alias for the... |
blob | commitdiff | raw | diff to current |
2010-08-02 |
Dan Gohman | Add a lint check for indirectbr with no successors. |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Owen Anderson | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Dan Gohman | Add a lint check for mismatched return types, inspired... |
blob | commitdiff | raw | diff to current |
2010-07-06 |
Dan Gohman | Add some more TODO comments. |
blob | commitdiff | raw | diff to current |
2010-07-06 |
Dan Gohman | Add a comment. |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Dan Gohman | Fix the noalias checking so that it doesn't worry about |
blob | commitdiff | raw | diff to current |
2010-05-28 |
Dan Gohman | Add lint checks for function attributes. |
blob | commitdiff | raw | diff to current |
2010-05-28 |
Dan Gohman | Fix lint's memcpy and memmove checks, and its basic... |
blob | commitdiff | raw | diff to current |
2010-05-28 |
Dan Gohman | Detect self-referential values. |
blob | commitdiff | raw | diff to current |
2010-05-28 |
Dan Gohman | Eli pointed out that va_arg instruction result values... |
blob | commitdiff | raw | diff to current |
2010-05-28 |
Dan Gohman | Teach lint how to look through simple store+load pairs... |
blob | commitdiff | raw | diff to current |
2010-05-28 |
Dan Gohman | Add a lint check for returning the address of stack... |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Dan Gohman | Fix Lint printing warnings multiple times. Remove the... |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Dan Gohman | Reinstate checking of stackrestore, with checking for... |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Dan Gohman | Stackrestore is not a load. |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Dan Gohman | Remove a TODO which isn't practical. |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Dan Gohman | Implement checking of the tail keyword. |
blob | commitdiff | raw | diff to current |
2010-04-30 |
Dan Gohman | Add lint checks for invalid uses of memory. |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Dan Gohman | Tidy a comment. |
blob | commitdiff | raw | diff to current |
2010-04-09 |
Dan Gohman | Add several more lint checks. |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Dan Gohman | Add a few more lint checks. |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Dan Gohman | Add a -lint pass which checks for common sources of... |
blob | commitdiff | raw | diff to current |
|