Commit History

作者 SHA1 備註 提交日期
  Benjamin Kramer 4c58740541 Replace non-recursive sys::Mutex users with std::mutex 6 年之前
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Nico Weber 63033d33c8 s/LLVM_ON_WIN32/_WIN32/, llvm 7 年之前
  Mehdi Amini 8be7707c14 Remove every uses of getGlobalContext() in LLVM (but the C API) 9 年之前
  Duncan P. N. Exon Smith ec78cb05a0 Document end of anonymous namespaces, NFC 9 年之前
  Reid Kleckner 0123b6ee73 [lit] Fix running gtest type-parameterized tests on Windows 10 年之前
  Dylan Noblesmith d930a30833 Support: make LLVM Mutexes STL-compatible 11 年之前
  Zachary Turner 91e18f7639 Revert "Replace Execution Engine's mutex with std::recursive_mutex." 11 年之前
  David Blaikie 20dead8d0c Fix some -Wsign-compare fallout from changing container count member functions to return unsigned instead of bool. 11 年之前
  Zachary Turner 1f502bd9d7 Replace Execution Engine's mutex with std::recursive_mutex. 11 年之前
  Zachary Turner 4072aa3649 Fix build breakage caused by change to ValueMapTest. 11 年之前
  Zachary Turner 84fea7720c Expose ValueMap's mutex type as a typedef instead of a sys::Mutex. 11 年之前
  Craig Topper b177041dfa [C++11] Use 'nullptr'. 11 年之前
  Benjamin Kramer 1dd31112ff [C++11] Now that the users are gone, rip out the duplicated traits from type_traits.h 11 年之前
  Ahmed Charles f4ccd11075 Replace OwningPtr<T> with std::unique_ptr<T>. 11 年之前
  Chandler Carruth 7225e27b4c [Modules] Move ValueMap to the IR library. While this class does not 11 年之前
  Chandler Carruth fc6d7d6cf5 [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now have 11 年之前
  David Blaikie 028b816496 Use LLVM_STATIC_ASSERT rather than a hand-rolled implementation. 11 年之前
  Alp Toker f8735544dc Rename 'assert' to something less loaded in CompileAssertHasType 11 年之前
  Alp Toker a18007d9d6 Silence g++ 4.9 build issue in unit tests 11 年之前
  Chandler Carruth c779e96158 Rename the VMCore unittest tree to IR. Somehow was missed when doing the 12 年之前