| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace non-recursive sys::Mutex users with std::mutex | Benjamin Kramer | 2019-08-07 | 1 | -2/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 2018-04-29 | 1 | -1/+1 |
| * | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -5/+5 |
| * | Document end of anonymous namespaces, NFC | Duncan P. N. Exon Smith | 2016-04-02 | 1 | -1/+1 |
| * | [lit] Fix running gtest type-parameterized tests on Windows | Reid Kleckner | 2015-04-06 | 1 | -1/+2 |
| * | Support: make LLVM Mutexes STL-compatible | Dylan Noblesmith | 2014-08-23 | 1 | -2/+2 |
| * | Revert "Replace Execution Engine's mutex with std::recursive_mutex." | Zachary Turner | 2014-06-20 | 1 | -4/+4 |
| * | Fix some -Wsign-compare fallout from changing container count member function... | David Blaikie | 2014-06-20 | 1 | -10/+10 |
| * | Replace Execution Engine's mutex with std::recursive_mutex. | Zachary Turner | 2014-06-18 | 1 | -4/+4 |
| * | Fix build breakage caused by change to ValueMapTest. | Zachary Turner | 2014-06-17 | 1 | -2/+2 |
| * | Expose ValueMap's mutex type as a typedef instead of a sys::Mutex. | Zachary Turner | 2014-06-17 | 1 | -7/+7 |
| * | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -2/+2 |
| * | [C++11] Now that the users are gone, rip out the duplicated traits from type_... | Benjamin Kramer | 2014-03-07 | 1 | -1/+2 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -3/+2 |
| * | [Modules] Move ValueMap to the IR library. While this class does not | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
| * | [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now have | Chandler Carruth | 2014-03-02 | 1 | -2/+1 |
| * | Use LLVM_STATIC_ASSERT rather than a hand-rolled implementation. | David Blaikie | 2014-01-02 | 1 | -2/+2 |
| * | Rename 'assert' to something less loaded in CompileAssertHasType | Alp Toker | 2014-01-01 | 1 | -1/+1 |
| * | Silence g++ 4.9 build issue in unit tests | Alp Toker | 2014-01-01 | 1 | -1/+2 |
| * | Rename the VMCore unittest tree to IR. Somehow was missed when doing the | Chandler Carruth | 2013-01-07 | 1 | -0/+294 |