index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
IR
/
InstructionsTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename skipDebugInfo -> skipDebugIntrinsics, NFC
Vedant Kumar
2018-06-26
1
-1
/
+1
*
[IR] Introduce helpers to skip debug instructions (NFC)
Vedant Kumar
2018-06-19
1
-0
/
+49
*
[IR] move shuffle mask queries from TTI to ShuffleVectorInst
Sanjay Patel
2018-06-19
1
-0
/
+82
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-2
/
+2
*
IR: Add a shufflevector mask commutation helper function. NFC.
Zvi Rackover
2017-05-08
1
-0
/
+7
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-0
/
+63
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-3
/
+5
*
[IR] Add range accessors for the indices of a GEP instruction.
Chandler Carruth
2017-02-28
1
-0
/
+35
*
[IR] Add a Instruction::dropPoisonGeneratingFlags helper
Sanjoy Das
2017-02-23
1
-0
/
+61
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-11
/
+15
*
[InstructionsTest] delete via unique_ptr (NFC)
Joseph Tremoulet
2016-01-15
1
-10
/
+6
*
InstructionsTest.cpp: Fix a warning. [-Wsign-compare]
NAKAMURA Takumi
2016-01-14
1
-1
/
+1
*
[UnitTest] Fix warning, NFC.
Joseph Tremoulet
2016-01-14
1
-1
/
+1
*
[OperandBundles] Copy DebugLoc with calls/invokes
Joseph Tremoulet
2016-01-14
1
-2
/
+61
*
[opaque pointer type] gep API migration
David Blaikie
2015-03-14
1
-10
/
+12
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-4
/
+4
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-8
/
+8
*
Copy the full TailCallKind in CallInst::clone_impl
Reid Kleckner
2014-05-06
1
-0
/
+33
*
Untabify.
NAKAMURA Takumi
2014-03-27
1
-3
/
+3
*
SmallVector<3> may be used here.
NAKAMURA Takumi
2014-03-27
1
-1
/
+1
*
IRTests/InstructionsTest.cpp: Avoid initializer list.
NAKAMURA Takumi
2014-03-27
1
-4
/
+4
*
Add a unit test for Invoke iteration, similar to the one for Call
Eli Bendersky
2014-03-26
1
-11
/
+40
*
Fix bot breakage in InstructionsTest.
Eli Bendersky
2014-03-26
1
-1
/
+1
*
Fix problem with r204836
Eli Bendersky
2014-03-26
1
-0
/
+26
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Bug 18228 - Fix accepting bitcasts between vectors of pointers with a
Matt Arsenault
2014-01-22
1
-0
/
+16
*
Use a: and s: instead of a0: and s0: in the DataLayout strings.
Rafael Espindola
2013-12-13
1
-2
/
+2
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-39
/
+14
*
Fix ptr vector inconsistency in CreatePointerCast
Matt Arsenault
2013-07-31
1
-0
/
+11
*
Respect address space sizes in isEliminableCastPair.
Matt Arsenault
2013-07-30
1
-2
/
+79
*
Revert "Remove isCastable since nothing uses it now"
Matt Arsenault
2013-07-30
1
-0
/
+5
*
Remove isCastable since nothing uses it now
Matt Arsenault
2013-07-30
1
-5
/
+0
*
Change behavior of calling bitcasted alias functions.
Matt Arsenault
2013-07-30
1
-7
/
+70
*
Fix copypaste error in test.
Matt Arsenault
2013-06-28
1
-1
/
+1
*
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-31
1
-4
/
+4
*
A test for r172535.
Evgeniy Stepanov
2013-01-16
1
-0
/
+8
*
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
Chandler Carruth
2013-01-07
1
-0
/
+284