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
*
[IR] allow undefined elements when checking for splat constants
Sanjay Patel
2019-12-10
1
-0
/
+40
*
[IR] Allow fast math flags on calls with floating point array type.
Jay Foad
2019-10-30
1
-0
/
+54
*
[ASan] Fix IRTests/InstructionsTest.UnaryOperator
Cameron McInally
2019-10-14
1
-0
/
+1
*
[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator
Cameron McInally
2019-10-14
1
-0
/
+15
*
Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"
Dmitri Gribenko
2019-10-10
1
-15
/
+0
*
[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator
Cameron McInally
2019-10-09
1
-0
/
+15
*
[IR] allow fast-math-flags on phi of FP values (2nd try)
Sanjay Patel
2019-09-25
1
-2
/
+5
*
Revert [IR] allow fast-math-flags on phi of FP values
Sanjay Patel
2019-09-25
1
-5
/
+2
*
[IR] allow fast-math-flags on phi of FP values
Sanjay Patel
2019-09-25
1
-2
/
+5
*
[IR] CallBrInst: scan+update arg list when indirect dest list changes
Nick Desaulniers
2019-09-06
1
-0
/
+51
*
Prepare for making SwitchInstProfUpdateWrapper strict
Yevgeny Rouban
2019-07-09
1
-38
/
+0
*
[IR] Add UnaryOperator::CreateFNegFMF(...)
Cameron McInally
2019-06-07
1
-0
/
+18
*
Make SwitchInstProfUpdateWrapper safer
Yevgeny Rouban
2019-06-04
1
-0
/
+79
*
PHI nodes are not `FPMathOperator` s
Sanjoy Das
2019-03-05
1
-0
/
+9
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-1
/
+2
*
[opaque pointer types] Pass function types to InvokeInst creation.
James Y Knight
2019-02-01
1
-3
/
+4
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-4
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IR] add shuffle query for vector concatenation
Sanjay Patel
2018-09-20
1
-0
/
+45
*
[IR] reduce duplication in unittest for shuffles; NFC
Sanjay Patel
2018-09-20
1
-16
/
+12
*
[IR] add shuffle queries for identity extend/extract
Sanjay Patel
2018-08-30
1
-0
/
+72
*
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
[next]