| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-04-14 | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 1 | -16/+20 |
| 2015-12-18 | Reorganize the C API headers to improve build times. | Eric Christopher | 1 | -0/+1 |
| 2015-12-14 | [ConstantFold] Fix bitcast to gep constant folding transform. | David Majnemer | 1 | -0/+17 |
| 2015-12-09 | IR: Make ConstantDataArray::getFP actually return a ConstantDataArray | Justin Bogner | 1 | -0/+23 |
| 2015-12-08 | IR: Allow vectors of halfs to be ConstantDataVectors | Justin Bogner | 1 | -0/+28 |
| 2015-09-14 | Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather... | David Blaikie | 1 | -2/+2 |
| 2015-04-29 | [opaque pointer type] Pass GlobalAlias the actual pointer type rather than de... | David Blaikie | 1 | -2/+2 |
| 2015-04-27 | Constfold insertelement to undef when index is out-of-bounds | Pawel Bylica | 1 | -4/+13 |
| 2015-04-24 | Correct extractelement constant folding | Pawel Bylica | 1 | -0/+8 |
| 2015-04-02 | [opaque pointer type] API migration for GEP constant factories | David Blaikie | 1 | -3/+5 |
| 2015-02-27 | [opaque pointer type] Add textual IR support for explicit type parameter to g... | David Blaikie | 1 | -2/+2 |
| 2015-02-23 | Fix invalid cast. | Rafael Espindola | 1 | -0/+16 |
| 2014-08-19 | IR: Fix a missed case when threading OnlyIfReduced through ConstantExpr | Duncan P. N. Exon Smith | 1 | -0/+25 |
| 2014-08-19 | IR: Fix ConstantExpr::replaceUsesOfWithOnConstant() | Duncan P. N. Exon Smith | 1 | -0/+23 |
| 2014-08-19 | Reapply r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r2... | Duncan P. N. Exon Smith | 1 | -0/+25 |
| 2014-08-19 | Reverting r215966, r215965, r215964, r215963, r215960, r215959, r215958, and ... | Aaron Ballman | 1 | -25/+0 |
| 2014-08-19 | IR: Fix ConstantArray::replaceUsesOfWithOnConstant() | Duncan P. N. Exon Smith | 1 | -0/+25 |
| 2014-06-03 | Allow alias to point to an arbitrary ConstantExpr. | Rafael Espindola | 1 | -10/+0 |
| 2014-05-17 | Use create methods since msvc doesn't handle delegating constructors. | Rafael Espindola | 1 | -1/+1 |
| 2014-05-17 | Reduce abuse of default values in the GlobalAlias constructor. | Rafael Espindola | 1 | -2/+1 |
| 2014-05-16 | Fix most of PR10367. | Rafael Espindola | 1 | -0/+12 |
| 2014-05-13 | Assert that we don't RAUW a Constant with a ConstantExpr that contains it. | Rafael Espindola | 1 | -0/+17 |
| 2014-03-06 | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 1 | -1/+1 |
| 2013-01-23 | llvm/unittests: Use OwningPtr to fix --vg-leak. | NAKAMURA Takumi | 1 | -1/+1 |
| 2013-01-23 | IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immedi... | NAKAMURA Takumi | 1 | -6/+8 |
| 2013-01-16 | Allow vectors in CreatePointerCast of constants. | Evgeniy Stepanov | 1 | -0/+30 |
| 2013-01-07 | Rename the VMCore unittest tree to IR. Somehow was missed when doing the | Chandler Carruth | 1 | -0/+228 |