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
/
lib
/
IR
/
Instructions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[opaque pointer type] Avoid using PointerType::getElementType for a few cases...
David Blaikie
2015-04-21
1
-21
/
+16
*
InstCombine: fold (sitofp (zext x)) to (uitofp x)
Fiona Glaser
2015-04-21
1
-1
/
+4
*
[opaque pointer types] Use the pointee type loaded from bitcode when construc...
David Blaikie
2015-04-17
1
-2
/
+2
*
[IR] Introduce a dereferenceable_or_null(N) attribute.
Sanjoy Das
2015-04-16
1
-0
/
+12
*
[opaque pointer type] Avoid using PointerType::getElementType when parsing IR
David Blaikie
2015-04-06
1
-5
/
+3
*
[opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...
David Blaikie
2015-03-30
1
-11
/
+7
*
Refactor: Simplify boolean expressions in llvm IR
David Blaikie
2015-03-23
1
-28
/
+22
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-12
/
+6
*
Instructions: Use delegated constructors to reduce duplication
Benjamin Kramer
2015-03-05
1
-153
/
+32
*
IR: SrcTy == DstTy doesn't imply that a cast is valid
David Majnemer
2015-02-16
1
-4
/
+0
*
InstCombine: propagate deref via new addDereferenceableAttr
Ramkumar Ramachandra
2015-02-14
1
-0
/
+12
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-6
/
+3
*
Revert "Move function to obtain branch weights into the BranchInst class. NFC."
Juergen Ributzka
2014-12-09
1
-20
/
+0
*
Move function to obtain branch weights into the BranchInst class. NFC.
Juergen Ributzka
2014-12-09
1
-0
/
+20
*
Revert r220349 to re-instate r220277 with a fix for PR21330 -- quite
Chandler Carruth
2014-11-25
1
-0
/
+23
*
Use nullptr instead of NULL for variadic sentinels
Reid Kleckner
2014-11-13
1
-3
/
+3
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-2
/
+3
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-3
/
+2
*
Revert "Teach the load analysis to allow finding available values which requi...
Hans Wennborg
2014-10-21
1
-23
/
+0
*
Teach the load analysis to allow finding available values which require
Chandler Carruth
2014-10-21
1
-0
/
+23
*
Use dyn_cast<> instead of isa<> and cast<>
Matt Arsenault
2014-09-15
1
-1
/
+2
*
Change name of copyFlags() to copyIRFlags(). Add convenience method for logic...
Sanjay Patel
2014-09-03
1
-1
/
+18
*
Fix a logic bug when copying fast-math flags.
Sanjay Patel
2014-09-02
1
-1
/
+1
*
Add a convenience method to copy wrapping, exact, and fast-math flags (NFC).
Sanjay Patel
2014-09-01
1
-0
/
+16
*
Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder and co.
Matt Arsenault
2014-07-14
1
-8
/
+26
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-9
/
+12
*
InstCombine: Canonicalize addrspacecast between different element types
Jingyue Wu
2014-06-06
1
-12
/
+6
*
Clauses in a landingpad are always Constant. Use a stricter type.
Rafael Espindola
2014-06-04
1
-1
/
+1
*
Copy the full TailCallKind in CallInst::clone_impl
Reid Kleckner
2014-05-06
1
-1
/
+1
*
[IR] Make {extract,insert}element accept an index of any integer type.
Michael J. Spencer
2014-05-01
1
-2
/
+2
*
IR: Alloca clones should remember inalloca state
David Majnemer
2014-04-30
1
-3
/
+4
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-2
/
+2
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-37
/
+37
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-8
/
+19
*
[C++11] Modernize the IR library a bit.
Benjamin Kramer
2014-03-10
1
-5
/
+4
*
Teach lint about address spaces
Matt Arsenault
2014-03-06
1
-2
/
+21
*
[Modules] Move the ConstantRange class into the IR library. This is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Bug 18228 - Fix accepting bitcasts between vectors of pointers with a
Matt Arsenault
2014-01-22
1
-16
/
+41
*
Add an inalloca flag to allocas
Reid Kleckner
2014-01-17
1
-2
/
+3
*
Fix typo in assert message: s/load/store
Mark Lacey
2013-12-21
1
-1
/
+1
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-2
/
+2
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-115
/
+183
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-27
/
+3
*
Add parentheses to silence gcc warning.
Richard Trieu
2013-07-31
1
-4
/
+4
*
Fix ptr vector inconsistency in CreatePointerCast
Matt Arsenault
2013-07-31
1
-5
/
+13
*
Respect address space sizes in isEliminableCastPair.
Matt Arsenault
2013-07-30
1
-10
/
+47
*
Revert "Remove isCastable since nothing uses it now"
Matt Arsenault
2013-07-30
1
-0
/
+63
*
Remove isCastable since nothing uses it now
Matt Arsenault
2013-07-30
1
-63
/
+0
*
Change behavior of calling bitcasted alias functions.
Matt Arsenault
2013-07-30
1
-2
/
+44
[prev]
[next]