Files
archived-llvm-mirror/include/llvm
Chandler Carruth dfdccab32b [C++11] Remove the completely unnecessary requirement on SetVector's
remove_if that its predicate is adaptable. We don't actually need this,
we can write a generic adapter for any predicate.

This lets us remove some very wrong std::function usages. We should
never be using std::function for predicates to algorithms. This incurs
an *indirect* call overhead for every evaluation of the predicate, and
makes it very hard to inline through.

llvm-svn: 202742
2014-03-03 19:28:52 +00:00
..
2014-01-31 23:46:14 +00:00
2014-01-24 23:40:08 +00:00
2014-02-28 00:26:56 +00:00
2013-11-15 01:34:59 +00:00