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
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-18
/
+20
*
Swift Calling Convention: add swifterror attribute.
Manman Ren
2016-04-01
1
-0
/
+1
*
Fix pointers to go on the right hand side. NFC.
Ana Pazos
2016-02-03
1
-15
/
+15
*
[OperandBundles] Copy DebugLoc with calls/invokes
Joseph Tremoulet
2016-01-14
1
-0
/
+2
*
Add function for testing string attributes to InvokeInst and CallSite. NFC.
Manuel Jacob
2016-01-05
1
-14
/
+0
*
[WinEH] Simplify unreachable catchpads
Joseph Tremoulet
2016-01-05
1
-0
/
+11
*
Use CmpInst::Predicate instead of 'unsigned short' in some places. NFC
Craig Topper
2015-12-15
1
-15
/
+12
*
Add missing vtable anchor's.
Pete Cooper
2015-12-14
1
-0
/
+6
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-58
/
+0
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-210
/
+137
*
[InstCombine] allow any pair of bitcasts to be combined
Sanjay Patel
2015-12-12
1
-10
/
+12
*
fix typos; NFC
Sanjay Patel
2015-12-11
1
-3
/
+3
*
Add arg_begin() and arg_end() to CallInst and InvokeInst; NFCI
Sanjoy Das
2015-12-10
1
-4
/
+2
*
Don't drop attributes when inlining through "deopt" operand bundles
Sanjoy Das
2015-12-09
1
-0
/
+2
*
[OperandBundles] Allow operand-specific attributes in operand bundles
Sanjoy Das
2015-12-04
1
-2
/
+2
*
Teach the inliner to track deoptimization state
Sanjoy Das
2015-11-18
1
-0
/
+26
*
[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
[next]