summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/InstructionsTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [IR] allow undefined elements when checking for splat constantsSanjay Patel2019-12-101-0/+40
* [IR] Allow fast math flags on calls with floating point array type.Jay Foad2019-10-301-0/+54
* [ASan] Fix IRTests/InstructionsTest.UnaryOperatorCameron McInally2019-10-141-0/+1
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-141-0/+15
* Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"Dmitri Gribenko2019-10-101-15/+0
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-091-0/+15
* [IR] allow fast-math-flags on phi of FP values (2nd try)Sanjay Patel2019-09-251-2/+5
* Revert [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-251-5/+2
* [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-251-2/+5
* [IR] CallBrInst: scan+update arg list when indirect dest list changesNick Desaulniers2019-09-061-0/+51
* Prepare for making SwitchInstProfUpdateWrapper strictYevgeny Rouban2019-07-091-38/+0
* [IR] Add UnaryOperator::CreateFNegFMF(...)Cameron McInally2019-06-071-0/+18
* Make SwitchInstProfUpdateWrapper saferYevgeny Rouban2019-06-041-0/+79
* PHI nodes are not `FPMathOperator` sSanjoy Das2019-03-051-0/+9
* [opaque pointer types] Pass value type to GetElementPtr creation.James Y Knight2019-02-011-1/+2
* [opaque pointer types] Pass function types to InvokeInst creation.James Y Knight2019-02-011-3/+4
* [opaque pointer types] Pass function types to CallInst creation.James Y Knight2019-02-011-4/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [IR] add shuffle query for vector concatenationSanjay Patel2018-09-201-0/+45
* [IR] reduce duplication in unittest for shuffles; NFCSanjay Patel2018-09-201-16/+12
* [IR] add shuffle queries for identity extend/extract Sanjay Patel2018-08-301-0/+72
* Rename skipDebugInfo -> skipDebugIntrinsics, NFCVedant Kumar2018-06-261-1/+1
* [IR] Introduce helpers to skip debug instructions (NFC)Vedant Kumar2018-06-191-0/+49
* [IR] move shuffle mask queries from TTI to ShuffleVectorInstSanjay Patel2018-06-191-0/+82
* [IR] De-virtualize ~Value to save a vptrReid Kleckner2017-05-181-2/+2
* IR: Add a shufflevector mask commutation helper function. NFC.Zvi Rackover2017-05-081-0/+7
* [IR] Redesign the case iterator in SwitchInst to actually be an iteratorChandler Carruth2017-04-121-0/+63
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-3/+5
* [IR] Add range accessors for the indices of a GEP instruction.Chandler Carruth2017-02-281-0/+35
* [IR] Add a Instruction::dropPoisonGeneratingFlags helperSanjoy Das2017-02-231-0/+61
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-11/+15
* [InstructionsTest] delete via unique_ptr (NFC)Joseph Tremoulet2016-01-151-10/+6
* InstructionsTest.cpp: Fix a warning. [-Wsign-compare]NAKAMURA Takumi2016-01-141-1/+1
* [UnitTest] Fix warning, NFC.Joseph Tremoulet2016-01-141-1/+1
* [OperandBundles] Copy DebugLoc with calls/invokesJoseph Tremoulet2016-01-141-2/+61
* [opaque pointer type] gep API migrationDavid Blaikie2015-03-141-10/+12
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-4/+4
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-8/+8
* Copy the full TailCallKind in CallInst::clone_implReid Kleckner2014-05-061-0/+33
* Untabify.NAKAMURA Takumi2014-03-271-3/+3
* SmallVector<3> may be used here.NAKAMURA Takumi2014-03-271-1/+1
* IRTests/InstructionsTest.cpp: Avoid initializer list.NAKAMURA Takumi2014-03-271-4/+4
* Add a unit test for Invoke iteration, similar to the one for CallEli Bendersky2014-03-261-11/+40
* Fix bot breakage in InstructionsTest.Eli Bendersky2014-03-261-1/+1
* Fix problem with r204836Eli Bendersky2014-03-261-0/+26
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-2/+2
* Bug 18228 - Fix accepting bitcasts between vectors of pointers with aMatt Arsenault2014-01-221-0/+16
* Use a: and s: instead of a0: and s0: in the DataLayout strings.Rafael Espindola2013-12-131-2/+2
* Add addrspacecast instruction.Matt Arsenault2013-11-151-39/+14
* Fix ptr vector inconsistency in CreatePointerCastMatt Arsenault2013-07-311-0/+11
OpenPOWER on IntegriCloud