Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
unittests
/
IR
/
InstructionsTest.cpp
fd4976b
[IR] add shuffle query for vector concatenation
by Sanjay Patel
· 7 years ago
0ff51d8
[IR] reduce duplication in unittest for shuffles; NFC
by Sanjay Patel
· 7 years ago
ac619a0
[IR] add shuffle queries for identity extend/extract
by Sanjay Patel
· 7 years ago
1cb63dc
Rename skipDebugInfo -> skipDebugIntrinsics, NFC
by Vedant Kumar
· 7 years ago
f01827f
[IR] Introduce helpers to skip debug instructions (NFC)
by Vedant Kumar
· 7 years ago
2ca3360
[IR] move shuffle mask queries from TTI to ShuffleVectorInst
by Sanjay Patel
· 7 years ago
96ab872
[IR] De-virtualize ~Value to save a vptr
by Reid Kleckner
· 8 years ago
dfbd3d7
IR: Add a shufflevector mask commutation helper function. NFC.
by Zvi Rackover
· 8 years ago
927d8e6
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
by Chandler Carruth
· 8 years ago
b518054
Rename AttributeSet to AttributeList
by Reid Kleckner
· 9 years ago
d1c95b6
[IR] Add range accessors for the indices of a GEP instruction.
by Chandler Carruth
· 9 years ago
aa722ae
[IR] Add a Instruction::dropPoisonGeneratingFlags helper
by Sanjoy Das
· 9 years ago
03b42e4
Remove every uses of getGlobalContext() in LLVM (but the C API)
by Mehdi Amini
· 9 years ago
f6cc7e6
[InstructionsTest] delete via unique_ptr (NFC)
by Joseph Tremoulet
· 10 years ago
3557b88
InstructionsTest.cpp: Fix a warning. [-Wsign-compare]
by NAKAMURA Takumi
· 10 years ago
56c9958
[UnitTest] Fix warning, NFC.
by Joseph Tremoulet
· 10 years ago
bba70e4
[OperandBundles] Copy DebugLoc with calls/invokes
by Joseph Tremoulet
· 10 years ago
b3a3906
[opaque pointer type] gep API migration
by David Blaikie
· 11 years ago
a28d91d
DataLayout is mandatory, update the API to reflect it with references.
by Mehdi Amini
· 11 years ago
66f09ad
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
118e1bf
Copy the full TailCallKind in CallInst::clone_impl
by Reid Kleckner
· 11 years ago
cb5ebf6
Untabify.
by NAKAMURA Takumi
· 12 years ago
cce8a58
SmallVector<3> may be used here.
by NAKAMURA Takumi
· 12 years ago
be8556d
IRTests/InstructionsTest.cpp: Avoid initializer list.
by NAKAMURA Takumi
· 12 years ago
8474162
Add a unit test for Invoke iteration, similar to the one for Call
by Eli Bendersky
· 12 years ago
c35c4b3
Fix bot breakage in InstructionsTest.
by Eli Bendersky
· 12 years ago
84aa5e5
Fix problem with r204836
by Eli Bendersky
· 12 years ago
b6d0bd4
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
by Benjamin Kramer
· 12 years ago
fc3c91d
Bug 18228 - Fix accepting bitcasts between vectors of pointers with a
by Matt Arsenault
· 12 years ago
c675162
Use a: and s: instead of a0: and s0: in the DataLayout strings.
by Rafael Espindola
· 12 years ago
b03bd4d
Add addrspacecast instruction.
by Matt Arsenault
· 12 years ago
065ced9
Fix ptr vector inconsistency in CreatePointerCast
by Matt Arsenault
· 12 years ago
130e0ef
Respect address space sizes in isEliminableCastPair.
by Matt Arsenault
· 12 years ago
b4019ae
Revert "Remove isCastable since nothing uses it now"
by Matt Arsenault
· 12 years ago
f63dfbb
Remove isCastable since nothing uses it now
by Matt Arsenault
· 12 years ago
cacbb23
Change behavior of calling bitcasted alias functions.
by Matt Arsenault
· 12 years ago
50a16a4
Fix copypaste error in test.
by Matt Arsenault
· 12 years ago
20a2ae9
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
by Dan Gohman
· 13 years ago
a259b26
A test for r172535.
by Evgeniy Stepanov
· 13 years ago
74b6a77
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
by Chandler Carruth
· 13 years ago
[Renamed (98%) from llvm/unittests/VMCore/InstructionsTest.cpp]
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
130cec2
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
e2395dc
Fix isEliminableCastPair to work correctly in the presence of pointers
by Duncan Sands
· 13 years ago
9cfc13d
Move TargetData to DataLayout.
by Micah Villmow
· 13 years ago
ec7ad65
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
by Chandler Carruth
· 13 years ago
aafe091
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
by Chandler Carruth
· 13 years ago
9af6298
Remove support for the special 'fast' value for fpmath accuracy for the moment.
by Duncan Sands
· 13 years ago
05f4df8
Make it possible to indicate relaxed floating point requirements at the IR level
by Duncan Sands
· 13 years ago
3924cb0
by Nadav Rotem
· 14 years ago
e83797c
The 'expected' argument to EXPECT_EQ is actually the first one;
by John McCall
· 14 years ago
229907c
land David Blaikie's patch to de-constify Type, with a few tweaks.
by Chris Lattner
· 14 years ago
a851453
Teach getCastOpcode about element-by-element vector casts. For example, "trunc"
by Duncan Sands
· 14 years ago
7c14a55
Don't include Operator.h from InstrTypes.h.
by Jay Foad
· 14 years ago
2d3cdd6
While testing dragonegg I noticed that isCastable and getCastOpcode
by Duncan Sands
· 14 years ago
814f1bb
Remove the "ugly" method BranchInst::setUnconditionalDest().
by Jay Foad
· 15 years ago
40b31ad
Prefix `next' iterator operation with `llvm::'.
by Oscar Fuentes
· 15 years ago
a9d0ef1
another one
by Gabor Greif
· 16 years ago
6221720
feedback from Nick
by Gabor Greif
· 16 years ago
e52f398
more BranchInst tests
by Gabor Greif
· 16 years ago
c377afc
add BranchInst tests
by Gabor Greif
· 16 years ago
421dd12
appease valgrind testers
by Gabor Greif
· 16 years ago
86ca549
add single return tests
by Gabor Greif
· 16 years ago
35a9b8b
fix PR6589 adjusted unittest
by Gabor Greif
· 16 years ago
1558038
begin humbly with a repro of PR6589
by Gabor Greif
· 16 years ago