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
/
Instruction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a transform pass to make the executable semantics of poison explicit in t...
Philip Reames
2019-07-09
1
-0
/
+2
*
[NFC] Instruction: introduce replaceSuccessorWith() function, use it
Roman Lebedev
2019-05-05
1
-0
/
+7
*
[PGO/SamplePGO][NFC] Move the function updateProfWeight from Instruction
Wei Mi
2019-04-22
1
-43
/
+0
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-2
/
+9
*
[IR] Use CallBase to reduce code duplication. NFC
Craig Topper
2019-01-29
1
-4
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IR] Add Instruction::isLifetimeStartOrEnd, NFC
Vedant Kumar
2018-12-21
1
-0
/
+8
*
[IR] Add a dedicated FNeg IR Instruction
Cameron McInally
2018-11-13
1
-0
/
+3
*
[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.
Carlos Alberto Enciso
2018-11-09
1
-0
/
+7
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[IR] Begin removal of TerminatorInst by removing successor manipulation.
Chandler Carruth
2018-08-26
1
-0
/
+36
*
[IR] Introduce helpers to skip debug instructions (NFC)
Vedant Kumar
2018-06-19
1
-0
/
+8
*
[InstCombine] Enable more reassociations using FMF 'reassoc' + 'nsz'
Warren Ristow
2018-05-24
1
-1
/
+2
*
[IPSCCP] Remove calls without side effects
Chris Bieneman
2018-01-09
1
-0
/
+5
*
Remove redundant includes from lib/IR.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
[llvm] Remove redundant return [NFC]
Mandeep Singh Grang
2017-11-12
1
-1
/
+0
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
1
-5
/
+25
*
[Instruction] add moveAfter() convenience function; NFCI
Sanjay Patel
2017-08-29
1
-0
/
+4
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-5
/
+6
*
[LoopVectorize] Don't preserve nsw/nuw flags on shrunken ops.
George Burgess IV
2017-06-09
1
-3
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-2
/
+0
*
[Atomic] Remove IsStore/IsLoad in the interface, and pass the instruction ins...
Tim Shen
2017-05-09
1
-0
/
+24
*
Update VP prof metadata during inlining.
Dehao Chen
2017-05-05
1
-11
/
+32
*
[IR] Add AllowContract to FastMathFlags
Adam Nemet
2017-03-28
1
-0
/
+5
*
[IR] Share implementation for pairs of const and non-const methods using cons...
Craig Topper
2017-03-27
1
-6
/
+0
*
[IR] Make Instruction::isAssociative method inline. Add LLVM_READONLY to the ...
Craig Topper
2017-03-26
1
-11
/
+0
*
Set the prof weight correctly for call instructions in DeadArgumentElimination.
Dehao Chen
2017-03-23
1
-0
/
+9
*
Updates branch_weights annotation for call instructions during inlining.
Dehao Chen
2017-03-20
1
-0
/
+23
*
[IR] Move a few static functions in Instruction class inline.
Craig Topper
2017-03-20
1
-45
/
+0
*
[IR] Add a Instruction::dropPoisonGeneratingFlags helper
Sanjoy Das
2017-02-23
1
-0
/
+23
*
fix documentation comments; NFC
Sanjay Patel
2016-10-05
1
-45
/
+5
*
[Profile] refactor meta data copying/swapping code
Xinliang David Li
2016-08-23
1
-11
/
+43
*
Scalar: Avoid dereferencing end() in IndVarSimplify
Duncan P. N. Exon Smith
2016-08-17
1
-2
/
+7
*
[IR] andIRFlags and copyIRFlags needs to handle GEP
David Majnemer
2016-07-15
1
-0
/
+8
*
The absence of noreturn doesn't ensure mayReturn
David Majnemer
2016-06-25
1
-6
/
+0
*
[GVN] Respect fast-math-flags on fcmps
David Majnemer
2016-04-22
1
-10
/
+19
*
[EarlyCSE] Take the intersection of flags on instructions
David Majnemer
2016-04-22
1
-0
/
+55
*
Check alloca's special state
JF Bastien
2016-04-12
1
-0
/
+4
*
NFC: keep comment up to date
JF Bastien
2016-04-11
1
-4
/
+4
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-2
/
+2
*
fix typos; NFC
Sanjay Patel
2016-01-06
1
-7
/
+6
*
Teach haveSameSpecialState about operand bundles
Sanjoy Das
2015-12-14
1
-3
/
+4
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-5
/
+0
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-6
/
+3
*
Add Instruction::getFunction; NFC
Sanjoy Das
2015-12-08
1
-0
/
+5
*
IR: Remove implicit iterator conversions from lib/IR, NFC
Duncan P. N. Exon Smith
2015-10-08
1
-7
/
+8
*
[IR] Conservatively mark 'catchpad' as accessing memory
David Majnemer
2015-09-10
1
-0
/
+2
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-0
/
+3
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
1
-1
/
+1
[next]