index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
IR
/
Instructions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging r371262:
Hans Wennborg
2019-09-09
1
-0
/
+11
*
Prepare for making SwitchInstProfUpdateWrapper strict
Yevgeny Rouban
2019-07-09
1
-3
/
+2
*
Silenced a warning "implicit conversion turns string literal into bool" intro...
Dmitri Gribenko
2019-06-04
1
-2
/
+3
*
Make SwitchInstProfUpdateWrapper safer
Yevgeny Rouban
2019-06-04
1
-18
/
+39
*
[NFC] SwitchInst: Introduce wrapper for prof branch_weights handling
Yevgeny Rouban
2019-05-24
1
-0
/
+120
*
[llvm] Avoid div by 0 when updating profile weights.
Mircea Trofin
2019-05-08
1
-0
/
+9
*
[PGO/SamplePGO][NFC] Move the function updateProfWeight from Instruction
Wei Mi
2019-04-22
1
-0
/
+44
*
[InstCombine] canonicalize select shuffles by commuting
Sanjay Patel
2019-03-31
1
-0
/
+19
*
Remove large amount of empty lines mid-file. NFC
Kristina Brooks
2019-03-03
1
-9
/
+0
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+83
*
[opaque pointer types] Pass function types to InvokeInst creation.
James Y Knight
2019-02-01
1
-3
/
+3
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-2
/
+2
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-4
/
+4
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-4
/
+4
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-4
/
+4
*
[CallSite removal] Remove CallSite uses from InstCombine.
Craig Topper
2019-01-31
1
-0
/
+15
*
Reapply "IR: Add fp operations to atomicrmw"
Matt Arsenault
2019-01-22
1
-0
/
+4
*
Revert r351778: IR: Add fp operations to atomicrmw
Chandler Carruth
2019-01-22
1
-4
/
+0
*
IR: Add fp operations to atomicrmw
Matt Arsenault
2019-01-22
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[opaque pointer types] Update LoadInst creation APIs to consistently
James Y Knight
2019-01-14
1
-56
/
+15
*
[opaque pointer types] Update CallInst creation APIs to consistently
James Y Knight
2019-01-14
1
-17
/
+12
*
[CallSite removal] Port `IndirectCallSiteVisitor` to use `CallBase` and
Chandler Carruth
2019-01-07
1
-0
/
+10
*
[CallSite removal] Add and flesh out APIs on the new `CallBase` base class th...
Chandler Carruth
2018-12-27
1
-0
/
+21
*
[TI removal] Leverage the fact that TerminatorInst is gone to create
Chandler Carruth
2018-11-22
1
-31
/
+100
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
1
-4
/
+4
*
[IR] Add a dedicated FNeg IR Instruction
Cameron McInally
2018-11-13
1
-0
/
+57
*
Fix -Wsign-compare warning
Fangrui Song
2018-11-09
1
-1
/
+1
*
[CostModel] Add SK_ExtractSubvector handling to getInstructionThroughput (PR3...
Simon Pilgrim
2018-11-09
1
-0
/
+29
*
[IR] add optional parameter for copying IR flags to compare instructions
Sanjay Patel
2018-11-07
1
-3
/
+6
*
[IR] remove fake binop query for fneg
Sanjay Patel
2018-11-01
1
-19
/
+0
*
[IR] Fix -Wunused-function after r345052
Fangrui Song
2018-10-23
1
-7
/
+0
*
[IR] remove fake binop queries for not/neg
Sanjay Patel
2018-10-23
1
-39
/
+0
*
[TI removal] Remove `TerminatorInst` from the IR type system!
Chandler Carruth
2018-10-19
1
-80
/
+73
*
IR: Move AtomicRMW string names into class
Matt Arsenault
2018-10-02
1
-0
/
+31
*
[IR] add shuffle query for vector concatenation
Sanjay Patel
2018-09-20
1
-0
/
+17
*
[IR] fix declaration of shuffle mask
Sanjay Patel
2018-08-30
1
-1
/
+1
*
[IR] add shuffle queries for identity extend/extract
Sanjay Patel
2018-08-30
1
-9
/
+48
*
[IR] Begin removal of TerminatorInst by removing successor manipulation.
Chandler Carruth
2018-08-26
1
-40
/
+0
*
[IR Verifier] Do not allow bitcast of pointer to vector of pointers and vice ...
Serguei Katkov
2018-08-21
1
-6
/
+8
*
Remove trailing space
Fangrui Song
2018-07-30
1
-91
/
+91
*
Improve ConvertDebugDeclareToDebugValue
Bjorn Pettersson
2018-06-26
1
-0
/
+16
*
[IR] move shuffle mask queries from TTI to ShuffleVectorInst
Sanjay Patel
2018-06-19
1
-2
/
+104
*
Remove @brief commands from doxygen comments, too.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[InstCombine] Allow fptrunc (fpext X)) to be reduced to a single fpext/ftrunc
Craig Topper
2018-03-02
1
-7
/
+1
*
Syndicate duplicate code between CallInst and InvokeInst
Serge Guelton
2018-02-22
1
-237
/
+23
*
Rename and move utility function getLatchPredicateForGuard. NFC.
Serguei Katkov
2018-02-09
1
-0
/
+23
*
Re-enable "[SCEV] Make isLoopEntryGuardedByCond a bit smarter"
Max Kazantsev
2018-02-07
1
-0
/
+14
*
Revert [SCEV] Make isLoopEntryGuardedByCond a bit smarter
Serguei Katkov
2018-02-07
1
-14
/
+0
*
[SCEV] Make isLoopEntryGuardedByCond a bit smarter
Max Kazantsev
2018-02-07
1
-0
/
+14
[next]