OSDN Git Service

Update LLVM for rebase to r212749.
[android-x86/external-llvm.git] / include / llvm / ADT / MapVector.h
2014-07-25 Stephen HinesUpdate LLVM for rebase to r212749.
2014-05-05 Stephen HinesMerge "Don't try to use Clang on Windows yet."
2014-04-29 Bill YiMerge commit '2136801bbd32f5e9554aa8009d0e5f862744162b...
2014-04-25 Stephen Hinesam 1f3d12be: am b5eb99b8: am 37a6adeb: Merge "Update...
2014-04-25 Stephen Hinesam b5eb99b8: am 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen Hinesam 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen HinesMerge "Update to LLVM 3.5a."
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2013-03-06 Stephen HinesMerge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5...
2013-02-19 Douglas GregorRemove my bogus MapVector::erase() with a narrower...
2013-02-18 Douglas GregorAdd front/back/erase to MapVector.
2013-01-25 Nick LewyckyAdd an insert() method to MapVector. Adds the first...
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2012-12-19 Benjamin KramerMapVector: Add lookup().
2012-11-15 Sergei LarinFix indeterminism in MI scheduler DAG construction.
2012-10-09 Douglas GregorAdd count() method to MapVector
2012-10-09 Douglas GregorNot everyone uses C++11, apparently
2012-10-09 Douglas GregorAllow MapVector clients to specify the map and vector...
2012-09-19 Rafael EspindolaMake MapVector a bit more expensive but harder to misus...
2012-09-18 Rafael EspindolaAdd a MapVector class. It provides a regular set iterat...