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
/
CodeGen
/
GlobalISel
/
CombinerHelper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GlobalISel] Change representation of shuffle masks in MachineOperand.
Eli Friedman
2020-01-13
1
-2
/
+1
*
[AArch64][GlobalISel] Fold a chain of two G_PTR_ADDs of constant offsets.
Amara Emerson
2020-01-07
1
-0
/
+46
*
[gicombiner] Import tryCombineIndexedLoadStore()
Daniel Sanders
2019-12-18
1
-12
/
+27
*
[GlobalISel] CombinerHelper: Fix a bug in matchCombineCopy
Volkan Keles
2019-12-02
1
-3
/
+26
*
[GISel][CombinerHelper] Use uses() instead of operands() when traversing use ...
Quentin Colombet
2019-11-15
1
-9
/
+2
*
[GISel][CombinerHelper] Add support for scalar type for the result of shuffle...
Quentin Colombet
2019-11-15
1
-3
/
+17
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
1
-11
/
+11
*
[GISel][CombinerHelper] Combine shuffle_vector scalar to build_vector
Quentin Colombet
2019-10-30
1
-2
/
+2
*
[GISel][CombinerHelper] Add a combine turning shuffle_vector into concat_vectors
Quentin Colombet
2019-10-21
1
-0
/
+87
*
Fix unused variable in r375066
Daniel Sanders
2019-10-17
1
-2
/
+2
*
[GISel][CombinerHelper] Add concat_vectors(build_vector, build_vector) => bui...
Quentin Colombet
2019-10-17
1
-0
/
+84
*
[gicombiner] Hoist pure C++ combine into the tablegen definition
Daniel Sanders
2019-10-16
1
-5
/
+11
*
CombinerHelper - silence dead assignment warnings. NFCI.
Simon Pilgrim
2019-10-16
1
-9
/
+9
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-14
/
+16
*
[GlobalISel] findGISelOptimalMemOpLowering - remove dead initalization. NFCI.
Simon Pilgrim
2019-09-15
1
-3
/
+1
*
GlobalISel: fix unused warnings in release builds.
Tim Northover
2019-09-09
1
-0
/
+4
*
GlobalISel: add combiner to form indexed loads.
Tim Northover
2019-09-09
1
-3
/
+215
*
[GlobalISel][CallLowering] Add support for splitting types according to calli...
Amara Emerson
2019-09-03
1
-10
/
+0
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-7
/
+7
*
[GISel]: Add GISelKnownBits analysis
Aditya Nandakumar
2019-08-06
1
-2
/
+6
*
[AArch64][GlobalISel] Inline tiny memcpy et al at -O0.
Amara Emerson
2019-08-05
1
-1
/
+4
*
[LLVM][Alignment] Introduce Alignment Type in DataLayout
Guillaume Chatelet
2019-08-05
1
-2
/
+2
*
[GlobalISel] Support for inlining memcpy, memset and memmove calls.
Amara Emerson
2019-07-24
1
-0
/
+505
*
[AArch64][GlobalISel] Optimize conditional branches followed by unconditional...
Amara Emerson
2019-07-09
1
-0
/
+62
*
GlobalISel: Remove unsigned variant of SrcOp
Matt Arsenault
2019-06-24
1
-5
/
+5
*
[globalisel] Fix iterator invalidation in the extload combines
Daniel Sanders
2019-06-17
1
-54
/
+38
*
[AArch64][GlobalISel] Don't do extending loads combine for non-pow-2 types.
Amara Emerson
2019-04-15
1
-0
/
+5
*
[globalisel][combine] Split existing rules into a match and apply step
Daniel Sanders
2019-02-14
1
-21
/
+39
*
[AArch64][GlobalISel] Fix the G_EXTLOAD combiner creating non-extending illeg...
Amara Emerson
2019-01-27
1
-0
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[globalisel][combiner] Make the CombinerChangeObserver a MachineFunction::Del...
Daniel Sanders
2018-12-14
1
-10
/
+34
*
[globalisel] Rename GISelChangeObserver's erasedInstr() to erasingInstr() and...
Daniel Sanders
2018-12-12
1
-4
/
+1
*
[GISel]: Provide standard interface to observe changes in GISel passes
Aditya Nandakumar
2018-12-05
1
-2
/
+3
*
[globalisel][combine] When placing truncates, handle the case when the BB is ...
Daniel Sanders
2018-10-04
1
-14
/
+28
*
[globalisel][combine] Fix a rare crash when encountering an instruction whose...
Daniel Sanders
2018-10-04
1
-7
/
+5
*
[globalisel][combine] Improve the truncate placement for the extending-loads ...
Daniel Sanders
2018-10-04
1
-28
/
+64
*
[globalisel][combines] Don't sink G_TRUNC down to use if that use is a G_PHI
Daniel Sanders
2018-10-03
1
-2
/
+8
*
[CodeGen] NFC fix pedantic warning from extra semicolon
Jonas Toth
2018-10-03
1
-1
/
+1
*
Re-commit: [globalisel] Add a combiner helpers for extending loads and use th...
Daniel Sanders
2018-10-03
1
-3
/
+221
*
Revert: r343521 and r343541: [globalisel] Add a combiner helpers for extendin...
Daniel Sanders
2018-10-01
1
-214
/
+3
*
Fix the Windows build in GlobalISel
Reid Kleckner
2018-10-01
1
-7
/
+6
*
[globalisel] Add a combiner helpers for extending loads and use them in a pre...
Daniel Sanders
2018-10-01
1
-3
/
+215
*
Revert r331816 and r331820 - [globalisel] Add a combiner helpers for extendin...
Daniel Sanders
2018-05-09
1
-33
/
+1
*
[globalisel] Correct r331816 to check the opcode before calling getOperand().
Daniel Sanders
2018-05-08
1
-4
/
+4
*
[globalisel] Add a combiner helpers for extending loads and use them in a pre...
Daniel Sanders
2018-05-08
1
-1
/
+33
*
[GISel]: Implement GlobalISel combiner API.
Aditya Nandakumar
2018-01-25
1
-0
/
+41