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