Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -4/+4 |
* | [MemorySSA] Make insertDef insert corresponding phi nodes. | Alina Sbirlea | 2019-02-27 | 1 | -9/+9 |
* | [opaque pointer types] Pass value type to GetElementPtr creation. | James Y Knight | 2019-02-01 | 1 | -1/+1 |
* | [opaque pointer types] Pass value type to LoadInst creation. | James Y Knight | 2019-02-01 | 1 | -27/+27 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -4/+3 |
* | API to update MemorySSA for cloned blocks and added CFG edges. | Alina Sbirlea | 2018-09-10 | 1 | -0/+192 |
* | Rename a few unittests/.../Foo.cpp files to FooTest.cpp | Nico Weber | 2018-09-03 | 1 | -0/+1395 |