| Commit message (Expand) | Author | Age | Files | Lines |
* | [IR] fix potential crash in Constant::isElementWiseEqual() | Sanjay Patel | 2020-01-14 | 1 | -0/+39 |
* | [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned) | Guillaume Chatelet | 2019-10-15 | 1 | -6/+8 |
* | Add FNeg IR constant folding support | Cameron McInally | 2019-05-05 | 1 | -1/+1 |
* | [IR][ARM] Add function pointer alignment to datalayout | Michael Platings | 2019-03-08 | 1 | -0/+108 |
* | Rollback of rL355585. | Mitch Phillips | 2019-03-07 | 1 | -101/+0 |
* | Fix & re-enable test that intermittently failed in debug mode. | Michael Platings | 2019-03-07 | 1 | -4/+5 |
* | Temporarily disable newly added test that fails in debug mode. | Michael Platings | 2019-03-07 | 1 | -1/+1 |
* | [IR][ARM] Add function pointer alignment to datalayout | Michael Platings | 2019-03-07 | 1 | -0/+100 |
* | Revert "[IR][ARM] Add function pointer alignment to datalayout" | Mitch Phillips | 2019-03-06 | 1 | -100/+0 |
* | [IR][ARM] Add function pointer alignment to datalayout | Michael Platings | 2019-03-06 | 1 | -0/+100 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Fix a bunch of places where operator-> was used directly on the return from d... | Craig Topper | 2018-05-05 | 1 | -2/+1 |
* | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
* | [IR] De-virtualize ~Value to save a vptr | Reid Kleckner | 2017-05-18 | 1 | -8/+9 |
* | Fix constant folding of addrspacecast of null | Matt Arsenault | 2016-05-21 | 1 | -0/+21 |
* | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -16/+20 |
* | Reorganize the C API headers to improve build times. | Eric Christopher | 2015-12-18 | 1 | -0/+1 |
* | [ConstantFold] Fix bitcast to gep constant folding transform. | David Majnemer | 2015-12-14 | 1 | -0/+17 |
* | IR: Make ConstantDataArray::getFP actually return a ConstantDataArray | Justin Bogner | 2015-12-09 | 1 | -0/+23 |
* | IR: Allow vectors of halfs to be ConstantDataVectors | Justin Bogner | 2015-12-08 | 1 | -0/+28 |
* | Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather... | David Blaikie | 2015-09-14 | 1 | -2/+2 |
* | [opaque pointer type] Pass GlobalAlias the actual pointer type rather than de... | David Blaikie | 2015-04-29 | 1 | -2/+2 |
* | Constfold insertelement to undef when index is out-of-bounds | Pawel Bylica | 2015-04-27 | 1 | -4/+13 |
* | Correct extractelement constant folding | Pawel Bylica | 2015-04-24 | 1 | -0/+8 |
* | [opaque pointer type] API migration for GEP constant factories | David Blaikie | 2015-04-02 | 1 | -3/+5 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to g... | David Blaikie | 2015-02-27 | 1 | -2/+2 |
* | Fix invalid cast. | Rafael Espindola | 2015-02-23 | 1 | -0/+16 |
* | IR: Fix a missed case when threading OnlyIfReduced through ConstantExpr | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -0/+25 |
* | IR: Fix ConstantExpr::replaceUsesOfWithOnConstant() | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -0/+23 |
* | Reapply r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r2... | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -0/+25 |
* | Reverting r215966, r215965, r215964, r215963, r215960, r215959, r215958, and ... | Aaron Ballman | 2014-08-19 | 1 | -25/+0 |
* | IR: Fix ConstantArray::replaceUsesOfWithOnConstant() | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -0/+25 |
* | Allow alias to point to an arbitrary ConstantExpr. | Rafael Espindola | 2014-06-03 | 1 | -10/+0 |
* | Use create methods since msvc doesn't handle delegating constructors. | Rafael Espindola | 2014-05-17 | 1 | -1/+1 |
* | Reduce abuse of default values in the GlobalAlias constructor. | Rafael Espindola | 2014-05-17 | 1 | -2/+1 |
* | Fix most of PR10367. | Rafael Espindola | 2014-05-16 | 1 | -0/+12 |
* | Assert that we don't RAUW a Constant with a ConstantExpr that contains it. | Rafael Espindola | 2014-05-13 | 1 | -0/+17 |
* | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -1/+1 |
* | llvm/unittests: Use OwningPtr to fix --vg-leak. | NAKAMURA Takumi | 2013-01-23 | 1 | -1/+1 |
* | IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immedi... | NAKAMURA Takumi | 2013-01-23 | 1 | -6/+8 |
* | Allow vectors in CreatePointerCast of constants. | Evgeniy Stepanov | 2013-01-16 | 1 | -0/+30 |
* | Rename the VMCore unittest tree to IR. Somehow was missed when doing the | Chandler Carruth | 2013-01-07 | 1 | -0/+228 |