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
*
Rationalise the attribute getter/setter methods on Function and CallSite.
Amaury Sechet
2016-09-09
1
-40
/
+0
*
fix documentation comments; NFC
Sanjay Patel
2016-09-02
1
-5
/
+0
*
[Profile] refactor meta data copying/swapping code
Xinliang David Li
2016-08-23
1
-9
/
+1
*
GlobalISel: support irtranslation of icmp instructions.
Tim Northover
2016-08-17
1
-0
/
+32
*
Add getReturnedArgOperand to Call/InvokeInst, CallSite
Hal Finkel
2016-07-10
1
-0
/
+26
*
Add support for string attributes in the C API.
Amaury Sechet
2016-06-15
1
-0
/
+20
*
Add support for callsite in the new C API for attributes
Amaury Sechet
2016-06-15
1
-0
/
+21
*
Make sure attribute kind and attributes are named respectively Kind and Attr ...
Amaury Sechet
2016-06-14
1
-25
/
+24
*
[GlobalOpt] Propagate operand bundles
David Majnemer
2016-04-29
1
-12
/
+46
*
[CodeGenPrepare] use branch weight metadata to decide if a select should be t...
Sanjay Patel
2016-04-26
1
-22
/
+0
*
Add check for "branch_weights" with prof metadata
Sanjay Patel
2016-04-25
1
-3
/
+7
*
Typo. NFC.
Chad Rosier
2016-04-25
1
-1
/
+1
*
replace duplicated static functions for profile metadata access with BranchIn...
Sanjay Patel
2016-04-23
1
-0
/
+18
*
[SimplifyCFG] Add final missing implications to isImpliedTrueByMatchingCmp.
Chad Rosier
2016-04-22
1
-32
/
+5
*
[SimplifyCFG] Add missing implications to isImpliedTrueByMatchingCmp.
Chad Rosier
2016-04-22
1
-5
/
+8
*
[EarlyCSE] Take the intersection of flags on instructions
David Majnemer
2016-04-22
1
-56
/
+0
*
Add utility function to manipulate attributes on CallSite. NFC
Amaury Sechet
2016-04-21
1
-0
/
+12
*
Address Philip's post-commit feedback for r266987. NFC.
Chad Rosier
2016-04-21
1
-2
/
+2
*
Refactor implied condition logic from ValueTracking directly into CmpInst. NFC.
Chad Rosier
2016-04-21
1
-0
/
+52
*
[DivergenceAnalysis] Treat PHI with incoming undef as constant
Nicolai Haehnle
2016-04-14
1
-0
/
+18
*
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
[next]