Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [IR] Redesign the case iterator in SwitchInst to actually be an iterator | Chandler Carruth | 2017-04-12 | 1 | -1/+1 |
* | [IR] Remove some unneeded includes from Operator.h and fix cpp files that wer... | Craig Topper | 2017-03-20 | 1 | -0/+1 |
* | Use the range variant of find instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -1/+1 |
* | [ConstnatFolding] Teach the folder how to fold ConstantVector | David Majnemer | 2016-07-29 | 1 | -8/+8 |
* | Don't IPO over functions that can be de-refined | Sanjoy Das | 2016-04-08 | 1 | -1/+1 |
* | IR: Introduce ConstantAggregate, NFC | Duncan P. N. Exon Smith | 2016-04-05 | 1 | -2/+1 |
* | Add #include "llvm/Support/raw_ostream.h" to fix Windows build. | Peter Collingbourne | 2016-02-03 | 1 | -0/+1 |
* | Transforms: Move GlobalOpt's Evaluator to Utils where it can be reused. | Peter Collingbourne | 2016-02-03 | 1 | -0/+596 |