| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | IR: Introduce ConstantAggregate, NFC | Duncan P. N. Exon Smith | 2016-04-05 | 1 | -2/+1 |
| | | | | | | | | | | | | | Add a common parent class for ConstantArray, ConstantVector, and ConstantStruct called ConstantAggregate. These are the aggregate subclasses of Constant that take operands. This is mainly a cleanup, adding common `isa` target and removing duplicated code. However, it also simplifies caching which constants point transitively at `GlobalValue` (a possible future direction). llvm-svn: 265466 | ||||
| * | Add #include "llvm/Support/raw_ostream.h" to fix Windows build. | Peter Collingbourne | 2016-02-03 | 1 | -0/+1 |
| | | | | | llvm-svn: 259623 | ||||
| * | Transforms: Move GlobalOpt's Evaluator to Utils where it can be reused. | Peter Collingbourne | 2016-02-03 | 1 | -0/+596 |
| llvm-svn: 259621 | |||||

