summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/InstructionsTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Respect address space sizes in isEliminableCastPair.Matt Arsenault2013-07-301-2/+79
* Revert "Remove isCastable since nothing uses it now"Matt Arsenault2013-07-301-0/+5
* Remove isCastable since nothing uses it nowMatt Arsenault2013-07-301-5/+0
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-301-7/+70
* Fix copypaste error in test.Matt Arsenault2013-06-281-1/+1
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-311-4/+4
* A test for r172535.Evgeniy Stepanov2013-01-161-0/+8
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-071-0/+284
OpenPOWER on IntegriCloud