1. 13044d1c Support: make LLVM Mutexes STL-compatible by Dylan Noblesmith · 11 years ago
  2. c04b892 Revert "Replace Execution Engine's mutex with std::recursive_mutex." by Zachary Turner · 11 years ago
  3. 7c8d139 Fix some -Wsign-compare fallout from changing container count member functions to return unsigned instead of bool. by David Blaikie · 11 years ago
  4. 62ce4e8 Replace Execution Engine's mutex with std::recursive_mutex. by Zachary Turner · 11 years ago
  5. b07f1e1 Fix build breakage caused by change to ValueMapTest. by Zachary Turner · 11 years ago
  6. 814a493 Expose ValueMap's mutex type as a typedef instead of a sys::Mutex. by Zachary Turner · 11 years ago
  7. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  8. bcc77b0 [C++11] Now that the users are gone, rip out the duplicated traits from type_traits.h by Benjamin Kramer · 12 years ago
  9. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  10. a4ea269 [Modules] Move ValueMap to the IR library. While this class does not by Chandler Carruth · 12 years ago
  11. cf01800 [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now have by Chandler Carruth · 12 years ago
  12. 2801070 Use LLVM_STATIC_ASSERT rather than a hand-rolled implementation. by David Blaikie · 12 years ago
  13. 1878762 Rename 'assert' to something less loaded in CompileAssertHasType by Alp Toker · 12 years ago
  14. daef78c Silence g++ 4.9 build issue in unit tests by Alp Toker · 12 years ago
  15. 74b6a77 Rename the VMCore unittest tree to IR. Somehow was missed when doing the by Chandler Carruth · 13 years ago[Renamed from llvm/unittests/VMCore/ValueMapTest.cpp]
  16. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  17. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  18. f12dd37 re-enable unittest by Dylan Noblesmith · 14 years ago
  19. 7c14a55 Don't include Operator.h from InstrTypes.h. by Jay Foad · 15 years ago
  20. 96ef39a Revert 119600 to unbreak the build. Francois, please investigate. by Jim Grosbach · 15 years ago
  21. ce52087 Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ(). by Francois Pichet · 15 years ago
  22. 38d7733 Move ValueMapTest from ADT to VMCore so that ADT doesn't need to link in "core". by Dan Gohman · 15 years ago[Renamed from llvm/unittests/ADT/ValueMapTest.cpp]
  23. 67f8b16 Remove the ValueMap copy constructor. It's not used anywhere, by Duncan Sands · 15 years ago
  24. cb59bfa Fix the ValueMap copy constructor. The issue is that the map keys are value by Duncan Sands · 15 years ago
  25. 9a2652b Use non-bool values for .count. by Bill Wendling · 15 years ago
  26. f58e8c0 silence some unused-value warnings. by Chris Lattner · 16 years ago
  27. c8cee4f Only run this mutex test if threading is enabled. This fixes PR5395. by Duncan Sands · 16 years ago
  28. 26a7ae4 Type.h doesn't need to #include LLVMContext.h by Chris Lattner · 16 years ago
  29. 61ade25 Fix stylistic and documentation problems in ValueMap found by Nick Lewycky and by Jeffrey Yasskin · 16 years ago
  30. 4546d31 Try r84890 again (adding ValueMap<>), now that I've tested the compile on by Jeffrey Yasskin · 16 years ago
  31. 66db004 Revert r84890, which broke the linux build. by Jeffrey Yasskin · 16 years ago
  32. 6b80e6e Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use by Jeffrey Yasskin · 16 years ago