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
*
[IR] Make {Call,Invoke}::cloneImpl aware of operand bundles
Sanjoy Das
2015-11-10
1
-0
/
+8
*
[IR] Add bounds checking to dataOperandHasImpliedAttr
Sanjoy Das
2015-11-05
1
-0
/
+8
*
[IR] Add a `data_operand` abstraction
Sanjoy Das
2015-11-04
1
-0
/
+29
*
[IR] Add bounds checking to paramHasAttr
Sanjoy Das
2015-11-04
1
-0
/
+4
*
[SCEV] Opportunistically interpret unsigned constraints as signed
Sanjoy Das
2015-10-22
1
-0
/
+17
*
[OperandBundles] Make function attributes conservatively correct
Sanjoy Das
2015-10-22
1
-0
/
+6
*
[IR] Add operand bundles to CallInst and InvokeInst.
Sanjoy Das
2015-09-24
1
-4
/
+21
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-0
/
+59
*
[IR] Cleanup EH instructions a little bit
David Majnemer
2015-08-23
1
-8
/
+2
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
1
-60
/
+42
*
[IR] Give catchret an optional 'return value' operand
David Majnemer
2015-08-15
1
-10
/
+21
*
[IR] Add token types
David Majnemer
2015-08-14
1
-1
/
+4
*
[IR] Cleanup indentation of EH instructions
David Majnemer
2015-08-13
1
-17
/
+15
*
[IR] Remove TerminateInst's "NameStr" argument
David Majnemer
2015-08-06
1
-11
/
+7
*
Drive-by fixes for LandingPad -> EHPad
David Majnemer
2015-08-04
1
-1
/
+4
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-0
/
+321
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-321
/
+0
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-0
/
+321
*
Add functions for adding and testing string attributes to CallInst. NFC.
Akira Hatanaka
2015-07-02
1
-8
/
+6
*
Devirtualize Instruction::clone_impl
Pete Cooper
2015-06-24
1
-48
/
+41
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-23
/
+15
*
Rename NumOperands to make it clear its managed by the User. NFC.
Pete Cooper
2015-06-12
1
-19
/
+20
*
Replace all accesses to User::OperandList with getter and setter methods. NFC.
Pete Cooper
2015-06-12
1
-7
/
+10
*
Stop returning a Use* from allocHungOffUses.
Pete Cooper
2015-06-10
1
-13
/
+14
*
Add User::growHungoffUses and use it to grow the hung off uses. NFC.
Pete Cooper
2015-06-10
1
-30
/
+4
*
Delete User::dropHungOffUses and move it in to ~User which is the only caller...
Pete Cooper
2015-06-10
1
-16
/
+0
*
Move the special Phi logic for hung off uses in to User::allocHungOffUses. NFC.
Pete Cooper
2015-06-10
1
-12
/
+0
*
[opaque pointer type] Explicitly store the pointee type of the result of a GEP
David Blaikie
2015-06-01
1
-1
/
+2
*
[IR] fptrunc-of-fptrunc isn't an EliminableCastPair.
Ahmed Bougacha
2015-05-29
1
-1
/
+1
*
Use Op<0> accessor instead of OperandList for Instructions. NFC
Pete Cooper
2015-05-21
1
-5
/
+5
*
[opaque pointer type] Pass explicit type to Load instruction creation in Auto...
David Blaikie
2015-05-20
1
-5
/
+5
*
[opaque pointer type] LoadInst: assert that the explicit type matches the imp...
David Blaikie
2015-05-20
1
-0
/
+1
*
[opaque pointer type] Pass the explicit function type down to the instruction...
David Blaikie
2015-05-13
1
-3
/
+4
*
[opaque pointer type] Track explicit GEP pointee type through in-memory IR
David Blaikie
2015-05-05
1
-4
/
+5
*
[opaque pointer type] Store the value type of an alloca
David Blaikie
2015-04-29
1
-8
/
+6
*
Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...
David Blaikie
2015-04-23
1
-21
/
+16
*
Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...
David Blaikie
2015-04-22
1
-16
/
+21
*
[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
[next]