Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing includes needed to prune LLVMContext.h include, NFC | Reid Kleckner | 2019-11-14 | 1 | -0/+1 |
* | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [CVP] Handle instructions with no user. No need to create CVPLattice state. T... | Xin Tong | 2018-09-17 | 1 | -0/+3 |
* | [CVP] Handle calls with void return value. No need to create CVPLattice state... | Xin Tong | 2018-07-09 | 1 | -0/+10 |
* | [CalledValuePropagation] Just use a sorted vector instead of a set. | Benjamin Kramer | 2018-05-30 | 1 | -9/+11 |
* | Attempt to unbreak the expensive-checks-win bot | Matthew Simpson | 2017-10-25 | 1 | -1/+2 |
* | Add CalledValuePropagation pass | Matthew Simpson | 2017-10-25 | 1 | -0/+422 |