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
/
Transforms
/
InstCombine
/
InstructionCombining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+6
*
[InstCombine] Avoid moving ops that do restrict undef across shuffles.
Florian Hahn
2019-11-13
1
-1
/
+3
*
Add InstCombine/InstructionSimplify support for Freeze Instruction
aqjune
2019-11-12
1
-0
/
+9
*
Revert "[InstCombine] avoid crash from deleting an instruction that still has...
Sanjay Patel
2019-11-11
1
-18
/
+4
*
[InstCombine] avoid crash from deleting an instruction that still has uses (P...
Sanjay Patel
2019-11-11
1
-4
/
+18
*
[InstCombine] Simplify binary op when only one operand is a select
Jay Foad
2019-11-11
1
-0
/
+10
*
Revert "[InstCombine] avoid crash from deleting an instruction that still has...
Sanjay Patel
2019-11-10
1
-20
/
+4
*
[InstCombine] avoid crash from deleting an instruction that still has uses (P...
Sanjay Patel
2019-11-10
1
-4
/
+20
*
Revert "[InstCombine] avoid crash from deleting an instruction that still has...
Sanjay Patel
2019-11-10
1
-17
/
+4
*
[InstCombine] avoid crash from deleting an instruction that still has uses (P...
Sanjay Patel
2019-11-10
1
-4
/
+17
*
Refactor SimplifySelectsFeedingBinaryOp for D64713. NFC.
Jay Foad
2019-11-09
1
-25
/
+32
*
Wrong debug info generated at -O2 (-O0 is correct)
Vedant Kumar
2019-11-07
1
-2
/
+1
*
Reland '[InstructionCombining] Fixed null check after dereferencing warning. ...
Dávid Bolvanský
2019-11-03
1
-2
/
+5
*
Revert "[InstructionCombining] Fixed null check after dereferencing warning. ...
Dávid Bolvanský
2019-11-03
1
-1
/
+0
*
[InstructionCombining] Fixed null check after dereferencing warning. NFCI.
Dávid Bolvanský
2019-11-03
1
-0
/
+1
*
[InstCombine] keep assumption before sinking calls
tyker
2019-10-31
1
-2
/
+21
*
[InstCombine] Use m_Zero instead of isNullValue() when checking if a GEP inde...
Craig Topper
2019-09-26
1
-1
/
+1
*
[PatternMatch] Make m_Br more flexible, add matchers for BB values.
Florian Hahn
2019-09-25
1
-5
/
+3
*
[Debuginfo][Instcombiner] Do not clone dbg.declare.
Alexey Lapshin
2019-09-11
1
-0
/
+15
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
[InstCombine] clean up wrap propagation for reassociated ops; NFCI
Sanjay Patel
2019-08-28
1
-11
/
+15
*
Reduce scope of variable only used in a local pattern match. NFCI.
Simon Pilgrim
2019-08-28
1
-1
/
+1
*
[InstCombine] Propagate fast math flags through selects
Jay Foad
2019-08-07
1
-4
/
+8
*
InstCombine: Preserve nuw when reassociating nuw ops [3/3]
Matt Arsenault
2019-06-24
1
-15
/
+27
*
InstCombine: Preserve nuw when reassociating nuw ops [2/3]
Matt Arsenault
2019-06-24
1
-2
/
+10
*
InstCombine: Preserve nuw when reassociating nuw ops [1/3]
Matt Arsenault
2019-06-24
1
-4
/
+14
*
[InstCombine] Factor out unreachable inst idiom creation [NFC]
Philip Reames
2019-04-17
1
-3
/
+2
*
[IR] Add WithOverflowInst class
Nikita Popov
2019-04-16
1
-45
/
+20
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
1
-4
/
+25
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[InstCombine] eliminate commuted select-shuffles + binop (PR41304)
Sanjay Patel
2019-04-01
1
-0
/
+24
*
[instcombine] Add some todos, and arrange code for readibility
Philip Reames
2019-03-21
1
-0
/
+4
*
[SimplifyDemandedVec] Strengthen handling all undef lanes (particularly GEPs)
Philip Reames
2019-03-15
1
-0
/
+13
*
[InstCombine] Mark debug values as unavailable after DCE.
Davide Italiano
2019-03-04
1
-1
/
+2
*
[InstCombine] fix crash while trying to narrow a binop of shuffles (PR40734)
Sanjay Patel
2019-02-15
1
-1
/
+2
*
[DebugInfo][InstCombine] Prefer to salvage debuginfo over sinking it
Jeremy Morse
2019-02-13
1
-5
/
+27
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-2
/
+2
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-33
/
+38
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-1
/
+1
*
Add a 'dynamic' parameter to the objectsize intrinsic
Erik Pilkington
2019-01-30
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[InstCombine] Don't sink dynamic allocas
Reid Kleckner
2019-01-17
1
-3
/
+5
*
[InstCombine] don't widen an arbitrary sequence of vector ops (PR40032)
Sanjay Patel
2018-12-17
1
-1
/
+4
*
[InstCombine] fix undef propagation bug with shuffle+binop
Sanjay Patel
2018-12-03
1
-0
/
+16
*
[InstCombine] rearrange shuffle+binop fold; NFC
Sanjay Patel
2018-12-03
1
-8
/
+9
*
InstCombine: add comment explaining malloc deletion. NFC.
Tim Northover
2018-11-27
1
-3
/
+10
*
fix typos aggressively; NFC
Sanjay Patel
2018-11-07
1
-1
/
+1
*
[InstCombine] do not shrink switch conditions to illegal types (PR29009)
Sanjay Patel
2018-11-07
1
-3
/
+5
*
[InstCombine] Teach the move free before null test opti how to deal with noop...
Quentin Colombet
2018-10-30
1
-12
/
+36
*
Add -instcombine-code-sinking option
Gabor Buella
2018-10-25
1
-1
/
+5
[next]