| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -4/+4 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -7/+7 |
* | Hoist out some work done inside a loop doing a linear scan over all | Nick Lewycky | 2012-10-26 | 1 | -12/+17 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -4/+4 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -2/+2 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -2/+2 |
* | JumpThreading: when default destination is the destination of some cases in a | Manman Ren | 2012-09-05 | 1 | -3/+6 |
* | Reduce duplicated hash map lookups. | Benjamin Kramer | 2012-08-22 | 1 | -2/+4 |
* | make LazyValueInfo analyze the default case of switch statements (we know tha... | Nuno Lopes | 2012-06-28 | 1 | -16/+15 |
* | make LVI::getEdgeValue() always intersect the constraints of the edge with th... | Nuno Lopes | 2012-06-28 | 1 | -36/+53 |
* | allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the s... | Nuno Lopes | 2012-05-18 | 1 | -11/+6 |
* | minor simplification in the call to ConstantRange constructor | Nuno Lopes | 2012-05-17 | 1 | -1/+1 |
* | llvm::SwitchInst | Stepan Dyatkovskiy | 2012-03-11 | 1 | -1/+1 |
* | Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: | Stepan Dyatkovskiy | 2012-03-08 | 1 | -3/+4 |
* | LVI: Recognize the form instcombine canonicalizes range checks into when form... | Benjamin Kramer | 2012-03-02 | 1 | -4/+16 |
* | SwitchInst refactoring. | Stepan Dyatkovskiy | 2012-02-01 | 1 | -2/+2 |
* | Remove dead code. | Bill Wendling | 2012-01-18 | 1 | -45/+0 |
* | A DenseMap of a std::map isn't a very good idea because the "grow()" method will | Bill Wendling | 2012-01-12 | 1 | -2/+2 |
* | Revert r147978. A DenseMap's iterators may become invalidated here. | Bill Wendling | 2012-01-11 | 1 | -1/+2 |
* | Use a DenseMap. | Bill Wendling | 2012-01-11 | 1 | -2/+1 |
* | Clear the new cache. | Benjamin Kramer | 2011-12-03 | 1 | -0/+1 |
* | Add a "seen blocks" cache to LVI to avoid a linear scan over the whole cache ... | Benjamin Kramer | 2011-12-03 | 1 | -1/+13 |
* | Fix a few more places where TargetData/TargetLibraryInfo is not being passed. | Chad Rosier | 2011-12-02 | 1 | -9/+23 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -3/+3 |
* | llvm.memcpy.* has two distinct associated address spaces; the source address ... | Eli Friedman | 2011-05-31 | 1 | -4/+6 |
* | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -1/+0 |
* | Mark some functions as used which are used within debug-only code. This | Chandler Carruth | 2011-04-18 | 1 | -0/+2 |
* | Teach LazyValueInfo that allocas aren't NULL. Over all of llvm-test, this saves | Nick Lewycky | 2011-01-15 | 1 | -5/+27 |
* | Reorder, rename, and document some members to make this easier to follow. | Owen Anderson | 2011-01-05 | 1 | -20/+23 |
* | When computing the value on an edge, in certain cases LVI would fail to compu... | Owen Anderson | 2011-01-05 | 1 | -0/+5 |
* | Re-convert several of LazyValueInfo's internal maps to Dense{Map|Set}, and fi... | Owen Anderson | 2011-01-05 | 1 | -33/+93 |
* | Speculatively revert the use of DenseMap in LazyValueInfo, which may be causi... | Owen Anderson | 2010-12-20 | 1 | -42/+16 |
* | Attempt to appease the DragonEgg buildbots. | Owen Anderson | 2010-12-20 | 1 | -22/+24 |
* | Convert one of LVI's primary maps to a DenseMap, now that we know are more as... | Owen Anderson | 2010-12-20 | 1 | -16/+40 |
* | More LVI cleanups, including trying to simplify the process of maintaining th... | Owen Anderson | 2010-12-20 | 1 | -25/+41 |
* | Reuse the reference into the LVI cache throughout the solver subsystem. This... | Owen Anderson | 2010-12-20 | 1 | -24/+28 |
* | Make LazyValueInfo non-recursive. | Nick Lewycky | 2010-12-18 | 1 | -132/+249 |
* | Move Value::getUnderlyingObject to be a standalone | Dan Gohman | 2010-12-15 | 1 | -2/+3 |
* | Clean up some of LVI: | Nick Lewycky | 2010-12-15 | 1 | -91/+101 |
* | Take the first step towards making LVI non-recursive: get rid of the LVIQuery... | Owen Anderson | 2010-12-09 | 1 | -101/+39 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | It is possible, under specific circumstances involving ptrtoint ConstantExpr'... | Owen Anderson | 2010-09-16 | 1 | -3/+7 |
* | Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ... | Owen Anderson | 2010-09-07 | 1 | -0/+2 |
* | Add completely hokey binary-and and binary-or operations to ConstantRange and | Nick Lewycky | 2010-09-07 | 1 | -0/+6 |
* | zap dead code. | Chris Lattner | 2010-09-04 | 1 | -4/+0 |
* | Add support for simplifying a load from a computed value to a load from a glo... | Owen Anderson | 2010-09-03 | 1 | -2/+11 |
* | Remove incorrect and poorly tested code for trying to reason about values on ... | Owen Anderson | 2010-09-02 | 1 | -16/+2 |
* | Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV... | Owen Anderson | 2010-09-02 | 1 | -4/+0 |
* | It is possible to try to merge a not-constant with a constantrage, when deali... | Owen Anderson | 2010-08-30 | 1 | -2/+3 |
* | Improve the precision of getConstant(). | Owen Anderson | 2010-08-27 | 1 | -0/+5 |